aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/airprime.c
diff options
context:
space:
mode:
authorFaidon Liambotis <paravoid@debian.org>2007-08-07 05:46:05 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2007-08-22 14:27:44 -0700
commit96443218be7f61027c23772d048a1bf549dfb2d7 (patch)
treecd1b086a3cafef39cb7f0020c4100a0fa0b65a8c /drivers/usb/serial/airprime.c
parentUSB: u132-hcd.c - Fix a warning when CONFIG_PM=n (diff)
downloadlinux-dev-96443218be7f61027c23772d048a1bf549dfb2d7.tar.xz
linux-dev-96443218be7f61027c23772d048a1bf549dfb2d7.zip
USB: fix support for Dell Wireless Broadband (aka WWAN)
Dell Wireless Broadband ExpressCards are rebrands of Novatel's cards. Add all of their known PCI IDs to date along with their mapping to the exact Novatel model to the Option driver which already claims to support them. Signed-off-by: Faidon Liambotis <paravoid@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/airprime.c')
-rw-r--r--drivers/usb/serial/airprime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial/airprime.c
index cff6fd190a28..77bb893bf2e9 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(0x413c, 0x8115) }, /* Dell Wireless HSDPA 5500 */
{ },
};
MODULE_DEVICE_TABLE(usb, id_table);