HID: nvidia-shield: Add mappings for consumer HID USAGE buttons
Rahul Rameshbabu authored

Map Android Home, Back, Search, VolumeUp, VolumeDown, and PlayPause buttons
to the appropriate input event codes.
Signed-off-by: default avatarRahul Rameshbabu <rrameshbabu@nvidia.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
13d02c69
Name Last commit Last update
Documentation Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
block block: fix revalidate performance regression
certs KEYS: Add missing function documentation
crypto KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
drivers HID: nvidia-shield: Add mappings for consumer HID USAGE buttons
fs Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
include Merge tag 'media/v6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
init Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
io_uring io_uring: undeprecate epoll_ctl support
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
lib test_firmware: fix the memory leak of the allocated firmware buffer
mm mm: page_table_check: Ensure user pages are not slab pages
net Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
rust Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linux
samples samples/bpf: Drop unnecessary fallthrough
scripts Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
security selinux: don't use make's grouped targets feature yet
sound ALSA: hda/realtek: Enable headset onLenovo M70/M90
tools Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
usr initramfs: Check negative timestamp to prevent broken cpio archive
virt KVM: Fix vcpu_array[0] races
.clang-format Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.