Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4928245163b1595f0846aa87ddd1d4f682364fe1
Commit:     4928245163b1595f0846aa87ddd1d4f682364fe1
Parent:     8a3c1f573c771e60f67ef172d2392d1a28385b4a
Author:     Jon K Hellan <[EMAIL PROTECTED]>
AuthorDate: Tue Mar 20 12:45:42 2007 +0100
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Mon Mar 26 14:17:48 2007 -0700

    USB: remove duplicated device id in airprime driver
    
    Both airprime and option now want to handle vendor ID 0x1410,
    device ID 0x1100. Airprime calls it 'ExpressCard34 Qualcomm 3G CDMA'.
    Option calls it 'Novatel Merlin XS620/S640'. Patch attached to remove it
    from airprime.
    
    From: Jon K Hellan <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/serial/airprime.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial/airprime.c
index 7538c64..39a4983 100644
--- a/drivers/usb/serial/airprime.c
+++ b/drivers/usb/serial/airprime.c
@@ -18,7 +18,6 @@
 
 static struct usb_device_id id_table [] = {
        { USB_DEVICE(0x0c88, 0x17da) }, /* Kyocera Wireless KPC650/Passport */
-       { USB_DEVICE(0x1410, 0x1100) }, /* ExpressCard34 Qualcomm 3G CDMA */
        { USB_DEVICE(0x413c, 0x8115) }, /* Dell Wireless HSDPA 5500 */
        { },
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to