summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-core.c
AgeCommit message (Expand)Author
2024-01-02HID: make hid_bus_type constGreg Kroah-Hartman
2023-11-21HID: fix HID device resource race between HID core and debugging supportCharles Yi
2023-06-08HID: fix an error code in hid_check_device_match()Dan Carpenter
2023-05-26HID: ensure timely release of driver-allocated resourcesDmitry Torokhov
2023-05-26HID: split apart hid_device_probe to make logic more apparentDmitry Torokhov
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones
2023-02-22Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires
2023-02-06HID: use standard debug APIsThomas Weißschuh
2023-02-06HID: core: Fix deadloop in hid_apply_multiplier.Xin Zhao
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-18HID: Recognize sensors with application collectionsRonald Tschalär
2023-01-17HID: check empty report_list in hid_validate_values()Pietro Borrello
2022-11-21HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng
2022-11-15HID: bpf: allow to change the report descriptorBenjamin Tissoires
2022-11-15HID: bpf: introduce hid_hw_request()Benjamin Tissoires
2022-11-15HID: bpf: allocate data memory for device_event BPF programsBenjamin Tissoires
2022-11-15HID: initial BPF implementationBenjamin Tissoires
2022-10-05Merge branch 'for-6.1/logitech' into for-linusBenjamin Tissoires
2022-09-20HID: convert defines of HID class requests into a proper enumBenjamin Tissoires
2022-09-20HID: export hid_report_type to uapiBenjamin Tissoires
2022-09-20HID: core: store the unique system identifier in hid_deviceBenjamin Tissoires
2022-09-07HID: core: Export hid_match_id()Bastien Nocera
2022-07-21HID: core: remove unneeded assignment in hid_process_report()Lukas Bulwahn
2022-05-11HID: core: Display "SENSOR HUB" for sensor hub bus string in hid_infoBasavaraj Natikar
2022-03-01HID: core: for input reports, process the usages by priority listBenjamin Tissoires
2022-03-01HID: compute an ordered list of input fields to processBenjamin Tissoires
2022-03-01HID: core: split data fetching from processing in hid_input_field()Benjamin Tissoires
2022-03-01HID: core: de-duplicate some code in hid_input_field()Benjamin Tissoires
2022-03-01HID: core: statically allocate read buffersBenjamin Tissoires
2021-12-02HID: do not inline some hid_hw_ functionsBenjamin Tissoires
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina
2021-05-27HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_ke...Hans de Goede
2021-05-05HID: Add BUS_VIRTUAL to hid_connect loggingMark Bolhuis
2021-05-05HID: do not use down_interruptible() when unbinding devicesDmitry Torokhov
2021-04-07HID: hid-core: Fix incorrect function name in headerLee Jones
2021-01-18HID: make arrays usage and value to be the sameWill McVicker
2021-01-08HID: core: detect and skip invalid inputs to snto32()Randy Dunlap
2020-10-15Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina
2020-09-30HID: add vivaldi HID driverSean O'Brien
2020-09-23HID: core: fix kerneldoc warnings in hid-core.cXiaofei Tan
2020-09-01HID: core: Correctly handle ReportSize being zeroMarc Zyngier
2020-02-12HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes
2019-12-11HID: Fix slab-out-of-bounds read in hid_field_extractAlan Stern
2019-11-18HID: Improve Windows Precision Touchpad detection.Blaž Hrastnik
2019-11-12HID: core: check whether Usage Page item is after Usage ID itemsCandle Sun