The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Nate Yocom fff1011a26 Input: xpad - add X-Box Adaptive Profile button
Adds a new quirk for controllers that have a Profile button which has 4
states, reflected as an ABS_PROFILE axis with 4 values.

Signed-off-by: Nate Yocom <nate@yocom.org>
Tested-by: Bastien Nocera <hadess@hadess.net>
Link: https://lore.kernel.org/r/20220908173930.28940-6-nate@yocom.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2022-09-28 18:31:39 -07:00
Documentation Input: add ABS_PROFILE to uapi and documentation 2022-09-28 18:31:37 -07:00
LICENSES
arch i2c: Make remove callback return void 2022-08-16 12:46:26 +02:00
block block-6.0-2022-08-12 2022-08-13 13:37:36 -07:00
certs
crypto
drivers Input: xpad - add X-Box Adaptive Profile button 2022-09-28 18:31:39 -07:00
fs take care to handle NULL ->proc_lseek() 2022-08-14 15:16:18 -04:00
include Input: add ABS_PROFILE to uapi and documentation 2022-09-28 18:31:37 -07:00
init
io_uring io_uring-6.0-2022-08-13 2022-08-13 13:28:54 -07:00
ipc
kernel xen: branch for v6.0-rc1b 2022-08-14 09:28:54 -07:00
lib
mm
net
samples
scripts RISC-V Patches for the 5.20 Merge Window, Part 2 2022-08-12 18:39:43 -07:00
security
sound i2c: Make remove callback return void 2022-08-16 12:46:26 +02:00
tools perf tools changes for v6.0: 2nd batch 2022-08-14 09:22:11 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: input: adp5588: add bindings 2022-08-30 21:16:08 -07:00
Makefile Linux 6.0-rc1 2022-08-14 15:50:18 -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.