开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-core.c
Age
Commit message (
Expand
)
Author
2026-05-18
HID: core: Fix size_t specifier in hid_report_raw_event()
Nathan Chancellor
2026-05-12
HID: core: introduce hid_safe_input_report()
Benjamin Tissoires
2026-05-12
HID: pass the buffer size to hid_report_raw_event
Benjamin Tissoires
2026-04-16
Merge branch 'for-7.1/lenovo-v2' into for-linus
Jiri Kosina
2026-04-13
HID: core: clamp report_size in s32ton() to avoid undefined shift
Greg Kroah-Hartman
2026-04-09
HID: core: do not allow parsing 0-sized reports
Dmitry Torokhov
2026-03-27
HID: core: use __free(kfree) and __free(kvfree) to clean up temporary buffers
Dmitry Torokhov
2026-03-27
HID: core: factor out hid_parse_collections()
Dmitry Torokhov
2026-03-19
HID: input: Add support for multiple batteries per device
Lucas Zampieri
2026-03-17
Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2026-03-16
HID: core: Mitigate potential OOB by removing bogus memset()
Lee Jones
2026-03-10
HID: Include firmware version in the uevent
Mario Limonciello
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-09-12
HID: bpf: rescan the device for the group after a load/unload
Benjamin Tissoires
2025-09-12
HID: core: factor out hid_set_group()
Benjamin Tissoires
2025-07-31
Merge tag 'hid-for-linus-2025073101' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-07-31
Merge branch 'for-6.17/core' into for-linus
Jiri Kosina
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-07-28
Merge tag 'sound-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2025-07-25
HID: core: Harden s32ton() against conversion to 0 bits
Alan Stern
2025-07-13
HID: core: do not bypass hid_hw_raw_request
Benjamin Tissoires
2025-07-13
HID: core: ensure __hid_request reserves the report ID as the first byte
Benjamin Tissoires
2025-07-13
HID: core: ensure the allocated report buffer can contain the reserved report ID
Benjamin Tissoires
2025-06-20
HID: rate-limit hid_warn to prevent log flooding
Li Chen
2025-06-20
HID: core: Add bus define for SoundWire bus
Charles Keepax
2025-06-20
HID: replace scnprintf() with sysfs_emit()
Chelsy Ratnawat
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
2025-05-13
HID: core: Add functions for HID drivers to react on first open and last clos...
Werner Sembach
2025-02-07
HID: core: Add reserved item tag for main items
Tatsuya S
2025-01-20
Merge branch 'for-6.14/core' into for-linus
Jiri Kosina
2025-01-09
HID: core: Fix assumption that Resolution Multipliers must be in Logical Coll...
Alan Stern
2024-12-11
HID: core: constify 'struct bin_attribute'
Thomas Weißschuh
2024-12-11
HID: core: use utility macros to define sysfs attributes
Thomas Weißschuh
2024-11-28
HID: bpf: constify hid_ops
Thomas Weißschuh
2024-11-25
Revert "HID: bpf: allow write access to quirks field in struct hid_device"
Linus Torvalds
2024-11-18
Merge branch 'for-6.13/bpf' into for-linus
Jiri Kosina
2024-11-18
Merge branch 'for-6.13/core' into for-linus
Jiri Kosina
2024-11-18
Merge branch 'for-6.13/wacom' into for-linus
Jiri Kosina
2024-10-29
HID: core: zero-initialize the report buffer
Jiri Kosina
2024-10-16
HID: Remove default case statement in fetch_item()
Nathan Chancellor
2024-10-04
HID: add per device quirk to force bind to hid-generic
Benjamin Tissoires
2024-10-04
HID: bpf: allow write access to quirks field in struct hid_device
Benjamin Tissoires
2024-10-04
HID: core: remove one more kmemdup on .probe()
Benjamin Tissoires
2024-10-04
HID: core: save one kmemdup during .probe()
Benjamin Tissoires
2024-10-04
HID: bpf: move HID-BPF report descriptor fixup earlier
Benjamin Tissoires
2024-10-04
HID: stop exporting hid_snto32()
Dmitry Torokhov
2024-10-04
HID: simplify snto32()
Dmitry Torokhov
2024-10-04
HID: simplify code in fetch_item()
Dmitry Torokhov
[next]