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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 16 Mar 2010 19:10:34 -0700
From:	Christopher Hoover <ch@...gatroid.com>
To:	Greg Kroah-Hartman <gregkh@...e.de>, linux-usb@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Patch for B&B Electronics USPLT4-LS

Adds support for B&B Electronics USPLT4-LS.

Cheers,
Christopher.

-ch
ch@...gatroid.com

diff --exclude='*~' -Naur linux-2.6.30.orig/drivers/usb/serial/ftdi_sio.c linux-2.6.30/drivers/usb/serial/ftdi_sio.c
--- linux-2.6.30.orig/drivers/usb/serial/ftdi_sio.c	2009-06-09 20:05:27.000000000 -0700
+++ linux-2.6.30/drivers/usb/serial/ftdi_sio.c	2010-03-16 09:24:34.000000000 -0700
@@ -587,6 +587,7 @@
  	{ USB_DEVICE(BANDB_VID, BANDB_USOTL4_PID) },
  	{ USB_DEVICE(BANDB_VID, BANDB_USTL4_PID) },
  	{ USB_DEVICE(BANDB_VID, BANDB_USO9ML2_PID) },
+	{ USB_DEVICE(BANDB_VID, BANDB_USPTL4LS_PID) },
  	{ USB_DEVICE(FTDI_VID, EVER_ECO_PRO_CDS) },
  	{ USB_DEVICE(FTDI_VID, FTDI_4N_GALAXY_DE_1_PID) },
  	{ USB_DEVICE(FTDI_VID, FTDI_4N_GALAXY_DE_2_PID) },
diff --exclude='*~' -Naur linux-2.6.30.orig/drivers/usb/serial/ftdi_sio.h linux-2.6.30/drivers/usb/serial/ftdi_sio.h
--- linux-2.6.30.orig/drivers/usb/serial/ftdi_sio.h	2009-06-09 20:05:27.000000000 -0700
+++ linux-2.6.30/drivers/usb/serial/ftdi_sio.h	2010-03-16 09:24:05.000000000 -0700
@@ -651,6 +651,7 @@
  #define BANDB_USOTL4_PID	0xAC01	/* USOTL4 Isolated RS-485 Converter */
  #define BANDB_USTL4_PID		0xAC02	/* USTL4 RS-485 Converter */
  #define BANDB_USO9ML2_PID	0xAC03	/* USO9ML2 Isolated RS-232 Converter */
+#define BANDB_USPTL4LS_PID	0xAC12  /* USPTL4-LS RS-422/485 Adapter */

  /*
   * RM Michaelides CANview USB (http://www.rmcan.com)


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