The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Chunfeng Yun a04c9f2d5d usb: mtu3: use enum usb_role instead of private defined ones
Now we mainly use usb-role-switch to set dual role mode, and all
three ways supported use the same function to switch mode, use
usb_role enum will make code clear

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/1623139069-8173-10-git-send-email-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-06-15 15:43:11 +02:00
Documentation Linux 5.13-rc6 2021-06-14 09:18:07 +02:00
LICENSES
arch Linux 5.13-rc6 2021-06-14 09:18:07 +02:00
block
certs
crypto
drivers usb: mtu3: use enum usb_role instead of private defined ones 2021-06-15 15:43:11 +02:00
fs NFS client bugfixes for Linux 5.13 2021-06-13 12:32:59 -07:00
include usb: tegra: Changes for v5.14-rc1 2021-06-14 10:27:09 +02:00
init
ipc
kernel Misc fixes: 2021-06-12 11:41:28 -07:00
lib
mm
net
samples
scripts
security
sound
tools perf tools fixes for v5.13: 5th batch 2021-06-13 12:41:47 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS USB fixes for 5.13-rc6 2021-06-12 12:34:49 -07:00
Makefile Linux 5.13-rc6 2021-06-13 14:43:10 -07:00
README

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.