aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel-hid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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