]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.fixes/usb-ti_usb_3410_5052-fix-duplicate-device-ids.patch
Changed checkfs to auto reboot after correctable fsck fixes.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.fixes / usb-ti_usb_3410_5052-fix-duplicate-device-ids.patch
CommitLineData
00e5a55c
BS
1From foo@baz Fri Jun 26 08:05:20 PDT 2009
2Date: Fri, 26 Jun 2009 08:05:20 -0700
3To: Greg KH <greg@kroah.com>
4From: Greg Kroah-Hartman <gregkh@suse.de>
5Subject: USB: ti_usb_3410_5052: fix duplicate device ids.
6References: bnc#395775
7Patch-mainline: 2.6.31
8
9commit 1a1fab513734b3a4fca1bee8229e5ff7e1cb873c accidentally added the
10device id to both tables in the driver, which causes problems as this is
11only a single port device, not a multiple port device.
12
13Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14---
15 drivers/usb/serial/ti_usb_3410_5052.c | 1 -
16 1 file changed, 1 deletion(-)
17
18--- a/drivers/usb/serial/ti_usb_3410_5052.c
19+++ b/drivers/usb/serial/ti_usb_3410_5052.c
20@@ -240,7 +240,6 @@ static struct usb_device_id ti_id_table_
21 { USB_DEVICE(TI_VENDOR_ID, TI_5152_BOOT_PRODUCT_ID) },
22 { USB_DEVICE(TI_VENDOR_ID, TI_5052_EEPROM_PRODUCT_ID) },
23 { USB_DEVICE(TI_VENDOR_ID, TI_5052_FIRMWARE_PRODUCT_ID) },
24- { USB_DEVICE(IBM_VENDOR_ID, IBM_4543_PRODUCT_ID) },
25 };
26
27 static struct usb_device_id ti_id_table_combined[14+2*TI_EXTRA_VID_PID_COUNT+1] = {