projects
/
unionfs-2.6.33.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee84f2
)
Revert "USB: serial: add usbid for dell wwan card to sierra.c"
author
Johan Hovold
<jhovold@gmail.com>
Fri, 28 Mar 2014 17:05:10 +0000
(18:05 +0100)
committer
Jiri Slaby
<jslaby@suse.cz>
Thu, 29 May 2014 09:38:19 +0000
(11:38 +0200)
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: Jiri Slaby <jslaby@suse.cz>
drivers/usb/serial/sierra.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/sierra.c
b/drivers/usb/serial/sierra.c
index de958c5b52e33ea5b7c3ff23efe42d33322bdeb4..b6910b7ab7e24553553c1eedc17575939ecc4539 100644
(file)
--- a/
drivers/usb/serial/sierra.c
+++ b/
drivers/usb/serial/sierra.c
@@
-291,7
+291,6
@@
static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x0f3d, 0x68A3), /* Airprime/Sierra Wireless Direct IP modems */
.driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist
},
- { USB_DEVICE(0x413C, 0x08133) }, /* Dell Computer Corp. Wireless 5720 VZW Mobile Broadband (EVDO Rev-A) Minicard GPS Port */
{ }
};