No description
Find a file
Johan Hovold bf1c674498 USB: cdc-acm: clean up no-union-descriptor handling
For interfaces that lack a union descriptor, probe for a
"combined-interface" before falling back to the call-management
descriptor instead of the other way round.

This allows for the removal of the NO_DATA_INTERFACE quirk and makes the
probe algorithm somewhat easier to follow.

Acked-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20200921135951.24045-5-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-09-25 17:01:12 +02:00
arch Merge 5.0-rc6 into usb-next 2020-09-21 09:06:42 +02:00
block
certs
crypto
Documentation dt-bindings: usb: renesas,usbhs: Add r8a774e1 support 2020-09-22 10:38:47 +02:00
drivers USB: cdc-acm: clean up no-union-descriptor handling 2020-09-25 17:01:12 +02:00
fs
include USB: correct API of usb_control_msg_send/recv 2020-09-25 16:33:58 +02:00
init
ipc
kernel Fix the seccomp syscall rewriting so that trace and audit see the 2020-09-20 15:37:15 -07:00
lib
LICENSES
mm
net
samples
scripts
security
sound sound: hiface: move to use usb_control_msg_send() 2020-09-25 16:33:59 +02:00
tools Fix noreturn detection for ignored sibling functions, from Josh 2020-09-20 15:31:04 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge 5.0-rc6 into usb-next 2020-09-21 09:06:42 +02:00
Makefile Linux 5.9-rc6 2020-09-20 16:33:55 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.