aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel-hid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-20platform/x86: intel-hid: Move to intel sub-directoryKate Hsuan1-732/+0
2021-07-29platform/x86: Add and use a dual_accel_detect() helperHans de Goede1-15/+6
2021-07-28platform/x86: intel-hid: add Alder Lake ACPI device IDPing Bao1-0/+1
2021-04-06platform/x86: intel-hid: Fix spurious wakeups caused by tablet-mode events during suspendHans de Goede1-7/+9
2021-03-06platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2Alban Bedel1-0/+7
2020-12-08platform/x86: intel-hid: add Rocket Lake ACPI device IDAlex Hung1-0/+1
2020-12-07platform/x86: intel-hid: Do not create SW_TABLET_MODE input-dev when a KIOX010A ACPI dev is presentHans de Goede1-1/+16
2020-12-07platform/x86: intel-hid: Add alternative method to enable switchesElia Devito1-0/+13
2020-12-07platform/x86: intel-hid: Add support for SW_TABLET_MODEElia Devito1-0/+95
2020-11-09platform/x86: intel-hid: fix _DSM function index handlingZhen Gong1-2/+14
2020-07-14platform/x86: intel-hid: Fix return value check in check_acpi_dev()Lu Wei1-1/+1
2020-06-01platform/x86: intel-hid: Add a quirk to support HP Spectre X2 (2015)Nickolai Kozachenko1-0/+7
2020-04-06Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2020-04-01platform/x86: intel-hid: fix: Update Tiger Lake ACPI device IDGayatri Kammela1-1/+1
2020-02-10platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko1-1/+1
2019-12-19platform/x86: intel-hid: Add Tiger Lake ACPI device IDGayatri Kammela1-0/+1
2019-08-21ACPI: PM: s2idle: Always set up EC GPE for system wakeupRafael J. Wysocki1-5/+1
2019-08-09intel-hid: Disable button array during suspend-to-idleRafael J. Wysocki1-6/+7
2019-08-09intel-hid: intel-vbtn: Avoid leaking wakeup_mode setRafael J. Wysocki1-5/+12
2019-07-30ACPI: PM: Set up EC GPE for system wakeup from drivers that need itRafael J. Wysocki1-4/+16
2019-01-26platform/x86: intel-hid: Missing power button release on some Dell modelsJérôme de Bretagne1-2/+5
2018-09-27platform/x86: intel-hid: Convert to use SPDX identifierAndy Shevchenko1-11/+1
2018-07-02platform/x86: intel-hid: Add support for Device Specific MethodsSrinivas Pandruvada1-21/+157
2018-04-02intel-hid: support KEY_ROTATE_LOCK_TOGGLEAlex Hung1-2/+2
2018-04-02intel-hid: clean up and sort header filesAlex Hung1-6/+4
2018-02-28platform/x86: intel-hid: Reset wakeup capable flag on removalRafael J. Wysocki1-0/+1
2017-12-11intel-hid: add a DMI quirk to support Wacom MobileStudio ProAlex Hung1-3/+38
2017-09-22platform/x86: intel-hid: Power button suspend on Dell Latitude 7275Jérôme de Bretagne1-0/+18
2017-09-08Merge tag 'platform-drivers-x86-v4.14-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-2/+2
2017-08-18platform/x86: intel-hid: reduce unnecessary messages for normal usersAlex Hung1-2/+2
2017-08-01platform/x86: intel-hid: Wake up Dell Latitude 7275 from suspend-to-idleRafael J. Wysocki1-3/+14
2017-06-23platform: x86: intel-hid: Wake up the system from suspend-to-idleRafael J. Wysocki1-5/+35
2017-04-18platform/x86: intel-hid: Add missing ->thaw callbackRafael J. Wysocki1-0/+1
2017-03-14platform/x86: intel-hid: do not set parents of input devices explicitlyMichał Kępień1-2/+0
2017-03-14platform/x86: intel-hid: remove redundant set_bit() callMichał Kępień1-1/+0
2017-03-14platform/x86: intel-hid: use devm_input_allocate_device() for HID events input deviceMichał Kępień1-26/+5
2017-03-14platform/x86: intel-hid: make intel_hid_set_enable() take a boolean argumentMichał Kępień1-5/+5
2017-03-14platform/x86: intel-hid: simplify enabling/disabling HID eventsMichał Kępień1-4/+2
2017-02-24platform/x86: intel-hid: Support 5 button arrayAlex Hung1-5/+91
2016-12-15Merge tag 'platform-drivers-x86-v4.10-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-3/+3
2016-12-13platform/x86: Use ACPI_FAILURE at appropriate placesAxel Lin1-3/+3
2016-11-10ACPI / platform: Add support for build-in propertiesHeikki Krogerus1-1/+1
2016-06-28intel-hid: Remove duplicated acpi_remove_notify_handlerAlex Hung1-3/+2
2016-03-28intel-hid: add a workaround to ignore an event after waking up from S4.Alex Hung1-0/+2
2016-03-23Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-2/+1
2016-03-23intel-hid: allocate correct amount of memory for private structWolfram Sang1-2/+1
2016-01-30intel-hid: fix incorrect entries in intel_hid_keymapAlex Hung1-2/+1
2016-01-19intel-hid: new hid event driver for hotkeysAlex Hung1-0/+289