No description
Find a file
Ping Cheng d6b675687a HID: wacom: Don't register pad_input for touch switch
Touch switch state is received through WACOM_PAD_FIELD. However, it
is reported by touch_input. Don't register pad_input if no other pad
events require the interface.

Cc: stable@vger.kernel.org
Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
Reviewed-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2022-05-27 09:05:50 +02:00
arch MMC core: 2022-05-24 14:56:38 -07:00
block
certs
crypto
Documentation spi: Updates for v5.19 2022-05-24 15:13:30 -07:00
drivers HID: wacom: Don't register pad_input for touch switch 2022-05-27 09:05:50 +02:00
fs integrity-v5.19 2022-05-24 13:50:39 -07:00
include for-linus-2022052401 2022-05-24 15:21:15 -07:00
init
ipc
kernel seccomp updates for v5.19-rc1 2022-05-24 12:37:24 -07:00
lib hwmon updates for v5.19-rc1 2022-05-24 14:23:10 -07:00
LICENSES
mm kernel-hardening updates for v5.19-rc1 2022-05-24 12:27:09 -07:00
net kernel-hardening updates for v5.19-rc1 2022-05-24 12:27:09 -07:00
samples Landlock updates for v5.19-rc1 2022-05-24 13:09:13 -07:00
scripts tpmdd updates for v5.19-rc1 2022-05-24 13:16:50 -07:00
security integrity-v5.19 2022-05-24 13:50:39 -07:00
sound
tools tpmdd updates for v5.19-rc1 2022-05-24 13:16:50 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Scheduler changes in this cycle were: 2022-05-24 11:11:13 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS for-linus-2022052401 2022-05-24 15:21:15 -07:00
Makefile kernel-hardening updates for v5.19-rc1 2022-05-24 12:27:09 -07:00
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.