mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
Added usb-device desriptor for Sagem USB-Serial Controller
Changes to be committed: modified: drivers/usb/class/cdc-acm.c
This commit is contained in:
parent
184ca82348
commit
ee5c85a10a
1 changed files with 3 additions and 0 deletions
|
@ -1706,6 +1706,9 @@ static const struct usb_device_id acm_ids[] = {
|
|||
{ USB_DEVICE(0x079b, 0x000f), /* BT On-Air USB MODEM */
|
||||
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
||||
},
|
||||
{ USB_DEVICE(0x079b, 0x0028), /* Sagem USB-Serial Controller, Ingenico EFT30 Sagem Terminal */
|
||||
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
||||
},
|
||||
{ USB_DEVICE(0x0ace, 0x1602), /* ZyDAS 56K USB MODEM */
|
||||
.driver_info = SINGLE_RX_URB,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue