diff options
author | Roman Yeryomin <roman@advem.lv> | 2012-10-10 19:12:21 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2012-12-03 00:13:25 +0200 |
commit | 8deb71b6cf428a881b29e0de3bc17d24f6c0ec43 (patch) | |
tree | d5c2aa04aa11a92e583d5cdeb3ad3e45fed1abea | |
parent | 2b2dfd50a7e076e8c8a2676dedec70a1ded5e9be (diff) |
Add more ids to usb/serial/option driver
Signed-off-by: Roman Yeryomin <roman@advem.lv>
-rw-r--r-- | target/linux/realtek/patches-2.6.30/302-add-more-usb-serial-option-ids.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-2.6.30/302-add-more-usb-serial-option-ids.patch b/target/linux/realtek/patches-2.6.30/302-add-more-usb-serial-option-ids.patch new file mode 100644 index 000000000..0977b9d29 --- /dev/null +++ b/target/linux/realtek/patches-2.6.30/302-add-more-usb-serial-option-ids.patch @@ -0,0 +1,22 @@ +--- linux-2.6.30.9/drivers/usb/serial/option.c 2012-10-08 13:23:55.000000000 +0300 ++++ linux-2.6.30.9/drivers/usb/serial/option.c 2012-10-06 18:34:53.000000000 +0300 +@@ -316,6 +316,10 @@ + #define SMPS_VENDOR_ID 0xfeed + #define SMPS_PRODUCT_TITAN20 0x1234 + ++/* ZD INCORPORATED PRODUCTS */ ++#define ZDINCORP_VENDOR_ID 0x0685 ++#define ZDINCORP_PRODUCT_HSDPA_MODEM 0x7000 ++ + + static struct usb_device_id option_ids[] = { + { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) }, +@@ -535,6 +539,8 @@ + { USB_DEVICE(BENQ_VENDOR_ID, BENQ_PRODUCT_H10) }, + { USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) }, + ++ { USB_DEVICE(ZDINCORP_VENDOR_ID, ZDINCORP_PRODUCT_HSDPA_MODEM) }, ++ + /* bruce: for qisda */ + { USB_DEVICE(QISDA_VENDOR_ID, QISDA_PRODUCT_H21_4512) }, + { USB_DEVICE(QISDA_VENDOR_ID, QISDA_PRODUCT_H21_4523) }, |