aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-core.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-08HID: fix an error code in hid_check_device_match()Gravatar Dan Carpenter 1-1/+1
2023-05-26HID: ensure timely release of driver-allocated resourcesGravatar Dmitry Torokhov 1-0/+17
2023-05-26HID: split apart hid_device_probe to make logic more apparentGravatar Dmitry Torokhov 1-47/+54
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+25
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2023-02-23HID: core: Provide new max_buffer_size attribute to over-ride the defaultGravatar Lee Jones 1-7/+25
2023-02-22Merge branch 'for-6.3/hid-bpf' into for-linusGravatar Benjamin Tissoires 1-1/+33
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusGravatar Benjamin Tissoires 1-10/+2
2023-02-06HID: use standard debug APIsGravatar Thomas Weißschuh 1-9/+0
2023-02-06HID: core: Fix deadloop in hid_apply_multiplier.Gravatar Xin Zhao 1-0/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2023-01-18HID: Recognize sensors with application collectionsGravatar Ronald Tschalär 1-1/+2
2023-01-17HID: check empty report_list in hid_validate_values()Gravatar Pietro Borrello 1-2/+2
2022-11-21HID: core: fix shift-out-of-bounds in hid_report_raw_eventGravatar ZhangPeng 1-0/+3
2022-11-15HID: bpf: allow to change the report descriptorGravatar Benjamin Tissoires 1-1/+2
2022-11-15HID: bpf: introduce hid_hw_request()Gravatar Benjamin Tissoires 1-0/+2
2022-11-15HID: bpf: allocate data memory for device_event BPF programsGravatar Benjamin Tissoires 1-2/+10
2022-11-15HID: initial BPF implementationGravatar Benjamin Tissoires 1-0/+21
2022-10-05Merge branch 'for-6.1/logitech' into for-linusGravatar Benjamin Tissoires 1-0/+1
2022-09-20HID: convert defines of HID class requests into a proper enumGravatar Benjamin Tissoires 1-3/+3
2022-09-20HID: export hid_report_type to uapiGravatar Benjamin Tissoires 1-6/+7
2022-09-20HID: core: store the unique system identifier in hid_deviceGravatar Benjamin Tissoires 1-1/+3
2022-09-07HID: core: Export hid_match_id()Gravatar Bastien Nocera 1-0/+1
2022-07-21HID: core: remove unneeded assignment in hid_process_report()Gravatar Lukas Bulwahn 1-1/+1
2022-05-11HID: core: Display "SENSOR HUB" for sensor hub bus string in hid_infoGravatar Basavaraj Natikar 1-0/+4
2022-03-01HID: core: for input reports, process the usages by priority listGravatar Benjamin Tissoires 1-7/+38
2022-03-01HID: compute an ordered list of input fields to processGravatar Benjamin Tissoires 1-1/+104
2022-03-01HID: core: split data fetching from processing in hid_input_field()Gravatar Benjamin Tissoires 1-19/+77
2022-03-01HID: core: de-duplicate some code in hid_input_field()Gravatar Benjamin Tissoires 1-15/+39
2022-03-01HID: core: statically allocate read buffersGravatar Benjamin Tissoires 1-7/+5
2021-12-02HID: do not inline some hid_hw_ functionsGravatar Benjamin Tissoires 1-0/+64
2021-12-02HID: add suspend/resume helpersGravatar Benjamin Tissoires 1-0/+29
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-06-30Merge branch 'for-5.14/core' into for-linusGravatar Jiri Kosina 1-7/+3
2021-05-27HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_ke...Gravatar Hans de Goede 1-1/+0
2021-05-05HID: Add BUS_VIRTUAL to hid_connect loggingGravatar Mark Bolhuis 1-0/+3
2021-05-05HID: do not use down_interruptible() when unbinding devicesGravatar Dmitry Torokhov 1-7/+3
2021-04-07HID: hid-core: Fix incorrect function name in headerGravatar Lee Jones 1-1/+1
2021-01-18HID: make arrays usage and value to be the sameGravatar Will McVicker 1-3/+3
2021-01-08HID: core: detect and skip invalid inputs to snto32()Gravatar Randy Dunlap 1-0/+3
2020-10-15Merge branch 'for-5.9/upstream-fixes' into for-linusGravatar Jiri Kosina 1-4/+4
2020-09-30HID: add vivaldi HID driverGravatar Sean O'Brien 1-0/+7
2020-09-23HID: core: fix kerneldoc warnings in hid-core.cGravatar Xiaofei Tan 1-4/+4
2020-09-01HID: core: Correctly handle ReportSize being zeroGravatar Marc Zyngier 1-2/+13
2020-02-12HID: core: fix off-by-one memset in hid_report_raw_event()Gravatar Johan Korsnes 1-1/+3
2019-12-11HID: Fix slab-out-of-bounds read in hid_field_extractGravatar Alan Stern 1-0/+6
2019-11-18HID: Improve Windows Precision Touchpad detection.Gravatar Blaž Hrastnik 1-0/+4
2019-11-12HID: core: check whether Usage Page item is after Usage ID itemsGravatar Candle Sun 1-6/+45
2019-10-01HID: fix error message in hid_open_report()Gravatar Michał Mirosław 1-2/+5
2019-09-18HID: core: fix dmesg flooding if report field larger than 32bitGravatar Joshua Clayton 1-2/+2