diff options
author | Greg KH <gregkh@linuxfoundation.org> | 2014-08-15 07:22:21 (GMT) |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2014-08-18 11:09:27 (GMT) |
commit | 91fcb1ce420e0a5f8d92d556d7008a78bc6ce1eb (patch) | |
tree | f3a7d025a8a79be192549cab472290ec8705a216 /drivers/usb/serial/pl2303.h | |
parent | 6552cc7f09261db2aeaae389aa2c05a74b3a93b4 (diff) | |
download | linux-91fcb1ce420e0a5f8d92d556d7008a78bc6ce1eb.tar.xz |
USB: serial: pl2303: add device id for ztek device
This adds a new device id to the pl2303 driver for the ZTEK device.
Reported-by: Mike Chu <Mike-Chu@prolific.com.tw>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r-- | drivers/usb/serial/pl2303.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 42bc082..71fd9da 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h @@ -22,6 +22,7 @@ #define PL2303_PRODUCT_ID_GPRS 0x0609 #define PL2303_PRODUCT_ID_HCR331 0x331a #define PL2303_PRODUCT_ID_MOTOROLA 0x0307 +#define PL2303_PRODUCT_ID_ZTEK 0xe1f1 #define ATEN_VENDOR_ID 0x0557 #define ATEN_VENDOR_ID2 0x0547 |