Skip to content

Commit e4697cb

Browse files
ennice_yangasus-leslieyu
authored andcommitted
Porting WLSLQ50 LTE MODULE
Change-Id: Iec20551921ee27bf07b3685762c561d7b7c21ae9 Reviewed-on: https://tp-biosrd-v02/gerrit/80402 Reviewed-by: Yuehtsang Li(李岳蒼) <Yuehtsang_Li@asus.com> Tested-by: Yuehtsang Li(李岳蒼) <Yuehtsang_Li@asus.com>
1 parent 0cd5282 commit e4697cb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/usb/serial/option.c

100644100755
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ static int option_attach(struct usb_serial *serial);
5050
static void option_release(struct usb_serial *serial);
5151
static 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

573576
static 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) },

0 commit comments

Comments
 (0)