]> Git Repo - linux.git/commitdiff
USB: qmi_wwan: Make forced int 4 whitelist generic
authorAndrew Bird (Sphere Systems) <[email protected]>
Sat, 19 May 2012 22:28:36 +0000 (22:28 +0000)
committerDavid S. Miller <[email protected]>
Sun, 20 May 2012 20:58:36 +0000 (16:58 -0400)
Change the forced interface 4 whitelist to use the generic shared
binder instead of the Gobi specific one. Certain ZTE devices
(K3520-Z & K3765-Z) don't work with the Gobi version, but function
quite happily with the generic. This has been tested with the following
devices:
K3520-Z
K3565-Z
K3765-Z
K4505-Z
It hasn't been tested with the ZTE MF820D, which is the only other
device that uses this whitelist at present. Although Bjorn doesn't
expect any problems, any testing with that device would be appreciated.

Signed-off-by: Andrew Bird <[email protected]>
Acked-by: Bjørn Mork <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/usb/qmi_wwan.c

index fc1ebef2636756a006ecac20ea5fddd957312fcd..a0fee0d541b447d2230053a605dc34fb7c5819c5 100644 (file)
@@ -357,9 +357,9 @@ static const struct driver_info     qmi_wwan_gobi = {
 
 /* ZTE suck at making USB descriptors */
 static const struct driver_info        qmi_wwan_force_int4 = {
-       .description    = "Qualcomm Gobi wwan/QMI device",
+       .description    = "Qualcomm WWAN/QMI device",
        .flags          = FLAG_WWAN,
-       .bind           = qmi_wwan_bind_gobi,
+       .bind           = qmi_wwan_bind_shared,
        .unbind         = qmi_wwan_unbind_shared,
        .manage_power   = qmi_wwan_manage_power,
        .data           = BIT(4), /* interface whitelist bitmap */
This page took 0.052212 seconds and 4 git commands to generate.