From: Nathaniel Quillin Date: Mon, 5 Dec 2016 14:53:00 +0000 (-0800) Subject: USB: cdc-acm: add device id for GW Instek AFG-125 X-Git-Tag: v4.10-rc1~150^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=301216044e4c27d5a7323c1fa766266fad00db5e;p=karo-tx-linux.git USB: cdc-acm: add device id for GW Instek AFG-125 Add device-id entry for GW Instek AFG-125, which has a byte swapped bInterfaceSubClass (0x20). Signed-off-by: Nathaniel Quillin Acked-by: Oliver Neukum Cc: stable Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index d053075a8444..e35b1508d3eb 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c @@ -1732,6 +1732,7 @@ static const struct usb_device_id acm_ids[] = { { USB_DEVICE(0x20df, 0x0001), /* Simtec Electronics Entropy Key */ .driver_info = QUIRK_CONTROL_LINE_STATE, }, { USB_DEVICE(0x2184, 0x001c) }, /* GW Instek AFG-2225 */ + { USB_DEVICE(0x2184, 0x0036) }, /* GW Instek AFG-125 */ { USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */ }, /* Motorola H24 HSPA module: */