Age | Commit message (Expand) | Author | Files | Lines |
2021-04-06 | platform/x86: intel-hid: Fix spurious wakeups caused by tablet-mode events du... | Hans de Goede | 1 | -7/+9 |
2021-03-06 | platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2 | Alban Bedel | 1 | -0/+7 |
2020-12-08 | platform/x86: intel-hid: add Rocket Lake ACPI device ID | Alex Hung | 1 | -0/+1 |
2020-12-07 | platform/x86: intel-hid: Do not create SW_TABLET_MODE input-dev when a KIOX01... | Hans de Goede | 1 | -1/+16 |
2020-12-07 | platform/x86: intel-hid: Add alternative method to enable switches | Elia Devito | 1 | -0/+13 |
2020-12-07 | platform/x86: intel-hid: Add support for SW_TABLET_MODE | Elia Devito | 1 | -0/+95 |
2020-11-09 | platform/x86: intel-hid: fix _DSM function index handling | Zhen Gong | 1 | -2/+14 |
2020-07-14 | platform/x86: intel-hid: Fix return value check in check_acpi_dev() | Lu Wei | 1 | -1/+1 |
2020-06-01 | platform/x86: intel-hid: Add a quirk to support HP Spectre X2 (2015) | Nickolai Kozachenko | 1 | -0/+7 |
2020-04-06 | Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -1/+1 |
2020-04-01 | platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID | Gayatri Kammela | 1 | -1/+1 |
2020-02-10 | platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the table | Andy Shevchenko | 1 | -1/+1 |
2019-12-20 | platform/x86: intel-hid: Add Tiger Lake ACPI device ID | Gayatri Kammela | 1 | -0/+1 |
2019-08-22 | ACPI: PM: s2idle: Always set up EC GPE for system wakeup | Rafael J. Wysocki | 1 | -5/+1 |
2019-08-09 | intel-hid: Disable button array during suspend-to-idle | Rafael J. Wysocki | 1 | -6/+7 |
2019-08-09 | intel-hid: intel-vbtn: Avoid leaking wakeup_mode set | Rafael J. Wysocki | 1 | -5/+12 |
2019-07-30 | ACPI: PM: Set up EC GPE for system wakeup from drivers that need it | Rafael J. Wysocki | 1 | -4/+16 |
2019-01-26 | platform/x86: intel-hid: Missing power button release on some Dell models | Jérôme de Bretagne | 1 | -2/+5 |
2018-09-27 | platform/x86: intel-hid: Convert to use SPDX identifier | Andy Shevchenko | 1 | -11/+1 |
2018-07-02 | platform/x86: intel-hid: Add support for Device Specific Methods | Srinivas Pandruvada | 1 | -21/+157 |
2018-04-02 | intel-hid: support KEY_ROTATE_LOCK_TOGGLE | Alex Hung | 1 | -2/+2 |
2018-04-02 | intel-hid: clean up and sort header files | Alex Hung | 1 | -6/+4 |
2018-02-28 | platform/x86: intel-hid: Reset wakeup capable flag on removal | Rafael J. Wysocki | 1 | -0/+1 |
2017-12-12 | intel-hid: add a DMI quirk to support Wacom MobileStudio Pro | Alex Hung | 1 | -3/+38 |
2017-09-23 | platform/x86: intel-hid: Power button suspend on Dell Latitude 7275 | Jérôme de Bretagne | 1 | -0/+18 |
2017-09-09 | Merge tag 'platform-drivers-x86-v4.14-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 1 | -2/+2 |
2017-08-19 | platform/x86: intel-hid: reduce unnecessary messages for normal users | Alex Hung | 1 | -2/+2 |
2017-08-02 | platform/x86: intel-hid: Wake up Dell Latitude 7275 from suspend-to-idle | Rafael J. Wysocki | 1 | -3/+14 |
2017-06-23 | platform: x86: intel-hid: Wake up the system from suspend-to-idle | Rafael J. Wysocki | 1 | -5/+35 |
2017-04-18 | platform/x86: intel-hid: Add missing ->thaw callback | Rafael J. Wysocki | 1 | -0/+1 |
2017-03-15 | platform/x86: intel-hid: do not set parents of input devices explicitly | Michał Kępień | 1 | -2/+0 |
2017-03-15 | platform/x86: intel-hid: remove redundant set_bit() call | Michał Kępień | 1 | -1/+0 |
2017-03-15 | platform/x86: intel-hid: use devm_input_allocate_device() for HID events inpu... | Michał Kępień | 1 | -26/+5 |
2017-03-15 | platform/x86: intel-hid: make intel_hid_set_enable() take a boolean argument | Michał Kępień | 1 | -5/+5 |
2017-03-15 | platform/x86: intel-hid: simplify enabling/disabling HID events | Michał Kępień | 1 | -4/+2 |
2017-02-25 | platform/x86: intel-hid: Support 5 button array | Alex Hung | 1 | -5/+91 |
2016-12-16 | Merge tag 'platform-drivers-x86-v4.10-1' of git://git.infradead.org/users/dvh... | Linus Torvalds | 1 | -3/+3 |
2016-12-13 | platform/x86: Use ACPI_FAILURE at appropriate places | Axel Lin | 1 | -3/+3 |
2016-11-10 | ACPI / platform: Add support for build-in properties | Heikki Krogerus | 1 | -1/+1 |
2016-06-29 | intel-hid: Remove duplicated acpi_remove_notify_handler | Alex Hung | 1 | -3/+2 |
2016-03-28 | intel-hid: add a workaround to ignore an event after waking up from S4. | Alex Hung | 1 | -0/+2 |
2016-03-24 | Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvha... | Linus Torvalds | 1 | -2/+1 |
2016-03-23 | intel-hid: allocate correct amount of memory for private struct | Wolfram Sang | 1 | -2/+1 |
2016-01-30 | intel-hid: fix incorrect entries in intel_hid_keymap | Alex Hung | 1 | -2/+1 |
2016-01-20 | intel-hid: new hid event driver for hotkeys | Alex Hung | 1 | -0/+289 |