summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel-hid.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: intel-hid: Add a quirk to support HP Spectre X2 (2015)Nickolai Kozachenko2020-06-011-0/+7
* Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-061-1/+1
|\
| * platform/x86: intel-hid: fix: Update Tiger Lake ACPI device IDGayatri Kammela2020-04-011-1/+1
* | platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko2020-02-101-1/+1
|/
* platform/x86: intel-hid: Add Tiger Lake ACPI device IDGayatri Kammela2019-12-191-0/+1
* ACPI: PM: s2idle: Always set up EC GPE for system wakeupRafael J. Wysocki2019-08-211-5/+1
* intel-hid: Disable button array during suspend-to-idleRafael J. Wysocki2019-08-091-6/+7
* intel-hid: intel-vbtn: Avoid leaking wakeup_mode setRafael J. Wysocki2019-08-091-5/+12
* ACPI: PM: Set up EC GPE for system wakeup from drivers that need itRafael J. Wysocki2019-07-301-4/+16
* platform/x86: intel-hid: Missing power button release on some Dell modelsJérôme de Bretagne2019-01-261-2/+5
* platform/x86: intel-hid: Convert to use SPDX identifierAndy Shevchenko2018-09-271-11/+1
* platform/x86: intel-hid: Add support for Device Specific MethodsSrinivas Pandruvada2018-07-021-21/+157
* intel-hid: support KEY_ROTATE_LOCK_TOGGLEAlex Hung2018-04-021-2/+2
* intel-hid: clean up and sort header filesAlex Hung2018-04-021-6/+4
* platform/x86: intel-hid: Reset wakeup capable flag on removalRafael J. Wysocki2018-02-281-0/+1
* intel-hid: add a DMI quirk to support Wacom MobileStudio ProAlex Hung2017-12-111-3/+38
* platform/x86: intel-hid: Power button suspend on Dell Latitude 7275Jérôme de Bretagne2017-09-221-0/+18
* Merge tag 'platform-drivers-x86-v4.14-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-09-081-2/+2
|\
| * platform/x86: intel-hid: reduce unnecessary messages for normal usersAlex Hung2017-08-181-2/+2
* | platform/x86: intel-hid: Wake up Dell Latitude 7275 from suspend-to-idleRafael J. Wysocki2017-08-011-3/+14
|/
* platform: x86: intel-hid: Wake up the system from suspend-to-idleRafael J. Wysocki2017-06-231-5/+35
* platform/x86: intel-hid: Add missing ->thaw callbackRafael J. Wysocki2017-04-181-0/+1
* platform/x86: intel-hid: do not set parents of input devices explicitlyMichał Kępień2017-03-141-2/+0
* platform/x86: intel-hid: remove redundant set_bit() callMichał Kępień2017-03-141-1/+0
* platform/x86: intel-hid: use devm_input_allocate_device() for HID events inpu...Michał Kępień2017-03-141-26/+5
* platform/x86: intel-hid: make intel_hid_set_enable() take a boolean argumentMichał Kępień2017-03-141-5/+5
* platform/x86: intel-hid: simplify enabling/disabling HID eventsMichał Kępień2017-03-141-4/+2
* platform/x86: intel-hid: Support 5 button arrayAlex Hung2017-02-241-5/+91
* Merge tag 'platform-drivers-x86-v4.10-1' of git://git.infradead.org/users/dvh...Linus Torvalds2016-12-151-3/+3
|\
| * platform/x86: Use ACPI_FAILURE at appropriate placesAxel Lin2016-12-131-3/+3
* | ACPI / platform: Add support for build-in propertiesHeikki Krogerus2016-11-101-1/+1
|/
* intel-hid: Remove duplicated acpi_remove_notify_handlerAlex Hung2016-06-281-3/+2
* intel-hid: add a workaround to ignore an event after waking up from S4.Alex Hung2016-03-281-0/+2
* Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-03-231-2/+1
|\
| * intel-hid: allocate correct amount of memory for private structWolfram Sang2016-03-231-2/+1
* | intel-hid: fix incorrect entries in intel_hid_keymapAlex Hung2016-01-301-2/+1
|/
* intel-hid: new hid event driver for hotkeysAlex Hung2016-01-191-0/+289