| Commit message (Expand) | Author | Age | Files | Lines |
* | HID: core: Provide new max_buffer_size attribute to over-ride the default | Lee Jones | 2023-02-23 | 1 | -0/+3 |
* | Merge branch 'for-6.3/hid-bpf' into for-linus | Benjamin Tissoires | 2023-02-22 | 1 | -0/+5 |
|\ |
|
| * | HID: initial BPF implementation | Benjamin Tissoires | 2022-11-15 | 1 | -0/+5 |
* | | Merge branch 'for-6.3/multitouch' into for-linus | Benjamin Tissoires | 2023-02-22 | 1 | -0/+1 |
|\ \ |
|
| * | | HID: retain initial quirks set up when creating HID devices | Dmitry Torokhov | 2023-02-09 | 1 | -0/+1 |
| |/ |
|
* | | HID: use standard debug APIs | Thomas Weißschuh | 2023-02-06 | 1 | -7/+1 |
* | | HID: Make lowlevel driver structs const | Thomas Weißschuh | 2023-01-17 | 1 | -1/+1 |
* | | HID: Unexport struct i2c_hid_ll_driver | Thomas Weißschuh | 2023-01-17 | 1 | -2/+0 |
* | | HID: Unexport struct hidp_hid_driver | Thomas Weißschuh | 2023-01-17 | 1 | -1/+0 |
* | | HID: Unexport struct uhid_hid_driver | Thomas Weißschuh | 2023-01-17 | 1 | -1/+0 |
* | | HID: Unexport struct usb_hid_driver | Thomas Weißschuh | 2023-01-17 | 1 | -1/+0 |
* | | HID: Remove unused function hid_is_using_ll_driver() | Thomas Weißschuh | 2023-01-17 | 1 | -6/+0 |
* | | HID: usbhid: Make hid_is_usb() non-inline | Thomas Weißschuh | 2023-01-17 | 1 | -4/+1 |
* | | HID: input: map battery system charging | José Expósito | 2022-12-20 | 1 | -0/+2 |
|/ |
|
* | HID: convert defines of HID class requests into a proper enum | Benjamin Tissoires | 2022-09-20 | 1 | -4/+5 |
* | HID: export hid_report_type to uapi | Benjamin Tissoires | 2022-09-20 | 1 | -16/+8 |
* | HID: core: store the unique system identifier in hid_device | Benjamin Tissoires | 2022-09-20 | 1 | -0/+2 |
* | HID: input: accommodate priorities for slotted devices | Benjamin Tissoires | 2022-03-01 | 1 | -0/+1 |
* | HID: input: remove the need for HID_QUIRK_INVERT | Benjamin Tissoires | 2022-03-01 | 1 | -1/+5 |
* | HID: input: enforce Invert usage to be processed before InRange | Benjamin Tissoires | 2022-03-01 | 1 | -1/+3 |
* | HID: compute an ordered list of input fields to process | Benjamin Tissoires | 2022-03-01 | 1 | -0/+10 |
* | HID: core: split data fetching from processing in hid_input_field() | Benjamin Tissoires | 2022-03-01 | 1 | -1/+2 |
* | HID: core: statically allocate read buffers | Benjamin Tissoires | 2022-03-01 | 1 | -0/+1 |
* | Merge branch 'for-5.17/core' into for-linus | Jiri Kosina | 2022-01-10 | 1 | -63/+32 |
|\ |
|
| * | HID: quirks: Allow inverting the absolute X/Y values | Alistair Francis | 2021-12-14 | 1 | -0/+2 |
| * | HID: input: Make hidinput_find_field() static | Mika Westerberg | 2021-12-14 | 1 | -1/+0 |
| * | HID: Add hid usages for USI style pens | Tero Kristo | 2021-12-14 | 1 | -0/+10 |
| * | HID: Add map_msc() to avoid boilerplate code | Mika Westerberg | 2021-12-14 | 1 | -0/+4 |
| * | HID: do not inline some hid_hw_ functions | Benjamin Tissoires | 2021-12-02 | 1 | -62/+6 |
| * | HID: add suspend/resume helpers | Benjamin Tissoires | 2021-12-02 | 1 | -0/+10 |
* | | HID: address kernel-doc warnings | Lukas Bulwahn | 2022-01-06 | 1 | -2/+2 |
* | | HID: add hid_is_usb() function to make it simpler for USB detection | Greg Kroah-Hartman | 2021-12-02 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'for-5.14/multitouch' into for-linus | Jiri Kosina | 2021-06-30 | 1 | -0/+18 |
|\ |
|
| * | HID: core: Add hid_hw_may_wakeup() function | Hans de Goede | 2021-06-25 | 1 | -0/+18 |
* | | Merge branch 'for-5.14/core' into for-linus | Jiri Kosina | 2021-06-30 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | HID: input: Add support for Programmable Buttons | Thomas Weißschuh | 2021-06-24 | 1 | -0/+1 |
* | | HID: usbhid: fix info leak in hid_submit_ctrl | Anirudh Rayabharam | 2021-05-05 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'for-5.13/plantronics' into for-linus | Jiri Kosina | 2021-04-29 | 1 | -0/+2 |
|\ |
|
| * | HID: plantronics: Workaround for double volume key presses | Maxim Mikityanskiy | 2021-03-08 | 1 | -0/+2 |
* | | HID: input: map battery capacity (00850065) | John Chen | 2021-04-07 | 1 | -0/+3 |
|/ |
|
* | HID: correct kernel-doc notation in <linux/hid*.h> | Randy Dunlap | 2021-01-26 | 1 | -4/+11 |
* | HID: Increase HID maximum report size to 16KB | Dean Camera | 2020-11-27 | 1 | -1/+1 |
* | HID: hid-input: occasionally report stylus battery even if not changed | dmitry.torokhov@gmail.com | 2020-10-29 | 1 | -0/+1 |
* | HID: add vivaldi HID driver | Sean O'Brien | 2020-09-30 | 1 | -0/+2 |
* | HID: core: Sanitize event code and type when mapping input | Marc Zyngier | 2020-09-01 | 1 | -13/+29 |
* | HID: core: increase HID report buffer size to 8KiB | Johan Korsnes | 2020-02-12 | 1 | -1/+1 |
* | HID: core: Add printk_once variants to hid_warn() etc | Joshua Clayton | 2019-09-18 | 1 | -0/+11 |
* | HID: core: reformat and reduce hid_printk macros | Joshua Clayton | 2019-09-18 | 1 | -20/+12 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -13/+1 |
*---. | Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-... | Jiri Kosina | 2019-05-06 | 1 | -0/+2 |
|\ \ \ |
|