aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
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: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warningLee Jones4-8/+8
2021-04-07HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issuesLee Jones1-22/+23
2021-04-07HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()Lee Jones1-1/+1
2021-04-07HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in headerLee Jones1-1/+1
2021-04-07HID: intel-ish-hid: Fix potential copy/paste errorLee Jones1-1/+1
2021-04-07HID: intel-ish-hid: Fix a little doc-rotLee Jones1-1/+1
2021-04-07HID: intel-ish: Fix a naming disparity and a formatting errorLee Jones1-2/+2
2021-04-07HID: intel-ish: Supply some missing param descriptionsLee Jones1-0/+5
2021-04-07HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'Lee Jones1-2/+1
2021-04-07HID: ishtp-hid-client: Move variable to where it's actually usedLee Jones2-5/+5
2021-04-07HID: intel-ish-hid: Remove unused variable 'err'Lee Jones1-2/+1
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: intel_ish-hid: HBM: Use connected standby state bit during suspend/resumeYe Xiang2-3/+4
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
2021-03-16HID: ft260: add usb hid to i2c host bridge driverMichael Zaidman4-0/+1066
2021-03-08HID: intel-ish-hid: Make remove callback return voidUwe Kleine-König3-9/+4
2021-03-08HID: intel-ish-hid: Simplify logic in ishtp_cl_device_remove()Uwe Kleine-König1-6/+4
2021-03-08HID: intel-ish-hid: Drop if block with an always false conditionUwe Kleine-König1-5/+1
2021-03-08AMD_SFH: Add DMI quirk table for BIOS-es which don't set the activestatus bitsHans de Goede1-0/+24
2021-03-08AMD_SFH: Add sensor_mask module parameterHans de Goede1-3/+11
2021-03-08AMD_SFH: Removed unused activecontrolstatus member from the amd_mp2_dev structHans de Goede2-3/+4
2021-03-08HID: wacom: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-03-08HID cp2112: fix support for multiple gpiochipsDouglas Gilbert1-11/+11