diff options
-rw-r--r-- | drivers/usb/serial/pl2303.c | 1 | ||||
-rw-r--r-- | drivers/usb/serial/pl2303.h | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 1036d436ed23..9c18173e33fb 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c | |||
@@ -82,6 +82,7 @@ static struct usb_device_id id_table [] = { | |||
82 | { USB_DEVICE(DATAPILOT_U2_VENDOR_ID, DATAPILOT_U2_PRODUCT_ID) }, | 82 | { USB_DEVICE(DATAPILOT_U2_VENDOR_ID, DATAPILOT_U2_PRODUCT_ID) }, |
83 | { USB_DEVICE(BELKIN_VENDOR_ID, BELKIN_PRODUCT_ID) }, | 83 | { USB_DEVICE(BELKIN_VENDOR_ID, BELKIN_PRODUCT_ID) }, |
84 | { USB_DEVICE(ALCOR_VENDOR_ID, ALCOR_PRODUCT_ID) }, | 84 | { USB_DEVICE(ALCOR_VENDOR_ID, ALCOR_PRODUCT_ID) }, |
85 | { USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_ID) }, | ||
85 | { } /* Terminating entry */ | 86 | { } /* Terminating entry */ |
86 | }; | 87 | }; |
87 | 88 | ||
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 | ||