diff options
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r-- | drivers/usb/serial/pl2303.h | 5 |
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 | |||