Skip to content

Commit

Permalink
USB: remove duplicated device id in airprime driver
Browse files Browse the repository at this point in the history
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 <jon.kare.hellan@uninett.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jon K Hellan authored and Greg Kroah-Hartman committed Mar 26, 2007
1 parent 8a3c1f5 commit 4928245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/serial/airprime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
{ },
};
Expand Down

0 comments on commit 4928245

Please sign in to comment.