|
@@ -1248,6 +1248,9 @@ static struct usb_device_id acm_ids[] = {
|
|
|
{ USB_DEVICE(0x22b8, 0x7000), /* Motorola Q Phone */
|
|
|
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
|
|
},
|
|
|
+ { USB_DEVICE(0x0803, 0x3095), /* Zoom Telephonics Model 3095F USB MODEM */
|
|
|
+ .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,
|