diff options
author | Johan Hovold <jhovold@gmail.com> | 2014-03-28 13:05:10 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-31 00:52:13 -0400 |
commit | 4b2ac05d9b30b3a1fdb03d64400a98fac4ec8980 (patch) | |
tree | 02b4b18c2c764d2a769f73c8365dd553173b6810 | |
parent | fa028c45b4433f8786dd24c8a6cd2b3aff22ac41 (diff) |
Revert "USB: serial: add usbid for dell wwan card to sierra.c"
commit 2e01280d2801c72878cf3a7119eac30077b463d5 upstream.
This reverts commit 1ebca9dad5abe8b2ed4dbd186cd657fb47c1f321.
This device was erroneously added to the sierra driver even though it's
not a Sierra device and was already handled by the option driver.
Cc: Richard Farina <sidhayn@gmail.com>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/serial/sierra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index 8894665cd610..2df566c0e9e8 100644 --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c | |||
@@ -291,7 +291,6 @@ static const struct usb_device_id id_table[] = { | |||
291 | { USB_DEVICE(0x0f3d, 0x68A3), /* Airprime/Sierra Wireless Direct IP modems */ | 291 | { USB_DEVICE(0x0f3d, 0x68A3), /* Airprime/Sierra Wireless Direct IP modems */ |
292 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist | 292 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist |
293 | }, | 293 | }, |
294 | { USB_DEVICE(0x413C, 0x08133) }, /* Dell Computer Corp. Wireless 5720 VZW Mobile Broadband (EVDO Rev-A) Minicard GPS Port */ | ||
295 | 294 | ||
296 | { } | 295 | { } |
297 | }; | 296 | }; |