Commit cd265120 authored by Wen-chien Jesse Sung's avatar Wen-chien Jesse Sung Committed by Brad Figg

UBUNTU: SAUCE: cdc-acm: Exclude Exar USB serial ports

BugLink: https://launchpad.net/bugs/1645591

These devices are handled by vendor driver ubuntu/xr-usb-serial.
Signed-off-by: default avatarWen-chien Jesse Sung <jesse.sung@canonical.com>
Acked-by: default avatarTim Gardner <tim.gardner@canonical.com>
Acked-by: default avatarSeth Forshee <seth.forshee@canonical.com>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 09c29fa1
...@@ -1851,6 +1851,20 @@ static const struct usb_device_id acm_ids[] = { ...@@ -1851,6 +1851,20 @@ static const struct usb_device_id acm_ids[] = {
.driver_info = IGNORE_DEVICE, .driver_info = IGNORE_DEVICE,
}, },
/* Exclude Exar USB serial ports */
{ USB_DEVICE(0x04e2, 0x1400), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1401), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1402), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1403), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1410), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1411), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1412), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1414), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1420), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1421), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1422), .driver_info = IGNORE_DEVICE, },
{ USB_DEVICE(0x04e2, 0x1424), .driver_info = IGNORE_DEVICE, },
/* control interfaces without any protocol set */ /* control interfaces without any protocol set */
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM, { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
USB_CDC_PROTO_NONE) }, USB_CDC_PROTO_NONE) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment