lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 9 Mar 2011 22:13:20 +0100
From:	Johan Hovold <jhovold@...il.com>
To:	Jean-Francois Argentino <jf.argentino@...an.fr>
Cc:	linux-kernel@...r.kernel.org, Greg KH <greg@...ah.com>,
	linux-usb@...r.kernel.org
Subject: Re: [PATCH] ftdi_sio: adding support for OLIMEX ARM-USB-OCD-H

On Mon, Feb 28, 2011 at 04:52:43PM +0100, Jean-Francois Argentino wrote:
> from JF Argentino <jf.argentino@...e.fr>
> 
> Adding support for the OLIMEX ARM-USB-OCD-H JTAG device (id 15ba:002b) 
> based on FTDI FT2232H
> Signed-off-by: JF Argentino <jf.argentino@...e.fr>

Look good, but please send this patch directly to Greg KH and CC
linux-usb as well.

Thanks,
Johan


> --- linux-2.6.37.2/drivers/usb/serial/ftdi_sio_ids.h	2011-02-25 
> 00:09:00.000000000 +0100
> +++ linux/drivers/usb/serial/ftdi_sio_ids.h	2011-02-28 
> 15:42:19.000000000 +0100
> @@ -730,6 +730,7 @@
>   /* Olimex */
>   #define OLIMEX_VID			0x15BA
>   #define OLIMEX_ARM_USB_OCD_PID		0x0003
> +#define OLIMEX_ARM_USB_OCD_H_PID	0x002b
> 
>   /*
>    * Telldus Technologies
> --- linux-2.6.37.2/drivers/usb/serial/ftdi_sio.c	2011-02-25 
> 00:09:00.000000000 +0100
> +++ linux/drivers/usb/serial/ftdi_sio.c	2011-02-28 16:27:02.000000000 +0100
> @@ -721,6 +721,8 @@ static struct usb_device_id id_table_com
>   	{ USB_DEVICE(FTDI_VID, FTDI_PROPOX_JTAGCABLEII_PID) },
>   	{ USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_PID),
>   		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
> +	{ USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_H_PID),
> +		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
>   	{ USB_DEVICE(FIC_VID, FIC_NEO1973_DEBUG_PID),
>   		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
>   	{ USB_DEVICE(FTDI_VID, FTDI_OOCDLINK_PID),
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ