Add support for USB modems using Conexant CX06836

This commit is contained in:
stevenvw1973 2020-02-12 12:25:52 +01:00 committed by GitHub
parent 359c92c02b
commit 1d4073035d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */
},