USB: remove duplicate entry in Option driver and Pl2303 driver for Huawei modem

Previous thread: USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for Sierra Wireless by Linux Kernel Mailing List on Friday, February 1, 2008 - 9:59 pm. (1 message)

Next thread: USB: pl2303: add support for RATOC REX-USB60F by Linux Kernel Mailing List on Friday, February 1, 2008 - 9:59 pm. (1 message)
From: Linux Kernel Mailing List
Date: Friday, February 1, 2008 - 9:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=94cb37...
Commit:     94cb373a75a903a6246d3e671cabd3e7b7084105
Parent:     e3e73c90e529fd882a402296581644062be0e46c
Author:     Daniel Kozák <kozzi11@gmail.com>
AuthorDate: Sat Jan 12 11:53:09 2008 +0100
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Fri Feb 1 14:34:45 2008 -0800

    USB: remove duplicate entry in Option driver and Pl2303 driver for Huawei modem
    
    Remove entry for Huawei E620 UMTS/HSDPA card (ID: 12d1:1001) in pl2303 driver
    Option driver is use instead
    
    Cc: stable <stable@kernel.org>
    Signed-off-by: Daniel Kozák <kozzi11@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 drivers/usb/serial/pl2303.c |    1 -
 drivers/usb/serial/pl2303.h |    4 ----
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
index 3f499fc..1509fba 100644
--- a/drivers/usb/serial/pl2303.c
+++ b/drivers/usb/serial/pl2303.c
@@ -84,7 +84,6 @@ static struct usb_device_id id_table [] = {
 	{ USB_DEVICE(DATAPILOT_U2_VENDOR_ID, DATAPILOT_U2_PRODUCT_ID) },
 	{ USB_DEVICE(BELKIN_VENDOR_ID, BELKIN_PRODUCT_ID) },
 	{ USB_DEVICE(ALCOR_VENDOR_ID, ALCOR_PRODUCT_ID) },
-	{ 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) },
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
index f1f67bd..f061f30 100644
--- a/drivers/usb/serial/pl2303.h
+++ b/drivers/usb/serial/pl2303.h
@@ -96,10 +96,6 @@
 #define ALCOR_VENDOR_ID		0x058F
 #define ALCOR_PRODUCT_ID	0x9720
 
-/* Huawei E620 UMTS/HSDPA card (ID: 12d1:1001) */
-#define HUAWEI_VENDOR_ID	0x12d1
-#define HUAWEI_PRODUCT_ID	0x1001
-
 /* Willcom WS002IN Data Driver (by NetIndex Inc.) */
 #define WS002IN_VENDOR_ID	0x11f6
 ...
Previous thread: USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for Sierra Wireless by Linux Kernel Mailing List on Friday, February 1, 2008 - 9:59 pm. (1 message)

Next thread: USB: pl2303: add support for RATOC REX-USB60F by Linux Kernel Mailing List on Friday, February 1, 2008 - 9:59 pm. (1 message)