Skip to content
Snippets Groups Projects
Commit b0ce84d5 authored by Josef Balatka's avatar Josef Balatka Committed by Linus Torvalds
Browse files

[PATCH] USB: cp2101.c: Jablotron usb serial interface identification


Jablotron usb serial interface identification

Signed-off-by: default avatarJosef Balatka <balatka@email.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c5dbf868
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ static struct usb_device_id id_table [] = { ...@@ -60,6 +60,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */ { USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */
{ USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */ { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
{ USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
{ USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
{ } /* Terminating Entry */ { } /* Terminating Entry */
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment