From: Christopher Hoover <ch@murgatroid.com>
To: Greg Kroah-Hartman <gregkh@suse.de>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Patch for B&B Electronics USPLT4-LS
Date: Tue, 16 Mar 2010 19:10:34 -0700 [thread overview]
Message-ID: <4BA03A1A.50204@murgatroid.com> (raw)
Adds support for B&B Electronics USPLT4-LS.
Cheers,
Christopher.
-ch
ch@murgatroid.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)
next reply other threads:[~2010-03-17 2:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-17 2:10 Christopher Hoover [this message]
2010-03-17 4:39 ` Patch for B&B Electronics USPLT4-LS Greg KH
2010-03-17 6:38 ` Christopher Hoover
2010-03-17 13:37 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BA03A1A.50204@murgatroid.com \
--to=ch@murgatroid.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.