summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.h
diff options
context:
space:
mode:
authorDmitry Torokhov2013-02-02 20:02:14 +0100
committerDmitry Torokhov2013-03-12 16:50:23 +0100
commit16142655269aaf580488e074eabfdcf0fb4e3687 (patch)
treefbcb8b9dcb5820b5b067658aadea327c3684bf1b /drivers/usb/class/cdc-acm.h
parentInput: add IMS Passenger Control Unit driver (diff)
downloadkernel-qcow2-linux-16142655269aaf580488e074eabfdcf0fb4e3687.tar.gz
kernel-qcow2-linux-16142655269aaf580488e074eabfdcf0fb4e3687.tar.xz
kernel-qcow2-linux-16142655269aaf580488e074eabfdcf0fb4e3687.zip
USB: cdc-acm - blacklist IMS PCU device
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. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/usb/class/cdc-acm.h')
-rw-r--r--drivers/usb/class/cdc-acm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/class/cdc-acm.h b/drivers/usb/class/cdc-acm.h
index 35ef887b7417..0f76e4af600e 100644
--- a/drivers/usb/class/cdc-acm.h
+++ b/drivers/usb/class/cdc-acm.h
@@ -128,3 +128,4 @@ struct acm {
#define NO_CAP_LINE 4
#define NOT_A_MODEM 8
#define NO_DATA_INTERFACE 16
+#define IGNORE_DEVICE 32