|
@@ -494,6 +494,10 @@ static void option_instat_callback(struct urb *urb);
|
|
#define INOVIA_VENDOR_ID 0x20a6
|
|
#define INOVIA_VENDOR_ID 0x20a6
|
|
#define INOVIA_SEW858 0x1105
|
|
#define INOVIA_SEW858 0x1105
|
|
|
|
|
|
|
|
+/* VIA Telecom */
|
|
|
|
+#define VIATELECOM_VENDOR_ID 0x15eb
|
|
|
|
+#define VIATELECOM_PRODUCT_CDS7 0x0001
|
|
|
|
+
|
|
/* some devices interfaces need special handling due to a number of reasons */
|
|
/* some devices interfaces need special handling due to a number of reasons */
|
|
enum option_blacklist_reason {
|
|
enum option_blacklist_reason {
|
|
OPTION_BLACKLIST_NONE = 0,
|
|
OPTION_BLACKLIST_NONE = 0,
|
|
@@ -1724,6 +1728,7 @@ static const struct usb_device_id option_ids[] = {
|
|
{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */
|
|
{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */
|
|
{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */
|
|
{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */
|
|
{ USB_DEVICE(INOVIA_VENDOR_ID, INOVIA_SEW858) },
|
|
{ USB_DEVICE(INOVIA_VENDOR_ID, INOVIA_SEW858) },
|
|
|
|
+ { USB_DEVICE(VIATELECOM_VENDOR_ID, VIATELECOM_PRODUCT_CDS7) },
|
|
{ } /* Terminating entry */
|
|
{ } /* Terminating entry */
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(usb, option_ids);
|
|
MODULE_DEVICE_TABLE(usb, option_ids);
|