summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-131-13/+3
|\
| * Revert "HID: core: Call request_module before doing device_add"Benjamin Tissoires2019-06-051-8/+0
| * Revert "HID: core: Do not call request_module() in async context"Benjamin Tissoires2019-06-051-4/+2
| * Revert "HID: Increase maximum report size allowed by hid_field_extract()"Benjamin Tissoires2019-06-051-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
|/
*---. Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-...Jiri Kosina2019-05-061-12/+34
|\ \ \
| * | | HID: core: Do not call request_module() in async contextHans de Goede2019-04-051-2/+4
| * | | HID: core: Call request_module before doing device_addHans de Goede2019-04-021-0/+8
| * | | HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne2019-04-021-12/+24
| |/ /
* | / HID: input: make sure the wheel high resolution multiplier is setBenjamin Tissoires2019-04-241-2/+5
| |/ |/|
* | HID: Increase maximum report size allowed by hid_field_extract()Kai-Heng Feng2019-03-181-3/+3
|/
* HID: core: simplify active collection trackingPhilipp Zabel2019-01-161-11/+2
* HID: core: replace the collection tree pointers with indicesPeter Hutterer2019-01-101-11/+21
* HID: core: process the Resolution MultiplierPeter Hutterer2018-12-071-0/+170
* HID: core: store the collections as a basic treePeter Hutterer2018-12-071-0/+4
* Merge branch 'for-4.20/core' into for-linusJiri Kosina2018-10-231-1/+1
|\