The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Sean Young c5f14af0d8 media: rc: nec keymaps should specify the nec variant they use
The rc_proto field should list the exact variant used by the remote. This
does not change the decoder used, but helps with using keymaps for
transmit purposes.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2018-10-04 14:15:56 -04:00
Documentation media: media colorspaces*.rst: rename AdobeRGB to opRGB 2018-09-24 09:28:41 -04:00
LICENSES
arch
block
certs
crypto
drivers media: rc: nec keymaps should specify the nec variant they use 2018-10-04 14:15:56 -04:00
firmware
fs media: dvb: move compat handlers into drivers 2018-09-12 11:00:51 -04:00
include media: v4l2-common: fix typo in documentation for v4l_bound_align_image() 2018-09-24 09:36:18 -04:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS media: dt-bindings: dw9714, dw9807-vcm: Add files to MAINTAINERS, rename files 2018-09-17 14:56:13 -04:00
Makefile Linux 4.19-rc1 2018-08-26 14:11:59 -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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.