This is a note to let you know that I've just added the patch titled

    USB: cdc-acm: add device id for GW Instek AFG-2225

to the 3.14-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     usb-cdc-acm-add-device-id-for-gw-instek-afg-2225.patch
and it can be found in the queue-3.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From cf84a691a61606a2e7269907d3727e2d9fa148ee Mon Sep 17 00:00:00 2001
From: Johan Hovold <jo...@kernel.org>
Date: Mon, 27 Oct 2014 18:34:33 +0100
Subject: USB: cdc-acm: add device id for GW Instek AFG-2225

From: Johan Hovold <jo...@kernel.org>

commit cf84a691a61606a2e7269907d3727e2d9fa148ee upstream.

Add device-id entry for GW Instek AFG-2225, which has a byte swapped
bInterfaceSubClass (0x20).

Reported-by: Karl Palsson <ka...@tweak.net.au>
Signed-off-by: Johan Hovold <jo...@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

---
 drivers/usb/class/cdc-acm.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1672,6 +1672,7 @@ static const struct usb_device_id acm_id
        { USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */
        .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
        },
+       { USB_DEVICE(0x2184, 0x001c) }, /* GW Instek AFG-2225 */
        { USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */
        },
        /* Motorola H24 HSPA module: */


Patches currently in stable-queue which might be from jo...@kernel.org are

queue-3.14/usb-option-add-haier-ce81b-cdma-modem.patch
queue-3.14/usb-cdc-acm-add-device-id-for-gw-instek-afg-2225.patch
queue-3.14/usb-option-add-support-for-telit-le910.patch
queue-3.14/usb-serial-ftdi_sio-add-awinda-station-and-dongle-products.patch
queue-3.14/usb-serial-cp210x-add-silicon-labs-358x-vid-and-pid.patch
queue-3.14/usb-cdc-acm-only-raise-dtr-on-transitions-from-b0.patch
queue-3.14/usb-serial-ftdi_sio-add-bricked-ftdi-device-pid.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to