Skip to content

Commit 1243741

Browse files
committed
Merge tag 'usb-serial-6.3-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Johan writes: USB-serial updates for 6.3-rc1 Here are the USB-serial updates for 6.3-rc1; just a new modem device id this time. All have been in linux-next with no reported issues. * tag 'usb-serial-6.3-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial: USB: serial: option: add support for VW/Skoda "Carstick LTE"
2 parents e3eafcf + 617c331 commit 1243741

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/usb/serial/option.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ static void option_instat_callback(struct urb *urb);
402402
#define LONGCHEER_VENDOR_ID 0x1c9e
403403

404404
/* 4G Systems products */
405+
/* This one was sold as the VW and Skoda "Carstick LTE" */
406+
#define FOUR_G_SYSTEMS_PRODUCT_CARSTICK_LTE 0x7605
405407
/* This is the 4G XS Stick W14 a.k.a. Mobilcom Debitel Surf-Stick *
406408
* It seems to contain a Qualcomm QSC6240/6290 chipset */
407409
#define FOUR_G_SYSTEMS_PRODUCT_W14 0x9603
@@ -1976,6 +1978,8 @@ static const struct usb_device_id option_ids[] = {
19761978
.driver_info = RSVD(2) },
19771979
{ USB_DEVICE(AIRPLUS_VENDOR_ID, AIRPLUS_PRODUCT_MCD650) },
19781980
{ USB_DEVICE(TLAYTECH_VENDOR_ID, TLAYTECH_PRODUCT_TEU800) },
1981+
{ USB_DEVICE(LONGCHEER_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_CARSTICK_LTE),
1982+
.driver_info = RSVD(0) },
19791983
{ USB_DEVICE(LONGCHEER_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W14),
19801984
.driver_info = NCTRL(0) | NCTRL(1) },
19811985
{ USB_DEVICE(LONGCHEER_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W100),

0 commit comments

Comments
 (0)