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-next>] [day] [month] [year] [list]
Message-ID: <4D6BC4CB.6050602@osean.fr>
Date:	Mon, 28 Feb 2011 16:52:43 +0100
From:	Jean-Francois Argentino <jf.argentino@...an.fr>
To:	jhovold@...il.com
CC:	linux-kernel@...r.kernel.org
Subject: [PATCH] ftdi_sio: adding support for OLIMEX ARM-USB-OCD-H

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>

--- 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