Main-line Linux kernel tree http://www.kernel.org
Go to file
Hongren Zheng (Zenithal) a58977b2f8 usbip: tools: add usage of device mode in usbip_list.c
The option '-d/--device' was implemented in 'usbip list' but not
shown in usage. Hence this commit adds this option to usage.

Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Hongren Zheng <i@zenithal.me>
Link: https://lore.kernel.org/r/YFrwq75Uyef3c9gz@Sun
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-03-26 14:27:50 +01:00
arch ARM: multi_v7_defconfig: Stop using deprecated USB_EHCI_TEGRA 2021-03-23 12:37:31 +01:00
block
certs
crypto
Documentation dt-bindings: usb: dwc3-xilinx: Add documentation for Versal DWC3 Controller 2021-03-23 12:48:14 +01:00
drivers usb: typec: Fix a typo 2021-03-26 14:26:47 +01:00
fs
include usb: core: Track SuperSpeed Plus GenXxY 2021-03-23 13:12:37 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools usbip: tools: add usage of device mode in usbip_list.c 2021-03-26 14:27:50 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.