]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: option: set driver_info for SIM5218 and compatibles
authorMans Rullgard <mans@mansr.com>
Tue, 26 Feb 2019 17:07:10 +0000 (17:07 +0000)
committerJohan Hovold <johan@kernel.org>
Tue, 19 Mar 2019 10:32:06 +0000 (11:32 +0100)
commit1243a85bafb47ff9c307b4c29a6463ac73ad2184
tree8fa58da03df08e533a8731b109bb49d90a850311
parent9b8b508c793e84b5e21a9d3cf4ce6b15824ddf30
USB: serial: option: set driver_info for SIM5218 and compatibles

The SIMCom SIM5218 and compatible devices have 5 USB interfaces, only 4
of which are serial ports.  The fifth is a network interface supported
by the qmi-wwan driver.  Furthermore, the serial ports do not support
modem control signals.  Add driver_info flags to reflect this.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Fixes: 34ed853689b9 ("usb: option: add SIMCom SIM5218")
Cc: stable <stable@vger.kernel.org> # 3.2
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/option.c