Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adam Richter and committed by
Greg Kroah-Hartman
c332b4e1 5d7a4755

+7
+7
drivers/usb/class/cdc-acm.c
··· 1378 1378 }, 1379 1379 { USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */ 1380 1380 }, 1381 + { USB_DEVICE(0x0572, 0x1329), /* Hummingbird huc56s (Conexant) */ 1382 + .driver_info = NO_UNION_NORMAL, /* union descriptor misplaced on 1383 + data interface instead of 1384 + communications interface. 1385 + Maybe we should define a new 1386 + quirk for this. */ 1387 + }, 1381 1388 1382 1389 /* control interfaces with various AT-command sets */ 1383 1390 { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,