projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cbc2d
)
USB: ti_usb_3410_5052: fix duplicate device ids.
author
Greg Kroah-Hartman
<
[email protected]
>
Fri, 26 Jun 2009 15:05:20 +0000
(08:05 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 12 Jul 2009 22:16:36 +0000
(15:16 -0700)
commit
1a1fab513734b3a4fca1bee8229e5ff7e1cb873c
accidentally added the
device id to both tables in the driver, which causes problems as this is
only a single port device, not a multiple port device.
Cc: stable <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/serial/ti_usb_3410_5052.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/ti_usb_3410_5052.c
b/drivers/usb/serial/ti_usb_3410_5052.c
index 991d8232e3765c39de562ec8e09181d0e8d4c547..35d8852eeff753a4aa8d7641d05b1fa170c6d87b 100644
(file)
--- a/
drivers/usb/serial/ti_usb_3410_5052.c
+++ b/
drivers/usb/serial/ti_usb_3410_5052.c
@@
-191,7
+191,6
@@
static struct usb_device_id ti_id_table_5052[5+TI_EXTRA_VID_PID_COUNT+1] = {
{ USB_DEVICE(TI_VENDOR_ID, TI_5152_BOOT_PRODUCT_ID) },
{ USB_DEVICE(TI_VENDOR_ID, TI_5052_EEPROM_PRODUCT_ID) },
{ USB_DEVICE(TI_VENDOR_ID, TI_5052_FIRMWARE_PRODUCT_ID) },
- { USB_DEVICE(IBM_VENDOR_ID, IBM_4543_PRODUCT_ID) },
};
static struct usb_device_id ti_id_table_combined[14+2*TI_EXTRA_VID_PID_COUNT+1] = {