File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ static int option_attach(struct usb_serial *serial);
5050static void option_release (struct usb_serial * serial );
5151static void option_instat_callback (struct urb * urb );
5252
53+ #define ASKEY_VENDOR_ID 0x1690
54+ #define ASKEY_PRODUCT_WWL60B0_RNDIS 0x1601
55+
5356/* Vendor and product IDs */
5457#define OPTION_VENDOR_ID 0x0AF0
5558#define OPTION_PRODUCT_COLT 0x5000
@@ -572,6 +575,8 @@ static void option_instat_callback(struct urb *urb);
572575
573576static const struct usb_device_id option_ids [] = {
574577 { USB_DEVICE (0x1286 , 0x4e3c ) },
578+ { USB_DEVICE (ASKEY_VENDOR_ID , ASKEY_PRODUCT_WWL60B0_RNDIS ),
579+ .driver_info = RSVD (1 ) | RSVD (2 ) | RSVD (3 ) | RSVD (5 ) },
575580 { USB_DEVICE (OPTION_VENDOR_ID , OPTION_PRODUCT_COLT ) },
576581 { USB_DEVICE (OPTION_VENDOR_ID , OPTION_PRODUCT_RICOLA ) },
577582 { USB_DEVICE (OPTION_VENDOR_ID , OPTION_PRODUCT_RICOLA_LIGHT ) },
You can’t perform that action at this time.
0 commit comments