From 8deb71b6cf428a881b29e0de3bc17d24f6c0ec43 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Wed, 10 Oct 2012 19:12:21 +0300 Subject: Add more ids to usb/serial/option driver Signed-off-by: Roman Yeryomin --- .../302-add-more-usb-serial-option-ids.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/realtek/patches-2.6.30/302-add-more-usb-serial-option-ids.patch 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) }, -- cgit v1.2.3