All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb-serial: ftdi driver- add support for optical probe device
@ 2008-01-17 22:37 Ed Beroset
  0 siblings, 0 replies; only message in thread
From: Ed Beroset @ 2008-01-17 22:37 UTC (permalink / raw)
  To: gregkh, linux-usb, linux-kernel, linux-usb-devel

This patch is for the 2.6.24-rc8 kernel.

Added support for the Elster Unicom III Optical Probe.
The device ID has already been added to the usb.ids file.

Signed-off-by:  Ed Beroset <beroset@mindspring.com>
---

diff -aur --exclude-from=a/.gitignore a/drivers/usb/serial/ftdi_sio.c
b/drivers/usb/serial/ftdi_sio.c
--- a/drivers/usb/serial/ftdi_sio.c	2008-01-16 10:03:24.000000000 -0500
+++ b/drivers/usb/serial/ftdi_sio.c	2008-01-16 10:59:22.000000000 -0500
@@ -17,6 +17,10 @@
   * See http://ftdi-usb-sio.sourceforge.net for upto date testing info
   *	and extra documentation
   *
+ * (16/Jan/2007) Ed Beroset
+ *      Added PID for Elster Unicom III Optical Probe
+ *      see http://www.elsterelectricity.com/ for product description
+ *
   * (21/Jul/2004) Ian Abbott
   *      Incorporated Steven Turner's code to add support for the
FT2232C chip.
   *      The prelimilary port to the 2.6 kernel was by Rus V.
Brushkoff.  I have
@@ -571,6 +575,7 @@
  	{ USB_DEVICE(TML_VID, TML_USB_SERIAL_PID) },
  	{ USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_PID),
  		.driver_info = (kernel_ulong_t)&ftdi_olimex_quirk },
+	{ USB_DEVICE(FTDI_VID, FTDI_ELSTER_UNICOM_PID) },
  	{ },					/* Optional parameter entry */
  	{ }					/* Terminating entry */
  };
diff -aur --exclude-from=a/.gitignore a/drivers/usb/serial/ftdi_sio.h
b/drivers/usb/serial/ftdi_sio.h
--- a/drivers/usb/serial/ftdi_sio.h	2008-01-16 10:03:24.000000000 -0500
+++ b/drivers/usb/serial/ftdi_sio.h	2008-01-16 11:01:44.000000000 -0500
@@ -534,6 +534,8 @@
  #define OLIMEX_VID			0x15BA
  #define OLIMEX_ARM_USB_OCD_PID		0x0003

+/* www.elsterelectricity.com Elster Unicom III Optical Probe */
+#define FTDI_ELSTER_UNICOM_PID 0xE700 /* Product Id */

  /*
   * The Mobility Lab (TML)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-17 22:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 22:37 [PATCH] usb-serial: ftdi driver- add support for optical probe device Ed Beroset

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.