patch usb-serial-add-support-for-arkham-technology-adapters.patch added to gregkh-2.6 tree

Amit Kucheria amit.kucheria at canonical.com
Sun Jul 12 11:10:43 UTC 2009


Hi David,

This patch is now added to Greg's tree. So it will make it in the next
kernel release.

Andy/Tim,

Will such a trivial patch make it into later 2.6.31-rcs? Or will it be
queued for the 2.6.32 merge window?

If the latter, please consider this as a 'backport' for Karmic.

Regards,
Amit

----- Forwarded message from gregkh at suse.de -----

Date: Fri, 10 Jul 2009 10:47:17 -0700
From: gregkh at suse.de
To: amit.kucheria at canonical.com, gregkh at suse.de
Subject: patch usb-serial-add-support-for-arkham-technology-adapters.patch added to gregkh-2.6 tree


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

    Subject: USB: Serial: Add support for Arkham Technology adapters

to my gregkh-2.6 tree.  Its filename is

    usb-serial-add-support-for-arkham-technology-adapters.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From amit.kucheria at canonical.com  Fri Jul 10 10:26:20 2009
From: Amit Kucheria <amit.kucheria at canonical.com>
Date: Mon,  6 Jul 2009 14:19:59 +0300
Subject: USB: Serial: Add support for Arkham Technology adapters
Cc: dpotts at arkhamtechnology.com, craig at microtron.org.uk, gregkh at suse.de
Message-ID: <1246879199-12304-1-git-send-email-amit.kucheria at canonical.com>


As reported by David Potts from Arkham Technology, the current driver
works with their hardware on addition of the device ids.

Signed-off-by: Amit Kucheria <amit.kucheria at canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>

---
 drivers/usb/serial/cp210x.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -67,6 +67,8 @@ static struct usb_device_id id_table [] 
 	{ USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
 	{ USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
 	{ USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */
+	{ USB_DEVICE(0x10C4, 0x1101) }, /* Arkham Technology DS101 Bus Monitor */
+	{ USB_DEVICE(0x10C4, 0x1601) }, /* Arkham Technology DS101 Adapter */
 	{ USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
 	{ USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
 	{ USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */


----- End forwarded message -----

-- 
------------------------------------------------------------
Amit Kucheria, Finland
------------------------------------------------------------




More information about the kernel-team mailing list