]> git.baikalelectronics.ru Git - kernel.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 23 Jan 2011 02:44:38 +0000 (18:44 -0800)
commit55695afbda5a31b4910484613320ad1d8afeca9d
tree554b4c5df0a5a563ae841a3c29473556558cbad5
parentb347d3cb80ddabe405ef9f322777b3739264933d
drivers: update to pl2303 usb-serial to support Motorola cables

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/pl2303.c
drivers/usb/serial/pl2303.h