Linux kernel source tree
Go to file
Vicki Pfau cc4f952427 HID: hid-steam: Make sure rumble work is canceled on removal
When a force feedback command is sent from userspace, work is scheduled to pass
this data to the controller without blocking userspace itself. However, in
theory, this work might not be properly canceled if the controller is removed
at the exact right time. This patch ensures the work is properly canceled when
the device is removed.

Signed-off-by: Vicki Pfau <vi@endrift.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
2025-01-09 10:17:46 +01:00
Documentation The biggest change here is eliminating the awful idea that KVM had, of 2024-11-23 16:00:50 -08:00
LICENSES
arch The biggest change here is eliminating the awful idea that KVM had, of 2024-11-23 16:00:50 -08:00
block
certs
crypto
drivers HID: hid-steam: Make sure rumble work is canceled on removal 2025-01-09 10:17:46 +01:00
fs
include HID: fix generic desktop D-Pad controls 2025-01-09 10:06:14 +01:00
init
io_uring
ipc
kernel The biggest change here is eliminating the awful idea that KVM had, of 2024-11-23 16:00:50 -08:00
lib
mm
net
rust
samples
scripts
security
sound
tools selftests/hid: Add host-tools to .gitignore 2024-12-10 12:46:54 +01:00
usr
virt The biggest change here is eliminating the awful idea that KVM had, of 2024-11-23 16:00:50 -08:00
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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 reStructuredText 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.