On Fri, Jun 16, 2006 at 03:55:19PM -0400, Simon Wu wrote: > On 6/13/06, Rao, Shalini Gangadhara <[EMAIL PROTECTED]> wrote: > >Hi Simon, > > > >In case of mobile devices with different vendorID/productID, you try to > >use USB_DEVICE_INFO macro to identify your mobile devices. Since the > >devices are with differences vendor ID and product ID. > > > >With these changes your driver recognizes all of your mobile devices. I > >hope > >you understand this. > > > >Regards, > >Shalini G > > > > Shalini, > > Thanks for your advice. > > I couldn't find USB_DEVICE_INFO macro. Could you let me know where it > is? If it doesn't exit, could you let me know where and how to create > it?
It's in the kernel header file, include/linux/usb.h. What kernel version are you looking at? > Basically, we would like the usbserial driver to recognized > vendor1/product1, vendor2/product2. Then please create a custom usb-serial driver. The generic driver is not to have any specific vendor ids for it. An example of the kind of driver you want is the funsoft.c driver that is in the 2.6.17-rc6 kernel. thanks, greg k-h _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
