Skip to content

Commit 6f88139

Browse files
pielericgregkh
authored andcommitted
USB: cp210x: Add support for the DW700 UART
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 <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 06bad89 commit 6f88139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ static struct usb_device_id id_table [] = {
113113
{ USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
114114
{ USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
115115
{ USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
116+
{ USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
116117
{ } /* Terminating Entry */
117118
};
118119

0 commit comments

Comments
 (0)