]> www.infradead.org Git - users/jedix/linux-maple.git/commit
USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355
authorReinhard Speyerer <rspmn@arcor.de>
Tue, 14 Jul 2015 20:55:06 +0000 (22:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Aug 2015 03:52:24 +0000 (20:52 -0700)
commit8dc811bbac76eb7433d9731de2e7d0f91e0f9bc2
treee783a8a03171f3316dd86d36e7c2e33288d5fbb2
parent49b38223eaf3947542f18fec68c03ae6588c4abb
USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355

commit 653cdc13a340ad1cef29f1bab0d05d0771fa1d57 upstream.

Tests with a Sierra Wireless MC7355 have shown that 1199:9041 devices
also require the option_send_setup() code to be used on the USB
interface for the AT port to make unsolicited response codes work
correctly. Move these devices from the qcserial driver to the option
driver like it has been done for the 1199:68c0 devices in commit
d80c0d14183516f184a5ac88e11008ee4c7d2a2e ("USB: qcserial/option: make
AT URCs work for Sierra Wireless MC73xx").

Signed-off-by: Reinhard Speyerer <rspmn@arcor.de>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/option.c
drivers/usb/serial/qcserial.c