Re: How to add USB device ID

2012-12-27 Thread Kevin K
On 12/21/12 10:22 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Dec 21, 2012 at 05:54:33PM -0600, Kevin K wrote: I use an USB device that looks like a serial port to the kernel. However, since the Device ID is unknown, I have to either modprobe usbserial with the vendor/id codes as

How to add USB device ID

2012-12-21 Thread Kevin K
I use an USB device that looks like a serial port to the kernel. However, since the Device ID is unknown, I have to either modprobe usbserial with the vendor/id codes as parameters, or modify generic.c so it knows to handle the device. I have been going with the code modification since there are

Re: How to add USB device ID

2012-12-21 Thread Greg KH
On Fri, Dec 21, 2012 at 05:54:33PM -0600, Kevin K wrote: I use an USB device that looks like a serial port to the kernel. However, since the Device ID is unknown, I have to either modprobe usbserial with the vendor/id codes as parameters, or modify generic.c so it knows to handle the device.