[PATCH 3/3] USB: cdc-acm - blacklist IMS PCU device

2013-02-18 Thread Dmitry Torokhov
The IMS PCU (Passenger Control Unit) device used custom protocol over serial line, so it is presenting itself as CDC ACM device. Now that we have proper in-kernel driver for it we need to black-list the device in cdc-acm driver. Signed-off-by: Dmitry Torokhov --- drivers/usb/class/cdc-acm.c | 1

Re: [PATCH 3/3] USB: cdc-acm - blacklist IMS PCU device

2013-02-18 Thread Greg KH
On Mon, Feb 18, 2013 at 11:05:57AM -0800, Dmitry Torokhov wrote: > The IMS PCU (Passenger Control Unit) device used custom protocol over serial > line, so it is presenting itself as CDC ACM device. > > Now that we have proper in-kernel driver for it we need to black-list the > device in cdc-acm dr