- ftdi_sio-adds-support-for-iplus-device.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     ftdi_sio: Adds support for iPlus device.

has been removed from the -mm tree.  Its filename is

     ftdi_sio-adds-support-for-iplus-device.patch

This patch was probably dropped from -mm because
it has now been merged into a subsystem tree or
into Linus's tree, or because it was folded into
its parent patch in the -mm tree.


From: "Luiz Fernando N. Capitulino" <lcapitulino@xxxxxxxxxxxxxxx>

Add support in ftdi_sio usbserial driver for USB modems sold by Plus GSM
Company in Poland.

Signed-off-by: Luiz Fernando Capitulino <lcapitulino@xxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/usb/serial/ftdi_sio.c |    1 +
 drivers/usb/serial/ftdi_sio.h |    3 +++
 2 files changed, 4 insertions(+)

diff -puN drivers/usb/serial/ftdi_sio.c~ftdi_sio-adds-support-for-iplus-device drivers/usb/serial/ftdi_sio.c
--- 25/drivers/usb/serial/ftdi_sio.c~ftdi_sio-adds-support-for-iplus-device	Tue Apr 11 15:31:08 2006
+++ 25-akpm/drivers/usb/serial/ftdi_sio.c	Tue Apr 11 15:31:08 2006
@@ -308,6 +308,7 @@ static struct ftdi_sio_quirk ftdi_HE_TIR
 
 static struct usb_device_id id_table_combined [] = {
 	{ USB_DEVICE(FTDI_VID, FTDI_IRTRANS_PID) },
+	{ USB_DEVICE(FTDI_VID, FTDI_IPLUS_PID) },
 	{ USB_DEVICE(FTDI_VID, FTDI_SIO_PID) },
 	{ USB_DEVICE(FTDI_VID, FTDI_8U232AM_PID) },
 	{ USB_DEVICE(FTDI_VID, FTDI_8U232AM_ALT_PID) },
diff -puN drivers/usb/serial/ftdi_sio.h~ftdi_sio-adds-support-for-iplus-device drivers/usb/serial/ftdi_sio.h
--- 25/drivers/usb/serial/ftdi_sio.h~ftdi_sio-adds-support-for-iplus-device	Tue Apr 11 15:31:08 2006
+++ 25-akpm/drivers/usb/serial/ftdi_sio.h	Tue Apr 11 15:31:08 2006
@@ -39,6 +39,9 @@
 /* www.thoughttechnology.com/ TT-USB provide with procomp use ftdi_sio */
 #define FTDI_TTUSB_PID 0xFF20 /* Product Id */
 
+/* iPlus device */
+#define FTDI_IPLUS_PID 0xD070 /* Product Id */
+
 /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */
 /* they use the ftdi chipset for the USB interface and the vendor id is the same */
 #define FTDI_XF_632_PID 0xFC08	/* 632: 16x2 Character Display */
_

Patches currently in -mm which might be from lcapitulino@xxxxxxxxxxxxxxx are


-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux