USB: cdc-acm: Add another conexant modem to the quirks

Another Conexant, another device with the same quirk

Signed-off-by: Alan Cox <alan@redhat.com>
Acked-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Alan Cox and committed by Greg Kroah-Hartman c89c60e9 3b498a66

+3
+3
drivers/usb/class/cdc-acm.c
··· 1376 { USB_DEVICE(0x0572, 0x1321), /* Conexant USB MODEM CX93010 */ 1377 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1378 }, 1379 1380 /* control interfaces with various AT-command sets */ 1381 { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
··· 1376 { USB_DEVICE(0x0572, 0x1321), /* Conexant USB MODEM CX93010 */ 1377 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1378 }, 1379 + { USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */ 1380 + .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1381 + }, 1382 1383 /* control interfaces with various AT-command sets */ 1384 { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,