aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
diff options
context:
space:
mode:
authorNathaniel Quillin <ndq@google.com>2016-12-05 09:53:00 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-06 04:40:11 -0500
commit20d7c1a68b5b9fc7fe94c543a9920d9d7234017c (patch)
tree21c7132c894d1d603d9d56ae746b29c106b8b748 /drivers/usb/class
parentc094cd32b0c714cc94608ca8c706261d50bc43e5 (diff)
USB: cdc-acm: add device id for GW Instek AFG-125
commit 301216044e4c27d5a7323c1fa766266fad00db5e upstream. Add device-id entry for GW Instek AFG-125, which has a byte swapped bInterfaceSubClass (0x20). Signed-off-by: Nathaniel Quillin <ndq@google.com> Acked-by: Oliver Neukum <oneukum@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/class')
-rw-r--r--drivers/usb/class/cdc-acm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
index fada988512a1..c5ff13f22b24 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1719,6 +1719,7 @@ static const struct usb_device_id acm_ids[] = {
1719 { USB_DEVICE(0x20df, 0x0001), /* Simtec Electronics Entropy Key */ 1719 { USB_DEVICE(0x20df, 0x0001), /* Simtec Electronics Entropy Key */
1720 .driver_info = QUIRK_CONTROL_LINE_STATE, }, 1720 .driver_info = QUIRK_CONTROL_LINE_STATE, },
1721 { USB_DEVICE(0x2184, 0x001c) }, /* GW Instek AFG-2225 */ 1721 { USB_DEVICE(0x2184, 0x001c) }, /* GW Instek AFG-2225 */
1722 { USB_DEVICE(0x2184, 0x0036) }, /* GW Instek AFG-125 */
1722 { USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */ 1723 { USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */
1723 }, 1724 },
1724 /* Motorola H24 HSPA module: */ 1725 /* Motorola H24 HSPA module: */