summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-core.c
Commit message (Expand)AuthorAgeFilesLines
* HID: fix an error code in hid_check_device_match()Dan Carpenter2023-06-081-1/+1
* HID: ensure timely release of driver-allocated resourcesDmitry Torokhov2023-05-261-0/+17
* HID: split apart hid_device_probe to make logic more apparentDmitry Torokhov2023-05-261-47/+54
* Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-03-091-7/+25
|\
| * HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones2023-02-231-7/+25
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\ \ | |/ |/|
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires2023-02-221-1/+33
|\ \
| * | HID: bpf: allow to change the report descriptorBenjamin Tissoires2022-11-151-1/+2
| * | HID: bpf: introduce hid_hw_request()Benjamin Tissoires2022-11-151-0/+2
| * | HID: bpf: allocate data memory for device_event BPF programsBenjamin Tissoires2022-11-151-2/+10
| * | HID: initial BPF implementationBenjamin Tissoires2022-11-151-0/+21
* | | Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires2023-02-221-10/+2
|\ \ \
| * | | HID: use standard debug APIsThomas Weißschuh2023-02-061-9/+0
| * | | HID: Recognize sensors with application collectionsRonald Tschalär2023-01-181-1/+2
* | | | HID: core: Fix deadloop in hid_apply_multiplier.Xin Zhao2023-02-061-0/+3
| |_|/ |/| |
* | | HID: check empty report_list in hid_validate_values()Pietro Borrello2023-01-171-2/+2
|/ /
* / HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng2022-11-211-0/+3
|/
* Merge branch 'for-6.1/logitech' into for-linusBenjamin Tissoires2022-10-051-0/+1
|\
| * HID: core: Export hid_match_id()Bastien Nocera2022-09-071-0/+1
* | HID: convert defines of HID class requests into a proper enumBenjamin Tissoires2022-09-201-3/+3
* | HID: export hid_report_type to uapiBenjamin Tissoires2022-09-201-6/+7
* | HID: core: store the unique system identifier in hid_deviceBenjamin Tissoires2022-09-201-1/+3
|/
* HID: core: remove unneeded assignment in hid_process_report()Lukas Bulwahn2022-07-211-1/+1
* HID: core: Display "SENSOR HUB" for sensor hub bus string in hid_infoBasavaraj Natikar2022-05-111-0/+4
* HID: core: for input reports, process the usages by priority listBenjamin Tissoires2022-03-011-7/+38
* HID: compute an ordered list of input fields to processBenjamin Tissoires2022-03-011-1/+104
* HID: core: split data fetching from processing in hid_input_field()Benjamin Tissoires2022-03-011-19/+77
* HID: core: de-duplicate some code in hid_input_field()Benjamin Tissoires2022-03-011-15/+39
* HID: core: statically allocate read buffersBenjamin Tissoires2022-03-011-7/+5
* HID: do not inline some hid_hw_ functionsBenjamin Tissoires2021-12-021-0/+64
* HID: add suspend/resume helpersBenjamin Tissoires2021-12-021-0/+29
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* Merge branch 'for-5.14/core' into for-linusJiri Kosina2021-06-301-7/+3
|\
| * HID: do not use down_interruptible() when unbinding devicesDmitry Torokhov2021-05-051-7/+3
* | HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_ke...Hans de Goede2021-05-271-1/+0
* | HID: Add BUS_VIRTUAL to hid_connect loggingMark Bolhuis2021-05-051-0/+3
|/
* HID: hid-core: Fix incorrect function name in headerLee Jones2021-04-071-1/+1
* HID: make arrays usage and value to be the sameWill McVicker2021-01-181-3/+3
* HID: core: detect and skip invalid inputs to snto32()Randy Dunlap2021-01-081-0/+3
* Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina2020-10-151-4/+4
|\
| * HID: core: fix kerneldoc warnings in hid-core.cXiaofei Tan2020-09-231-4/+4
* | HID: add vivaldi HID driverSean O'Brien2020-09-301-0/+7
|/
* HID: core: Correctly handle ReportSize being zeroMarc Zyngier2020-09-011-2/+13
* HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes2020-02-121-1/+3
* HID: Fix slab-out-of-bounds read in hid_field_extractAlan Stern2019-12-111-0/+6
* HID: Improve Windows Precision Touchpad detection.Blaž Hrastnik2019-11-181-0/+4
* HID: core: check whether Usage Page item is after Usage ID itemsCandle Sun2019-11-121-6/+45
* HID: fix error message in hid_open_report()Michał Mirosław2019-10-011-2/+5
* HID: core: fix dmesg flooding if report field larger than 32bitJoshua Clayton2019-09-181-2/+2