]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers: update to pl2303 usb-serial to support Motorola cables
authorDario Lombardo <dario.lombardo@libero.it>
Fri, 21 Jan 2011 14:35:19 +0000 (15:35 +0100)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:46:31 +0000 (12:46 -0400)
commitdcde990eba1a06f00e4e7fc2497f66e0690f813f
treee51a981d620c91c4851f5e756063e90d1bdf9fc2
parent9da35dd77ae4829d616a5b07d451e18377b868c2
drivers: update to pl2303 usb-serial to support Motorola cables

commit 96a3e79edff6f41b0f115a82f1a39d66218077a7 upstream.

Added 0x0307 device id to support Motorola cables to the pl2303 usb
serial driver. This cable has a modified chip that is a pl2303, but
declares itself as 0307. Fixed by adding the right device id to the
supported devices list, assigning it the code labeled
PL2303_PRODUCT_ID_MOTOROLA.

Signed-off-by: Dario Lombardo <dario.lombardo@libero.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/usb/serial/pl2303.c
drivers/usb/serial/pl2303.h