summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/pl2303.h
diff options
context:
space:
mode:
authorEric Benoit <eric@ecks.ca>2011-09-24 02:04:50 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-26 15:34:50 -0700
commit598f0b703506da841d3459dc0c48506be14d1778 (patch)
treea45db9656e986b03f5aba2ea75131945848eb073 /drivers/usb/serial/pl2303.h
parent68c79e5756903229fa96826a2493c2265a3b395f (diff)
USB: pl2303: add id for SMART device
Add vendor and product ID for the SMART USB to serial adapter. These were meant to be used with their SMART Board whiteboards, but can be re-purposed for other tasks. Tested and working (at at least 9600 bps). Signed-off-by: Eric Benoit <eric@ecks.ca> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r--drivers/usb/serial/pl2303.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
index ca0d237683b3..3d10d7f02072 100644
--- a/drivers/usb/serial/pl2303.h
+++ b/drivers/usb/serial/pl2303.h
@@ -148,3 +148,8 @@
/* WinChipHead USB->RS 232 adapter */
#define WINCHIPHEAD_VENDOR_ID 0x4348
#define WINCHIPHEAD_USBSER_PRODUCT_ID 0x5523
+
+/* SMART USB Serial Adapter */
+#define SMART_VENDOR_ID 0x0b8c
+#define SMART_PRODUCT_ID 0x2303
+