]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: ti_usb_3410_5052: fix duplicate device ids.
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 26 Jun 2009 15:05:20 +0000 (08:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Jul 2009 23:06:03 +0000 (16:06 -0700)
commit3c0258ef01da990be4b7e5ab3ae1c8642f26ba98
treea7ac01e1f591a9f8138ad38e4ca53387a6fd9dfc
parent358a8a7674166d6cf2dbb1378151483844a54197
USB: ti_usb_3410_5052: fix duplicate device ids.

commit 3c43f27bf57b0502df2478253699559ee1d43f6d upstream.

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.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ti_usb_3410_5052.c