|
@@ -980,6 +980,9 @@ static struct usb_device_id acm_ids[] = {
|
|
|
{ USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */
|
|
|
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
|
|
},
|
|
|
+ { USB_DEVICE(0x0482, 0x0203), /* KYOCERA AH-K3001V */
|
|
|
+ .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
|
|
+ },
|
|
|
/* control interfaces with various AT-command sets */
|
|
|
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
|
|
|
USB_CDC_ACM_PROTO_AT_V25TER) },
|