aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Merge branch 'for-6.1/logitech' into for-linusBenjamin Tissoires1-0/+1
2022-09-20HID: convert defines of HID class requests into a proper enumBenjamin Tissoires1-3/+3
2022-09-20HID: export hid_report_type to uapiBenjamin Tissoires1-6/+7
2022-09-20HID: core: store the unique system identifier in hid_deviceBenjamin Tissoires1-1/+3
2022-09-07HID: core: Export hid_match_id()Bastien Nocera1-0/+1
2022-07-21HID: core: remove unneeded assignment in hid_process_report()Lukas Bulwahn1-1/+1
2022-05-11HID: core: Display "SENSOR HUB" for sensor hub bus string in hid_infoBasavaraj Natikar1-0/+4
2022-03-01HID: core: for input reports, process the usages by priority listBenjamin Tissoires1-7/+38
2022-03-01HID: compute an ordered list of input fields to processBenjamin Tissoires1-1/+104
2022-03-01HID: core: split data fetching from processing in hid_input_field()Benjamin Tissoires1-19/+77
2022-03-01HID: core: de-duplicate some code in hid_input_field()Benjamin Tissoires1-15/+39
2022-03-01HID: core: statically allocate read buffersBenjamin Tissoires1-7/+5
2021-12-02HID: do not inline some hid_hw_ functionsBenjamin Tissoires1-0/+64
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires1-0/+29
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina1-7/+3
2021-05-27HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_keys_pressed)Hans de Goede1-1/+0
2021-05-05HID: Add BUS_VIRTUAL to hid_connect loggingMark Bolhuis1-0/+3
2021-05-05HID: do not use down_interruptible() when unbinding devicesDmitry Torokhov1-7/+3
2021-04-07HID: hid-core: Fix incorrect function name in headerLee Jones1-1/+1
2021-01-18HID: make arrays usage and value to be the sameWill McVicker1-3/+3
2021-01-08HID: core: detect and skip invalid inputs to snto32()Randy Dunlap1-0/+3
2020-10-15Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina1-4/+4
2020-09-30HID: add vivaldi HID driverSean O'Brien1-0/+7
2020-09-23HID: core: fix kerneldoc warnings in hid-core.cXiaofei Tan1-4/+4
2020-09-01HID: core: Correctly handle ReportSize being zeroMarc Zyngier1-2/+13
2020-02-12HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes1-1/+3
2019-12-11HID: Fix slab-out-of-bounds read in hid_field_extractAlan Stern1-0/+6
2019-11-18HID: Improve Windows Precision Touchpad detection.Blaž Hrastnik1-0/+4
2019-11-12HID: core: check whether Usage Page item is after Usage ID itemsCandle Sun1-6/+45
2019-10-01HID: fix error message in hid_open_report()Michał Mirosław1-2/+5
2019-09-18HID: core: fix dmesg flooding if report field larger than 32bitJoshua Clayton1-2/+2
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-13/+3
2019-06-05Revert "HID: core: Call request_module before doing device_add"Benjamin Tissoires1-8/+0
2019-06-05Revert "HID: core: Do not call request_module() in async context"Benjamin Tissoires1-4/+2
2019-06-05Revert "HID: Increase maximum report size allowed by hid_field_extract()"Benjamin Tissoires1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-05-06Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-5.2/logitech', 'for-5.2/macally', 'for-5.2/picolcd', 'for-5.2/sensor' and 'for-5.2/u2fzero' into for-linusJiri Kosina1-12/+34
2019-04-24HID: input: make sure the wheel high resolution multiplier is setBenjamin Tissoires1-2/+5
2019-04-05HID: core: Do not call request_module() in async contextHans de Goede1-2/+4
2019-04-02HID: core: Call request_module before doing device_addHans de Goede1-0/+8
2019-04-02HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne1-12/+24
2019-03-18HID: Increase maximum report size allowed by hid_field_extract()Kai-Heng Feng1-3/+3
2019-01-16HID: core: simplify active collection trackingPhilipp Zabel1-11/+2
2019-01-10HID: core: replace the collection tree pointers with indicesPeter Hutterer1-11/+21
2018-12-07HID: core: process the Resolution MultiplierPeter Hutterer1-0/+170
2018-12-07HID: core: store the collections as a basic treePeter Hutterer1-0/+4
2018-10-23Merge branch 'for-4.20/core' into for-linusJiri Kosina1-1/+1
2018-09-05HID: core: fix NULL pointer dereferenceGustavo A. R. Silva1-1/+2
2018-08-28HID: core: fix memory leak on probeStefan Agner1-0/+2