aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/pl2303.h
diff options
context:
space:
mode:
authorChris Packham2019-05-14 17:35:42 +1200
committerJohan Hovold2019-05-21 11:26:14 +0200
commitc5f81656a18b271976a86724dadd8344e54de74e (patch)
tree9a141704ea45b6fdec53da98e9e4312d6a821be2 /drivers/usb/serial/pl2303.h
parent5417a7e482962952e622eabd60cd3600dd65dedf (diff)
USB: serial: pl2303: add Allied Telesis VT-Kit3
This is adds the vendor and device id for the AT-VT-Kit3 which is a pl2303-based device. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r--drivers/usb/serial/pl2303.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
index 559941ca884d..b0175f17d1a2 100644
--- a/drivers/usb/serial/pl2303.h
+++ b/drivers/usb/serial/pl2303.h
@@ -155,3 +155,6 @@
#define SMART_VENDOR_ID 0x0b8c
#define SMART_PRODUCT_ID 0x2303
+/* Allied Telesis VT-Kit3 */
+#define AT_VENDOR_ID 0x0caa
+#define AT_VTKIT3_PRODUCT_ID 0x3001