index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-04
HID: core: remove unnecessary WARN_ON() in implement()
Nikita Zhandarovich
1
-1
/
+0
2024-04-10
HID: bpf: allow to inject HID event from BPF
Benjamin Tissoires
1
-0
/
+1
2024-04-10
HID: bpf: export hid_hw_output_report as a BPF kfunc
Benjamin Tissoires
1
-0
/
+1
2024-01-02
HID: make hid_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2023-11-21
HID: fix HID device resource race between HID core and debugging support
Charles Yi
1
-2
/
+10
2023-06-08
HID: fix an error code in hid_check_device_match()
Dan Carpenter
1
-1
/
+1
2023-05-26
HID: ensure timely release of driver-allocated resources
Dmitry Torokhov
1
-0
/
+17
2023-05-26
HID: split apart hid_device_probe to make logic more apparent
Dmitry Torokhov
1
-47
/
+54
2023-03-09
Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+25
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2023-02-23
HID: core: Provide new max_buffer_size attribute to over-ride the default
Lee Jones
1
-7
/
+25
2023-02-22
Merge branch 'for-6.3/hid-bpf' into for-linus
Benjamin Tissoires
1
-1
/
+33
2023-02-22
Merge branch 'for-6.3/hid-core' into for-linus
Benjamin Tissoires
1
-10
/
+2
2023-02-06
HID: use standard debug APIs
Thomas Weißschuh
1
-9
/
+0
2023-02-06
HID: core: Fix deadloop in hid_apply_multiplier.
Xin Zhao
1
-0
/
+3
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-18
HID: Recognize sensors with application collections
Ronald Tschalär
1
-1
/
+2
2023-01-17
HID: check empty report_list in hid_validate_values()
Pietro Borrello
1
-2
/
+2
2022-11-21
HID: core: fix shift-out-of-bounds in hid_report_raw_event
ZhangPeng
1
-0
/
+3
2022-11-15
HID: bpf: allow to change the report descriptor
Benjamin Tissoires
1
-1
/
+2
2022-11-15
HID: bpf: introduce hid_hw_request()
Benjamin Tissoires
1
-0
/
+2
2022-11-15
HID: bpf: allocate data memory for device_event BPF programs
Benjamin Tissoires
1
-2
/
+10
2022-11-15
HID: initial BPF implementation
Benjamin Tissoires
1
-0
/
+21
2022-10-05
Merge branch 'for-6.1/logitech' into for-linus
Benjamin Tissoires
1
-0
/
+1
2022-09-20
HID: convert defines of HID class requests into a proper enum
Benjamin Tissoires
1
-3
/
+3
2022-09-20
HID: export hid_report_type to uapi
Benjamin Tissoires
1
-6
/
+7
2022-09-20
HID: core: store the unique system identifier in hid_device
Benjamin Tissoires
1
-1
/
+3
2022-09-07
HID: core: Export hid_match_id()
Bastien Nocera
1
-0
/
+1
2022-07-21
HID: core: remove unneeded assignment in hid_process_report()
Lukas Bulwahn
1
-1
/
+1
2022-05-11
HID: core: Display "SENSOR HUB" for sensor hub bus string in hid_info
Basavaraj Natikar
1
-0
/
+4
2022-03-01
HID: core: for input reports, process the usages by priority list
Benjamin Tissoires
1
-7
/
+38
2022-03-01
HID: compute an ordered list of input fields to process
Benjamin Tissoires
1
-1
/
+104
2022-03-01
HID: core: split data fetching from processing in hid_input_field()
Benjamin Tissoires
1
-19
/
+77
2022-03-01
HID: core: de-duplicate some code in hid_input_field()
Benjamin Tissoires
1
-15
/
+39
2022-03-01
HID: core: statically allocate read buffers
Benjamin Tissoires
1
-7
/
+5
2021-12-02
HID: do not inline some hid_hw_ functions
Benjamin Tissoires
1
-0
/
+64
2021-12-02
HID: add suspend/resume helpers
Benjamin Tissoires
1
-0
/
+29
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-06-30
Merge branch 'for-5.14/core' into for-linus
Jiri Kosina
1
-7
/
+3
2021-05-27
HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_ke...
Hans de Goede
1
-1
/
+0
2021-05-05
HID: Add BUS_VIRTUAL to hid_connect logging
Mark Bolhuis
1
-0
/
+3
2021-05-05
HID: do not use down_interruptible() when unbinding devices
Dmitry Torokhov
1
-7
/
+3
2021-04-07
HID: hid-core: Fix incorrect function name in header
Lee Jones
1
-1
/
+1
2021-01-18
HID: make arrays usage and value to be the same
Will McVicker
1
-3
/
+3
2021-01-08
HID: core: detect and skip invalid inputs to snto32()
Randy Dunlap
1
-0
/
+3
2020-10-15
Merge branch 'for-5.9/upstream-fixes' into for-linus
Jiri Kosina
1
-4
/
+4
2020-09-30
HID: add vivaldi HID driver
Sean O'Brien
1
-0
/
+7
2020-09-23
HID: core: fix kerneldoc warnings in hid-core.c
Xiaofei Tan
1
-4
/
+4
2020-09-01
HID: core: Correctly handle ReportSize being zero
Marc Zyngier
1
-2
/
+13
2020-02-12
HID: core: fix off-by-one memset in hid_report_raw_event()
Johan Korsnes
1
-1
/
+3
[next]