[patch 10/22] USB: cp2101.c: Jablotron usb serial interface identification

From: Greg Kroah-Hartman
Date: Thu Nov 17 2005 - 13:11:35 EST


From: Josef Balatka <balatka@xxxxxxxx>

Jablotron usb serial interface identification

Signed-off-by: Josef Balatka <balatka@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
drivers/usb/serial/cp2101.c | 1 +
1 file changed, 1 insertion(+)

--- usb-2.6.orig/drivers/usb/serial/cp2101.c
+++ usb-2.6/drivers/usb/serial/cp2101.c
@@ -60,6 +60,7 @@ static struct usb_device_id id_table []
{ USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */
{ USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
{ USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
+ { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
{ } /* Terminating Entry */
};


--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/