No description
Find a file
Basavaraj Natikar 077e3e3bc8 HID: amd_sfh: Handle "no sensors" in PM operations
Resume or suspend each sensor device based on the num_hid_devices.
Therefore, add a check to handle the special case where no sensors are
present.

Fixes: 93ce5e0231 ("HID: amd_sfh: Implement SFH1.1 functionality")
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
2024-05-07 15:18:47 +02:00
arch drm for 6.9: 2024-03-13 18:34:05 -07:00
block Revert "dm: use queue_limits_set" 2024-03-11 17:11:28 -07:00
certs
crypto
Documentation auxdisplay for v6.9-1 2024-03-14 09:43:51 -07:00
drivers HID: amd_sfh: Handle "no sensors" in PM operations 2024-05-07 15:18:47 +02:00
fs \n 2024-03-13 14:30:58 -07:00
include hid-for-linus-2024031301 2024-03-14 09:56:15 -07:00
init Modules changes for v6.9-rc1 2024-03-13 12:40:58 -07:00
io_uring
ipc
kernel pidfs: remove config option 2024-03-13 12:53:53 -07:00
lib Modules changes for v6.9-rc1 2024-03-13 12:40:58 -07:00
LICENSES
mm \n 2024-03-13 14:30:58 -07:00
net mm, slab: remove last vestiges of SLAB_MEM_SPREAD 2024-03-12 20:32:19 -07:00
rust Networking changes for 6.9. 2024-03-12 17:44:08 -07:00
samples Networking changes for 6.9. 2024-03-12 17:44:08 -07:00
scripts New code for 6.9: 2024-03-13 13:52:24 -07:00
security lsm/stable-6.9 PR 20240312 2024-03-12 20:03:34 -07:00
sound Power management updates for 6.9-rc1 2024-03-13 11:40:06 -07:00
tools drm for 6.9: 2024-03-13 18:34:05 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Networking changes for 6.9. 2024-03-12 17:44:08 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS auxdisplay for v6.9-1 2024-03-14 09:43:51 -07:00
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.