Skip to content

Commit d4fa681

Browse files
bmorkgregkh
authored andcommitted
USB: option: add Changhong CH690
New device with 3 serial interfaces: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend) Sub=ff Prot=ff If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend) Sub=ff Prot=ff If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend) Sub=ff Prot=ff If#= 3 Alt= 0 #EPs= 2 Cls=08(stor) Sub=06 Prot=50 Cc: <[email protected]> Signed-off-by: Bjørn Mork <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c249f91 commit d4fa681

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/usb/serial/option.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,10 @@ static void option_instat_callback(struct urb *urb);
454454
#define TPLINK_VENDOR_ID 0x2357
455455
#define TPLINK_PRODUCT_MA180 0x0201
456456

457+
/* Changhong products */
458+
#define CHANGHONG_VENDOR_ID 0x2077
459+
#define CHANGHONG_PRODUCT_CH690 0x7001
460+
457461
/* some devices interfaces need special handling due to a number of reasons */
458462
enum option_blacklist_reason {
459463
OPTION_BLACKLIST_NONE = 0,
@@ -1326,6 +1330,7 @@ static const struct usb_device_id option_ids[] = {
13261330
{ USB_DEVICE(PETATEL_VENDOR_ID, PETATEL_PRODUCT_NP10T) },
13271331
{ USB_DEVICE(TPLINK_VENDOR_ID, TPLINK_PRODUCT_MA180),
13281332
.driver_info = (kernel_ulong_t)&net_intf4_blacklist },
1333+
{ USB_DEVICE(CHANGHONG_VENDOR_ID, CHANGHONG_PRODUCT_CH690) },
13291334
{ } /* Terminating entry */
13301335
};
13311336
MODULE_DEVICE_TABLE(usb, option_ids);

0 commit comments

Comments
 (0)