aboutsummaryrefslogtreecommitdiffstats
path: root/usb.current
diff options
authorGreg Kroah-Hartman <gregkh@suse.de>2009-01-15 15:58:17 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-15 15:58:17 -0800
commitb4a3e90bac98f373bf882e3f793341104c6b23ac (patch)
tree0382920068e4f7503370de3e05a4819a0b143369 /usb.current
parent0d7ef34886f843528ee82819accf4d4ce1efa407 (diff)
downloadpatches-b4a3e90bac98f373bf882e3f793341104c6b23ac.tar.gz
some .current patches
Diffstat (limited to 'usb.current')
-rw-r--r--usb.current/usb-cp2101-add-fasttrax-gps-evaluation-kit-vendor-product-id.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/usb.current/usb-cp2101-add-fasttrax-gps-evaluation-kit-vendor-product-id.patch b/usb.current/usb-cp2101-add-fasttrax-gps-evaluation-kit-vendor-product-id.patch
new file mode 100644
index 00000000000000..9eea14cf24effe
--- /dev/null
+++ b/usb.current/usb-cp2101-add-fasttrax-gps-evaluation-kit-vendor-product-id.patch
@@ -0,0 +1,33 @@
+From wolfgang.glas@ev-i.at Thu Jan 15 15:50:41 2009
+From: Wolfgang Glas <wolfgang.glas@ev-i.at>
+Date: Thu, 15 Jan 2009 23:11:53 +0100
+Subject: USB: cp2101: add fasttrax GPS evaluation kit vendor/product ID
+To: greg@kroah.com
+Message-ID: <496FB4A9.7010807@ev-i.at>
+
+
+This adds the vendor/product ID of the fasttrax GPS evaluation kit from:
+ http://www.fastraxgps.com/products/evaluationtools/evaluationkit/
+
+to the cp2101 module since this device is actually equipped with a
+CP210x USB to serial bridge.
+
+The vendor/product ID is: 0x10c4/0x826b.
+
+Signed-off-by: Wolfgang Glas <wolfgang.glas@ev-i.at>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+
+---
+ drivers/usb/serial/cp2101.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/drivers/usb/serial/cp2101.c
++++ b/drivers/usb/serial/cp2101.c
+@@ -85,6 +85,7 @@ static struct usb_device_id id_table []
+ { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */
+ { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */
+ { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
++ { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demostration module */
+ { USB_DEVICE(0x10c4, 0x8293) }, /* Telegesys ETRX2USB */
+ { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
+ { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */