aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-lenovo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-07HID: lenovo: Fix spurious F23 key press report during resume from suspendHans de Goede1-0/+7
2020-07-07HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard fn_lock supportHans de Goede1-1/+71
2020-07-07HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard supportHans de Goede1-0/+105
2020-07-07HID: lenovo: Rename fn_lock sysfs attr handlers to make them genericHans de Goede1-11/+17
2020-07-07HID: lenovo: Factor out generic parts of the LED codeHans de Goede1-40/+58
2020-07-07HID: lenovo: Merge tpkbd and cptkbd data structuresHans de Goede1-30/+26
2019-08-22HID: do not call hid_set_drvdata(hdev, NULL) in driversBenjamin Tissoires1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-01-03HID: lenovo: Add checks to fix of_led_classdev_registerAditya Pakki1-2/+8
2018-04-25HID: lenovo: Add support for IBM/Lenovo Scrollpoint micepgzh1-0/+36
2016-03-29HID: lenovo: Don't use stack variables for DMA buffersJosh Boyer1-3/+13
2015-12-28HID: use to_hid_device()Geliang Tang1-18/+18
2015-11-05HID: hid-input: allow input_configured callback return errorsDmitry Torokhov1-1/+3
2015-08-12HID: lenovo: Hide middle-button press until releaseJamie Lentin1-0/+50
2015-08-12HID: lenovo: Add missing return-value checkJamie Lentin1-1/+4
2015-08-12HID: lenovo: Use constants for axes namesJamie Lentin1-2/+2
2015-06-22Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'for-4.2/rmi', 'for-4.2/sensor-hub', 'for-4.2/sjoy', 'for-4.2/sony' and 'for-4.2/wacom' into for-linusJiri Kosina1-0/+50
2015-05-29HID: lenovo: Remove sysfs group on failure pathAlexey Khoroshilov1-2/+7
2015-05-07HID: lenovo: add support for Lenovo ThinkPad Keyboard Pro unitBenjamin Tissoires1-0/+31
2015-04-23HID: lenovo: set INPUT_PROP_POINTING_STICKAndreas Fleig1-0/+19
2014-12-17HID: lenovo: Use native middle-button mode for compact keyboardsJamie Lentin1-0/+37
2014-12-17HID: lenovo: Add sensitivity control to compact keyboardsJamie Lentin1-1/+41
2014-11-11HID: lenovo: Don't set EV_REP to avoid repeating mice buttonsJamie Lentin1-1/+0
2014-11-11HID: lenovo: Move USB KEY_FILE to 0x00f9 to prevent scancode clashJamie Lentin1-6/+6
2014-07-29HID: lenovo: Add support for Compact (BT|USB) keyboardJamie Lentin1-0/+208
2014-07-29HID: lenovo: Don't call function in condition, show error codesJamie Lentin1-4/+4
2014-07-29HID: lenovo: Prepare support for adding other devicesJamie Lentin1-8/+45
2014-07-29HID: lenovo: Rename hid-lenovo-tpkbd to hid-lenovoJamie Lentin1-0/+463