mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem
commit 3b59d16c51 upstream.
Signed-off-by: David Cluytens <david.cluytens@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7724c31ae1
commit
522a78bedb
@@ -1529,6 +1529,8 @@ static int acm_reset_resume(struct usb_interface *intf)
|
||||
|
||||
static const struct usb_device_id acm_ids[] = {
|
||||
/* quirky and broken devices */
|
||||
{ USB_DEVICE(0x17ef, 0x7000), /* Lenovo USB modem */
|
||||
.driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
|
||||
{ USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */
|
||||
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user