|
| 1 | +From 43c9cce908d83724127256ae29f2dba9ae862db4 Mon Sep 17 00:00:00 2001 |
| 2 | +From: cnsn17 <73534394+cnsn17@users.noreply.github.com> |
| 3 | +Date: Sat, 15 Mar 2025 04:35:18 +0800 |
| 4 | +Subject: [PATCH] Update option.c |
| 5 | + |
| 6 | +--- |
| 7 | + drivers/usb/serial/option.c | 3 +-- |
| 8 | + 1 file changed, 1 insertion(+), 2 deletions(-) |
| 9 | + |
| 10 | +diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c |
| 11 | +index b584113e1..b720dfac1 100644 |
| 12 | +--- a/drivers/usb/serial/option.c |
| 13 | ++++ b/drivers/usb/serial/option.c |
| 14 | +@@ -2124,8 +2124,7 @@ static const struct usb_device_id option_ids[] = { |
| 15 | + .driver_info = RSVD(3) }, |
| 16 | + { USB_DEVICE_INTERFACE_CLASS(LONGCHEER_VENDOR_ID, 0x9803, 0xff), |
| 17 | + .driver_info = RSVD(4) }, |
| 18 | +- { USB_DEVICE(LONGCHEER_VENDOR_ID, 0x9b05), /* Longsung U8300 */ |
| 19 | +- .driver_info = RSVD(4) | RSVD(5) }, |
| 20 | ++ { USB_DEVICE(LONGCHEER_VENDOR_ID, 0x9b05) }, /* Longsung U8300 */ |
| 21 | + { USB_DEVICE(LONGCHEER_VENDOR_ID, 0x9b3c), /* Longsung U9300 */ |
| 22 | + .driver_info = RSVD(0) | RSVD(4) }, |
| 23 | + { USB_DEVICE(LONGCHEER_VENDOR_ID, ZOOM_PRODUCT_4597) }, |
0 commit comments