Linux MM tree latest commits
 help / color / mirror / Atom feed
* [merged] drivers-usb-serial-optionc-zteac8710-support-with-device-id-0xffff.patch removed from -mm tree
@ 2010-04-27 15:02 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2010-04-27 15:02 UTC (permalink / raw)
  To: maheshkuruganti, gregkh, smurf, mm-commits


The patch titled
     drivers/usb/serial/option.c: ZTEAC8710 support with Device ID 0xffff
has been removed from the -mm tree.  Its filename was
     drivers-usb-serial-optionc-zteac8710-support-with-device-id-0xffff.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: drivers/usb/serial/option.c: ZTEAC8710 support with Device ID 0xffff
From: Mahesh Kuruganti <maheshkuruganti@gmail.com>

Extend support to AC8710 with 0xffff product ID.  I tested it and it
compiled with no problem and I am using it now as i type.

Signed-off-by: Mahesh Kuruganti <maheshkuruganti@gmail.com>
Cc: Matthias Urlichs <smurf@smurf.noris.de>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/usb/serial/option.c |    3 +++
 1 file changed, 3 insertions(+)

diff -puN drivers/usb/serial/option.c~drivers-usb-serial-optionc-zteac8710-support-with-device-id-0xffff drivers/usb/serial/option.c
--- a/drivers/usb/serial/option.c~drivers-usb-serial-optionc-zteac8710-support-with-device-id-0xffff
+++ a/drivers/usb/serial/option.c
@@ -305,6 +305,8 @@ static int  option_resume(struct usb_ser
 #define ZTE_PRODUCT_CDMA_TECH			0xfffe
 #define ZTE_PRODUCT_AC8710			0xfff1
 #define ZTE_PRODUCT_AC2726			0xfff5
+/* There seems to be an Alternate Device ID for the AC8710 supplied in India */
+#define ZTE_PRODUCT_AC8710T			0xffff
 
 #define BENQ_VENDOR_ID				0x04a5
 #define BENQ_PRODUCT_H10			0x4068
@@ -678,6 +680,7 @@ static const struct usb_device_id option
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0141, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_CDMA_TECH, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC8710, 0xff, 0xff, 0xff) },
+	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC8710T, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC2726, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE(BENQ_VENDOR_ID, BENQ_PRODUCT_H10) },
 	{ USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) },
_

Patches currently in -mm which might be from maheshkuruganti@gmail.com are

linux-next.patch


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

only message in thread, other threads:[~2010-04-27 18:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 15:02 [merged] drivers-usb-serial-optionc-zteac8710-support-with-device-id-0xffff.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox