projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5371f80
)
USB: another id for cp2101 driver
author
Pozsar Balazs
<pozsy@uhulinux.hu>
Fri, 16 Feb 2007 11:47:49 +0000
(12:47 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 16 Feb 2007 23:32:23 +0000
(15:32 -0800)
This patch adds another usb id to the cp2101. It seems to work well.
Please apply, thanks.
Signed-off-by: Pozsar Balazs <pozsy@uhulinux.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/cp2101.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/serial/cp2101.c
b/drivers/usb/serial/cp2101.c
index 3ec24870bca995edfd1c180ae7f1781c452ada5e..db623e754899859bc88e043a23ee593bdd3a14cf 100644
(file)
--- a/
drivers/usb/serial/cp2101.c
+++ b/
drivers/usb/serial/cp2101.c
@@
-69,6
+69,7
@@
static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
{ USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
+ { USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
{ USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
{ USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
{ } /* Terminating Entry */