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 d31f5d299989..226997d7cda8 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
@@ -107,3 +107,8 @@ | |||
107 | /* Corega CG-USBRS232R Serial Adapter */ | 107 | /* Corega CG-USBRS232R Serial Adapter */ |
108 | #define COREGA_VENDOR_ID 0x07aa | 108 | #define COREGA_VENDOR_ID 0x07aa |
109 | #define COREGA_PRODUCT_ID 0x002a | 109 | #define COREGA_PRODUCT_ID 0x002a |
110 | |||
111 | /* HL HL-340 (ID: 4348:5523) */ | ||
112 | #define HL340_VENDOR_ID 0x4348 | ||
113 | #define HL340_PRODUCT_ID 0x5523 | ||
114 | |||