]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
.33 patches
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 11 Mar 2010 19:55:05 +0000 (11:55 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 11 Mar 2010 19:55:05 +0000 (11:55 -0800)
queue-2.6.33/series
queue-2.6.33/usb-serial-ftdi-add-contec-vendor-and-product-id.patch [new file with mode: 0644]

index 54c2ce87acd3fb16aeedd8494b9c5d4452ff24bf..0509ee08169c8219f4941d43247b108e0176f3af 100644 (file)
@@ -97,6 +97,7 @@ usb-remove-debugging-message-for-uevent-constructions.patch
 usb-move-hcd-free_dev-call-into-usb_disconnect-to-fix-oops.patch
 usb-f_mass_storage-fix-crash-on-bind-error.patch
 usb-add-new-ftdi_sio-device-ids.patch
+usb-serial-ftdi-add-contec-vendor-and-product-id.patch
 sched-fix-sched_mv_power_savings-for-smt.patch
 sched-fix-smt-scheduler-regression-in-find_busiest_queue.patch
 sched-don-t-use-possibly-stale-sched_class.patch
diff --git a/queue-2.6.33/usb-serial-ftdi-add-contec-vendor-and-product-id.patch b/queue-2.6.33/usb-serial-ftdi-add-contec-vendor-and-product-id.patch
new file mode 100644 (file)
index 0000000..3e23cb0
--- /dev/null
@@ -0,0 +1,48 @@
+From 46b72d78cb022714c89a9ebc00b9581b550cfca7 Mon Sep 17 00:00:00 2001
+From: Daniel Sangorrin <daniel.sangorrin@gmail.com>
+Date: Mon, 22 Feb 2010 11:03:11 +0900
+Subject: USB: serial: ftdi: add CONTEC vendor and product id
+
+From: Daniel Sangorrin <daniel.sangorrin@gmail.com>
+
+commit 46b72d78cb022714c89a9ebc00b9581b550cfca7 upstream.
+
+This is a patch to ftdi_sio_ids.h and ftdi_sio.c that adds
+identifiers for CONTEC USB serial converter. I tested it
+with the device COM-1(USB)H
+
+Signed-off-by: Daniel Sangorrin <daniel.sangorrin@gmail.com>
+Cc: Andreas Mohr <andi@lisas.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+
+---
+ drivers/usb/serial/ftdi_sio.c     |    1 +
+ drivers/usb/serial/ftdi_sio_ids.h |    7 +++++++
+ 2 files changed, 8 insertions(+)
+
+--- a/drivers/usb/serial/ftdi_sio.c
++++ b/drivers/usb/serial/ftdi_sio.c
+@@ -614,6 +614,7 @@ static struct usb_device_id id_table_com
+       { USB_DEVICE(FTDI_VID, FTDI_OCEANIC_PID) },
+       { USB_DEVICE(TTI_VID, TTI_QL355P_PID) },
+       { USB_DEVICE(FTDI_VID, FTDI_RM_CANVIEW_PID) },
++      { USB_DEVICE(CONTEC_VID, CONTEC_COM1USBH_PID) },
+       { USB_DEVICE(BANDB_VID, BANDB_USOTL4_PID) },
+       { USB_DEVICE(BANDB_VID, BANDB_USTL4_PID) },
+       { USB_DEVICE(BANDB_VID, BANDB_USO9ML2_PID) },
+--- a/drivers/usb/serial/ftdi_sio_ids.h
++++ b/drivers/usb/serial/ftdi_sio_ids.h
+@@ -494,6 +494,13 @@
+ #define RATOC_PRODUCT_ID_USB60F       0xb020
+ /*
++ * Contec products (http://www.contec.com)
++ * Submitted by Daniel Sangorrin
++ */
++#define CONTEC_VID            0x06CE  /* Vendor ID */
++#define CONTEC_COM1USBH_PID   0x8311  /* COM-1(USB)H */
++
++/*
+  * Definitions for B&B Electronics products.
+  */
+ #define BANDB_VID             0x0856  /* B&B Electronics Vendor ID */