]> 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 16:27:08 +0000 (09:27 -0700)
commitd03769fc82bcbf1bbbfd207824781d935fa16fa6
tree478f726059be7080b3fff583d1647f2c8e52a061
parenta93dc3f48f5f585e774559a60f8292fbf9c78e57
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