summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorÉric Piel <eric.piel@tremplin-utc.net>2009-10-04 13:45:07 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-10-22 15:11:50 -0700
commit286246bae2d44bb3b1533366e4f435bff337ceb0 (patch)
treea78e2cc7515fdb20b058df1c613ed234ad63120c /drivers/usb
parent1a0da0e58df9667ec9b77c4c222a380c23344977 (diff)
USB: cp210x: Add support for the DW700 UART
commit 6f88139eb9eae8003683689f93402264a73fb754 upstream. In the Dell inspiron mini 10, the GPS is connected via a cp2102. This patch adds detection of this USB device. (I haven't managed to use the GPS under Linux yet, though) Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/serial/cp210x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index b5275c4a8eed..a69457f93908 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -114,6 +114,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
{ USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
{ USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
+ { USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
{ } /* Terminating Entry */
};