summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.h
diff options
context:
space:
mode:
authorChris Packham <chris.packham@alliedtelesis.co.nz>2019-05-14 07:35:42 +0200
committerJohan Hovold <johan@kernel.org>2019-05-21 11:26:14 +0200
commitc5f81656a18b271976a86724dadd8344e54de74e (patch)
tree9a141704ea45b6fdec53da98e9e4312d6a821be2 /drivers/usb/serial/pl2303.h
parentUSB: serial: option: add support for Simcom SIM7500/SIM7600 RNDIS mode (diff)
downloadlinux-c5f81656a18b271976a86724dadd8344e54de74e.tar.xz
linux-c5f81656a18b271976a86724dadd8344e54de74e.zip
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