mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
Add support for USB modems using Conexant CX06836
This commit is contained in:
parent
359c92c02b
commit
1d4073035d
1 changed files with 3 additions and 0 deletions
|
@ -1698,6 +1698,9 @@ static const struct usb_device_id acm_ids[] = {
|
|||
{ USB_DEVICE(0x0803, 0x3095), /* Zoom Telephonics Model 3095F USB MODEM */
|
||||
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
||||
},
|
||||
{ USB_DEVICE(0x0572, 0x1300), /* Conexant USB MODEM CX06836 */
|
||||
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
||||
},
|
||||
{ USB_DEVICE(0x0572, 0x1321), /* Conexant USB MODEM CX93010 */
|
||||
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue