Commit 4a7375ed authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: serial: qcserial: fix up wording in a comment

Better describe what is happening with a list of devices that are being
ignored by the driver.

Cc: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20200618094300.1887727-5-gregkh@linuxfoundation.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8adbe334
...@@ -365,9 +365,8 @@ static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id) ...@@ -365,9 +365,8 @@ static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id)
* a specific function, while the subclass indicate a * a specific function, while the subclass indicate a
* specific firmware source * specific firmware source
* *
* This is a blacklist of functions known to be * This is a list of functions known to be non-serial. The rest
* non-serial. The rest are assumed to be serial and * are assumed to be serial and will be handled by this driver
* will be handled by this driver
*/ */
switch (intf->desc.bInterfaceProtocol) { switch (intf->desc.bInterfaceProtocol) {
/* QMI combined (qmi_wwan) */ /* QMI combined (qmi_wwan) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment