]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: qcserial: don't grab QMI port on Gobi 1000 devices
authorDan Williams <dcbw@redhat.com>
Fri, 24 Feb 2012 19:08:43 +0000 (13:08 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 17:31:36 +0000 (10:31 -0700)
commit8061f8a13bad35508405253e5afacff2db67dc0c
tree6eb306cd6ef443bc34d1241f9535772ac64d12e8
parent39743546904440d48792444ab50db081f72a8be9
USB: qcserial: don't grab QMI port on Gobi 1000 devices

commit c192c8e71a2ded01170c1a992cd21aaedc822756 upstream.

Gobi 1000 devices have a different port layout, which wasn't respected
by the current driver, and thus it grabbed the QMI/net port.  In the
near future we'll be attaching another driver to the QMI/net port for
these devices (cdc-wdm and qmi_wwan) so make sure the qcserial driver
doesn't claim them.  This patch also prevents qcserial from binding to
interfaces 0 and 1 on 1K devices because those interfaces do not
respond.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/qcserial.c