aboutsummaryrefslogtreecommitdiffstats
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 18:34:50 -0400
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 @@
148/* WinChipHead USB->RS 232 adapter */ 148/* WinChipHead USB->RS 232 adapter */
149#define WINCHIPHEAD_VENDOR_ID 0x4348 149#define WINCHIPHEAD_VENDOR_ID 0x4348
150#define WINCHIPHEAD_USBSER_PRODUCT_ID 0x5523 150#define WINCHIPHEAD_USBSER_PRODUCT_ID 0x5523
151
152/* SMART USB Serial Adapter */
153#define SMART_VENDOR_ID 0x0b8c
154#define SMART_PRODUCT_ID 0x2303
155