diff options
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r-- | drivers/usb/serial/pl2303.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 762cc290ef58..65a5039665e7 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
@@ -93,3 +93,7 @@ | |||
93 | /* Alcor Micro Corp. USB 2.0 TO RS-232 */ | 93 | /* Alcor Micro Corp. USB 2.0 TO RS-232 */ |
94 | #define ALCOR_VENDOR_ID 0x058F | 94 | #define ALCOR_VENDOR_ID 0x058F |
95 | #define ALCOR_PRODUCT_ID 0x9720 | 95 | #define ALCOR_PRODUCT_ID 0x9720 |
96 | |||
97 | /* Huawei E620 UMTS/HSDPA card (ID: 12d1:1001) */ | ||
98 | #define HUAWEI_VENDOR_ID 0x12d1 | ||
99 | #define HUAWEI_PRODUCT_ID 0x1001 | ||