aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hid.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20HID: convert defines of HID class requests into a proper enumBenjamin Tissoires1-4/+5
2022-09-20HID: export hid_report_type to uapiBenjamin Tissoires1-16/+8
2022-09-20HID: core: store the unique system identifier in hid_deviceBenjamin Tissoires1-0/+2
2022-03-01HID: input: accommodate priorities for slotted devicesBenjamin Tissoires1-0/+1
2022-03-01HID: input: remove the need for HID_QUIRK_INVERTBenjamin Tissoires1-1/+5
2022-03-01HID: input: enforce Invert usage to be processed before InRangeBenjamin Tissoires1-1/+3
2022-03-01HID: compute an ordered list of input fields to processBenjamin Tissoires1-0/+10
2022-03-01HID: core: split data fetching from processing in hid_input_field()Benjamin Tissoires1-1/+2
2022-03-01HID: core: statically allocate read buffersBenjamin Tissoires1-0/+1
2022-01-10Merge branch 'for-5.17/core' into for-linusJiri Kosina1-63/+32
2022-01-06HID: address kernel-doc warningsLukas Bulwahn1-2/+2
2021-12-14HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis1-0/+2
2021-12-14HID: input: Make hidinput_find_field() staticMika Westerberg1-1/+0
2021-12-14HID: Add hid usages for USI style pensTero Kristo1-0/+10
2021-12-14HID: Add map_msc() to avoid boilerplate codeMika Westerberg1-0/+4
2021-12-02HID: do not inline some hid_hw_ functionsBenjamin Tissoires1-62/+6
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires1-0/+10
2021-12-02HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman1-0/+5
2021-06-30Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina1-0/+18
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina1-0/+1
2021-06-25HID: core: Add hid_hw_may_wakeup() functionHans de Goede1-0/+18
2021-06-24HID: input: Add support for Programmable ButtonsThomas Weißschuh1-0/+1
2021-05-05HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam1-2/+1
2021-04-29Merge branch 'for-5.13/plantronics' into for-linusJiri Kosina1-0/+2
2021-04-07HID: input: map battery capacity (00850065)John Chen1-0/+3
2021-03-08HID: plantronics: Workaround for double volume key pressesMaxim Mikityanskiy1-0/+2
2021-01-26HID: correct kernel-doc notation in <linux/hid*.h>Randy Dunlap1-4/+11
2020-11-27HID: Increase HID maximum report size to 16KBDean Camera1-1/+1
2020-10-29HID: hid-input: occasionally report stylus battery even if not changeddmitry.torokhov@gmail.com1-0/+1
2020-09-30HID: add vivaldi HID driverSean O'Brien1-0/+2
2020-09-01HID: core: Sanitize event code and type when mapping inputMarc Zyngier1-13/+29
2020-02-12HID: core: increase HID report buffer size to 8KiBJohan Korsnes1-1/+1
2019-09-18HID: core: Add printk_once variants to hid_warn() etcJoshua Clayton1-0/+11
2019-09-18HID: core: reformat and reduce hid_printk macrosJoshua Clayton1-20/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+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-0/+2
2019-04-24HID: input: make sure the wheel high resolution multiplier is setBenjamin Tissoires1-1/+1
2019-04-23HID: logitech-dj: add support for 27 MHz receiversHans de Goede1-0/+1
2019-04-02HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne1-0/+1
2019-01-16HID: core: simplify active collection trackingPhilipp Zabel1-1/+0
2019-01-10HID: core: replace the collection tree pointers with indicesPeter Hutterer1-2/+2
2019-01-03Merge branches 'for-4.20/upstream-fixes', 'for-4.21/core', 'for-4.21/hid-asus', 'for-4.21/hid-core', 'for-4.21/hid-cougar', 'for-4.21/hidraw', 'for-4.21/highres-wheel' and 'for-4.21/ish' into for-linusJiri Kosina1-1/+16
2018-12-07HID: input: use the Resolution Multiplier for high-resolution scrollingPeter Hutterer1-0/+3
2018-12-07HID: core: process the Resolution MultiplierPeter Hutterer1-0/+5
2018-12-07HID: core: store the collections as a basic treePeter Hutterer1-0/+2
2018-12-05HID: input: support Microsoft wireless radio control hotkeyChris Chiu1-1/+2
2018-12-05HID: use macros in IS_INPUT_APPLICATIONChris Chiu1-1/+5
2018-11-22Revert "HID: input: Create a utility class for counting scroll events"Benjamin Tissoires1-28/+0
2018-11-06HID: fix up .raw_event() documentationLinus Walleij1-2/+2
2018-10-23Merge branch 'for-4.20/logitech-highres' into for-linusJiri Kosina1-0/+28