From 94cb373a75a903a6246d3e671cabd3e7b7084105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Koz=C3=A1k?= Date: Sat, 12 Jan 2008 11:53:09 +0100 Subject: USB: remove duplicate entry in Option driver and Pl2303 driver for Huawei modem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove entry for Huawei E620 UMTS/HSDPA card (ID: 12d1:1001) in pl2303 driver Option driver is use instead Cc: stable Signed-off-by: Daniel Kozák Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/pl2303.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/usb/serial/pl2303.h') diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index f1f67bd2037..f061f30ec16 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 #define WS002IN_PRODUCT_ID 0x2001 -- cgit v1.2.3