summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| * | HID: logitech-dj: Handle newer quad/bt2.0 receivers in HID proxy modeHans de Goede2021-03-084-31/+92
| * | HID: logitech-dj: Use hid-ids.h defines for USB device-ids for all supported ...Hans de Goede2021-03-082-17/+28
| |/
* | Merge branch 'for-5.13/lenovo' into for-linusJiri Kosina2021-04-291-33/+114
|\ \
| * | HID: lenovo: Add support for Thinkpad X1 Tablet Thin keyboardHans de Goede2021-04-071-0/+61
| * | HID: lenovo: Rework how the tp10ubkbd code decides which USB interface to useHans de Goede2021-04-071-2/+15
| * | HID: lenovo: Set default_triggers for the mute and micmute LEDsHans de Goede2021-04-071-0/+2
| * | HID: lenovo: Map mic-mute button to KEY_F20 instead of KEY_MICMUTEHans de Goede2021-04-071-3/+6
| * | HID: lenovo: Set LEDs max_brightness valueHans de Goede2021-04-071-0/+2
| * | HID: lenovo: Remove lenovo_led_brightness_get()Hans de Goede2021-04-071-18/+0
| * | HID: lenovo: Check hid_get_drvdata() returns non NULL in lenovo_event()Hans de Goede2021-04-071-0/+3
| * | HID: lenovo: Fix lenovo_led_set_tp10ubkbd() error handlingHans de Goede2021-04-071-8/+21
| * | HID: lenovo: Use brightness_set_blocking callback for setting LEDs brightnessHans de Goede2021-04-071-3/+5
| |/
* | Merge branch 'for-5.13/i2c-hid' into for-linusJiri Kosina2021-04-291-27/+25
|\ \
| * | HID: i2c-hid: acpi: Drop redundant ACPI_PTR()Andy Shevchenko2021-03-081-1/+1
| * | HID: i2c-hid: acpi: Move GUID out of function and described itAndy Shevchenko2021-03-081-3/+6
| * | HID: i2c-hid: acpi: Switch to new style i2c-driver probe functionAndy Shevchenko2021-03-081-3/+2
| * | HID: i2c-hid: acpi: Get ACPI companion only once and reuse itAndy Shevchenko2021-03-081-20/+16
| |/
* | Merge branch 'for-5.13/ft260' into for-linusJiri Kosina2021-04-294-0/+1067
|\ \
| * | HID: ft260: fix an error message in ft260_i2c_write_read()Dan Carpenter2021-03-191-1/+2
| * | HID: ft260: add usb hid to i2c host bridge driverMichael Zaidman2021-03-164-0/+1066
| |/
* | Merge branch 'for-5.13/elan' into for-linusJiri Kosina2021-04-291-12/+5
|\ \
| * | HID: elan: Remove elan_mute_led_get_brigtness()Hans de Goede2021-04-071-10/+0
| * | HID: elan: Set default_trigger for the mute LEDHans de Goede2021-04-071-0/+1
| * | HID: elan: Silence mute LED errors being logged when the device is unpluggedHans de Goede2021-04-071-2/+4
| |/
* | Merge branch 'for-5.13/core' into for-linusJiri Kosina2021-04-291-3/+3
|\ \
| * | HID: hiddev: Return specific error codes on connect failureJason Gerecke2021-03-081-3/+3
| |/
* | HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng2021-03-161-4/+2
* | AMD_SFH: Add DMI quirk table for BIOS-es which don't set the activestatus bitsHans de Goede2021-03-081-0/+24
* | AMD_SFH: Add sensor_mask module parameterHans de Goede2021-03-081-3/+11
* | AMD_SFH: Removed unused activecontrolstatus member from the amd_mp2_dev structHans de Goede2021-03-082-3/+4
* | HID: wacom: Assign boolean values to a bool variableJiapeng Zhong2021-03-081-1/+1
* | HID cp2112: fix support for multiple gpiochipsDouglas Gilbert2021-03-081-11/+11
* | HID: alps: fix error return code in alps_input_configured()Jia-Ju Bai2021-03-081-0/+1
* | HID: asus: Add support for 2021 ASUS N-Key keyboardLuke D Jones2021-03-082-0/+4
* | HID: google: add don USB idShou-Chieh Hsu2021-03-082-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-02-2330-279/+2424
|\
| * Merge branch 'for-5.12/uclogic' into for-linusJiri Kosina2021-02-233-1/+4
| |\
| | * HID: uclogic: Improve support for Trust PanoraCristian Klein2021-01-083-1/+4
| * | Merge branch 'for-5.12/sony' into for-linusJiri Kosina2021-02-233-7/+20
| |\ \
| | * | HID: sony: Add support for tilt on guitar hero guitarsSanjay Govind2021-01-183-7/+20
| * | | Merge branch 'for-5.12/playstation-v2' into for-linusJiri Kosina2021-02-234-0/+1371
| |\ \ \
| | * | | HID: playstation: add DualSense player LED support.Roderick Colenbrander2021-02-181-1/+82
| | * | | HID: playstation: add microphone mute support for DualSense.Roderick Colenbrander2021-02-181-0/+44
| | * | | HID: playstation: add initial DualSense lightbar support.Roderick Colenbrander2021-02-181-0/+65
| | * | | HID: playstation: fix array size comparison (off-by-one)Colin Ian King2021-02-171-1/+1
| | * | | HID: playstation: fix unused variable in ps_battery_get_property.Roderick Colenbrander2021-02-171-2/+2
| | * | | HID: playstation: report DualSense hardware and firmware version.Roderick Colenbrander2021-02-171-0/+81
| | * | | HID: playstation: add DualSense classic rumble support.Roderick Colenbrander2021-02-112-2/+214
| | * | | HID: playstation: add DualSense Bluetooth support.Roderick Colenbrander2021-02-112-0/+42
| | * | | HID: playstation: track devices in list.Roderick Colenbrander2021-02-111-0/+46