aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge branch 'for-5.13/warnings' into for-linusJiri Kosina12-31/+30
2021-04-29Merge branch 'for-5.13/wacom' into for-linusJiri Kosina2-24/+27
2021-04-29Merge branch 'for-5.13/thrustmaster' into for-linusJiri Kosina4-4/+380
2021-04-29Merge branch 'for-5.13/surface-system-aggregator-intergration' into for-linusJiri Kosina8-0/+955
2021-04-29Merge branch 'for-5.13/plantronics' into for-linusJiri Kosina2-2/+59
2021-04-29Merge branch 'for-5.13/magicmouse' into for-linusJiri Kosina4-38/+144
2021-04-29Merge branch 'for-5.13/logitech' into for-linusJiri Kosina4-48/+120
2021-04-29Merge branch 'for-5.13/lenovo' into for-linusJiri Kosina1-33/+114
2021-04-29Merge branch 'for-5.13/i2c-hid' into for-linusJiri Kosina1-27/+25
2021-04-29Merge branch 'for-5.13/ft260' into for-linusJiri Kosina4-0/+1067
2021-04-29Merge branch 'for-5.13/elan' into for-linusJiri Kosina1-12/+5
2021-04-29Merge branch 'for-5.13/core' into for-linusJiri Kosina1-3/+3
2021-04-13HID: wacom: Setup pen input capabilities to the targeted toolsPing Cheng2-24/+27
2021-04-07HID: hid-sensor-hub: Move 'hsdev' description to correct struct definitionLee Jones1-1/+1
2021-04-07HID: hid-sensor-hub: Remove unused struct member 'quirks'Lee Jones1-2/+0
2021-04-07HID: wacom_sys: Demote kernel-doc abuseLee Jones1-1/+1
2021-04-07HID: hid-sensor-custom: Remove unused variable 'ret'Lee Jones1-3/+2
2021-04-07HID: hid-uclogic-params: Ensure function names are present and correct in kernel-doc headersLee Jones1-3/+5
2021-04-07HID: hid-uclogic-rdesc: Kernel-doc is for functions and structsLee Jones1-1/+1
2021-04-07HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote abusesLee Jones1-3/+4
2021-04-07HID: hid-picolcd_core: Remove unused variable 'ret'Lee Jones1-3/+2
2021-04-07HID: hid-kye: Fix incorrect function name for kye_tablet_enable()Lee Jones1-1/+1
2021-04-07HID: hid-core: Fix incorrect function name in headerLee Jones1-1/+1
2021-04-07HID: hid-alps: Correct struct misnamingLee Jones1-1/+1
2021-04-07HID: usbhid: hid-pidff: Demote a couple kernel-doc abusesLee Jones1-2/+2
2021-04-07HID: usbhid: Repair a formatting issue in a struct descriptionLee Jones1-9/+9
2021-04-07HID: hid-thrustmaster: Demote a bunch of kernel-doc abusesLee Jones1-12/+12
2021-04-07HID: input: map battery capacity (00850065)John Chen2-6/+17
2021-04-07HID: magicmouse: fix reconnection of Magic Mouse 2John Chen1-30/+63
2021-04-07HID: magicmouse: fix 3 button emulation of Mouse 2John Chen1-0/+18
2021-04-07HID: magicmouse: add Apple Magic Mouse 2 supportJohn Chen2-5/+49
2021-04-07HID: lenovo: Add support for Thinkpad X1 Tablet Thin keyboardHans de Goede1-0/+61
2021-04-07HID: lenovo: Rework how the tp10ubkbd code decides which USB interface to useHans de Goede1-2/+15
2021-04-07HID: lenovo: Set default_triggers for the mute and micmute LEDsHans de Goede1-0/+2
2021-04-07HID: lenovo: Map mic-mute button to KEY_F20 instead of KEY_MICMUTEHans de Goede1-3/+6
2021-04-07HID: lenovo: Set LEDs max_brightness valueHans de Goede1-0/+2
2021-04-07HID: lenovo: Remove lenovo_led_brightness_get()Hans de Goede1-18/+0
2021-04-07HID: lenovo: Check hid_get_drvdata() returns non NULL in lenovo_event()Hans de Goede1-0/+3
2021-04-07HID: lenovo: Fix lenovo_led_set_tp10ubkbd() error handlingHans de Goede1-8/+21
2021-04-07HID: lenovo: Use brightness_set_blocking callback for setting LEDs brightnessHans de Goede1-3/+5
2021-04-07HID: elan: Remove elan_mute_led_get_brigtness()Hans de Goede1-10/+0
2021-04-07HID: elan: Set default_trigger for the mute LEDHans de Goede1-0/+1
2021-04-07HID: elan: Silence mute LED errors being logged when the device is unpluggedHans de Goede1-2/+4
2021-03-30HID: fix memdup.cocci warningskernel test robot1-2/+3
2021-03-30HID: surface-hid: Add support for legacy keyboard interfaceMaximilian Luz3-0/+315
2021-03-30HID: Add support for Surface Aggregator Module HID transportMaximilian Luz7-0/+640
2021-03-19HID: thrustmaster: introduce proper USB dependencyJiri Kosina1-1/+1
2021-03-19HID: ft260: fix an error message in ft260_i2c_write_read()Dan Carpenter1-1/+2
2021-03-19HID: support for initialization of some Thrustmaster wheelsDario Pagani4-3/+378
2021-03-16HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng1-4/+2