mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-23 08:58:14 +07:00
USB: Quirk for Hummingbird huc56s / Conexant ACM modem
Signed-off-by: Adam J. Richter <adam_richter2004@yahoo.com> Cc: Oliver Neukum <oliver@neukum.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
5d7a4755d5
commit
c332b4e1bf
@ -1378,6 +1378,13 @@ static struct usb_device_id acm_ids[] = {
|
|||||||
},
|
},
|
||||||
{ USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */
|
{ USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */
|
||||||
},
|
},
|
||||||
|
{ USB_DEVICE(0x0572, 0x1329), /* Hummingbird huc56s (Conexant) */
|
||||||
|
.driver_info = NO_UNION_NORMAL, /* union descriptor misplaced on
|
||||||
|
data interface instead of
|
||||||
|
communications interface.
|
||||||
|
Maybe we should define a new
|
||||||
|
quirk for this. */
|
||||||
|
},
|
||||||
|
|
||||||
/* control interfaces with various AT-command sets */
|
/* control interfaces with various AT-command sets */
|
||||||
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
|
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
|
||||||
|
Loading…
Reference in New Issue
Block a user