Go to file
Oliver Neukum c56150c1bc USB: adutux: fix debugging
Handling for removal of the controller was missing at one place.
Add it.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20200917112600.26508-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-09-17 18:52:40 +02:00
arch
block
certs
crypto
Documentation usb typec: mt6360: Add MT6360 Type-C DT binding documentation 2020-09-16 10:45:57 +02:00
drivers USB: adutux: fix debugging 2020-09-17 18:52:40 +02:00
fs
include USB: add usb_control_msg_send() and usb_control_msg_recv() 2020-09-16 11:02:32 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound ALSA: remove calls to usb_pipe_type_check for control endpoints 2020-09-16 11:03:02 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: make linux-usb list remarks consistent 2020-09-14 16:47:53 +02:00
Makefile
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.