The patch titled
     usb: add support for 4348:5523 WinChipHead USB->RS 232 adapter
has been removed from the -mm tree.  Its filename was
     usb-add-support-for-43485523-winchiphead-usb-rs-232-adapter.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: usb: add support for 4348:5523 WinChipHead USB->RS 232 adapter
From: Piotr Roszatycki <[EMAIL PROTECTED]>

add support for:

  4348:5523 WinChipHead USB->RS 232 adapter with Prolifec PL 2303 chipset

[ [EMAIL PROTECTED]: merged it and nursed it upstream ]

Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/usb/serial/pl2303.c |    1 +
 drivers/usb/serial/pl2303.h |    5 +++++
 2 files changed, 6 insertions(+)

diff -puN 
drivers/usb/serial/pl2303.c~usb-add-support-for-43485523-winchiphead-usb-rs-232-adapter
 drivers/usb/serial/pl2303.c
--- 
a/drivers/usb/serial/pl2303.c~usb-add-support-for-43485523-winchiphead-usb-rs-232-adapter
+++ a/drivers/usb/serial/pl2303.c
@@ -87,6 +87,7 @@ static struct usb_device_id id_table [] 
        { USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_ID) },
        { USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) },
        { USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) },
+       { USB_DEVICE(HL340_VENDOR_ID, HL340_PRODUCT_ID) },
        { }                                     /* Terminating entry */
 };
 
diff -puN 
drivers/usb/serial/pl2303.h~usb-add-support-for-43485523-winchiphead-usb-rs-232-adapter
 drivers/usb/serial/pl2303.h
--- 
a/drivers/usb/serial/pl2303.h~usb-add-support-for-43485523-winchiphead-usb-rs-232-adapter
+++ a/drivers/usb/serial/pl2303.h
@@ -107,3 +107,8 @@
 /* Corega CG-USBRS232R Serial Adapter */
 #define COREGA_VENDOR_ID       0x07aa
 #define COREGA_PRODUCT_ID      0x002a
+
+/* HL HL-340 (ID: 4348:5523) */
+#define HL340_VENDOR_ID                0x4348
+#define HL340_PRODUCT_ID       0x5523
+
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are


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

Reply via email to