OSDN Git Service

USB: pl2303: add quirk for legacy devices
authorJohan Hovold <jhovold@gmail.com>
Sun, 29 Dec 2013 18:23:08 +0000 (19:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 20:31:47 +0000 (12:31 -0800)
commit23c6acb9684ac87c2e752f61900c7a1a2dd543ac
tree78ef397c3a0c290d7c499dc3fbbecc137d15ed05
parent7f966ac7a939633ff6fa8cec58982676c243b4f8
USB: pl2303: add quirk for legacy devices

Add quirk for legacy devices (type 0 and 1) rather than testing on
device type throughout the driver.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/pl2303.c