aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake1-56/+62
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-127/+350
2019-07-03platform/x86: asus-wmi: Use dev_get_drvdata()Fuqian Huang1-2/+1
2019-06-17platform/x86: asus-wmi: Do not disable keyboard backlight on unloadingYurii Pavlovskyi1-0/+4
2019-06-17platform/x86: asus-wmi: Switch fan boost modeYurii Pavlovskyi1-8/+143
2019-06-17platform/x86: asus-wmi: Enhance detection of thermal dataYurii Pavlovskyi1-2/+5
2019-06-17platform/x86: asus-wmi: Organize code into sectionsYurii Pavlovskyi1-42/+47
2019-06-17platform/x86: asus-wmi: Refactor error handlingYurii Pavlovskyi1-5/+1
2019-06-17platform/x86: asus-wmi: Support WMI event queueYurii Pavlovskyi1-5/+68
2019-06-17platform/x86: asus-wmi: Refactor WMI event handlingYurii Pavlovskyi1-24/+42
2019-06-17platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi1-3/+20
2019-06-17platform/x86: asus-wmi: Increase input buffer size of WMI methodsYurii Pavlovskyi1-1/+9
2019-06-17platform/x86: asus-wmi: Fix preserving keyboard backlight intensity on loadYurii Pavlovskyi1-2/+1
2019-06-17platform/x86: asus-wmi: Fix hwmon device cleanupYurii Pavlovskyi1-3/+4
2019-06-17platform/x86: asus-wmi: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-36/+11
2019-06-12platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from asus_nb_wmiHans de Goede1-1/+1
2019-06-12platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from asus_nb_wmiHans de Goede1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-09platform/x86: asus-wmi: Add fn-lock mode switch supportChris Chiu1-0/+37
2019-02-23platform/x86: asus-wmi: Allow loading on systems without the Asus Management GUIDHans de Goede1-7/+2
2018-11-07platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkeyJoão Paulo Rechi Vita1-1/+2
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-100/+19
2018-10-31platform/x86: asus-wmi: export function for evaluating WMI methodsDaniel Drake1-85/+3
2018-10-31platform/x86: asus-wmi: Only notify kbd LED hw_change by fn-key pressedJian-Hong Pan1-5/+12
2018-10-19platform/x86: asus-wmi: Simplify the keyboard brightness updating processJian-Hong Pan1-10/+4
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner1-17/+9
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner1-10/+0
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner1-2/+1
2018-08-22Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-4/+30
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner1-8/+4
2018-07-02platform/x86: asus-wmi: Add keyboard backlight toggle supportChris Chiu1-0/+8
2018-07-02platform/x86: asus-wmi: Call led hw_changed API on kbd brightness changeChris Chiu1-4/+22
2018-05-31platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita1-10/+13
2018-04-23platform/x86: Simplify getting .drvdataWolfram Sang1-2/+1
2017-09-27platform/x86: asus-wmi: Add lightbar led supportMaxime Bellengé1-0/+63
2017-08-13platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0Pali Rohár1-2/+2
2017-07-11platform/x86: asus-wmi: constify attribute_group structures.Arvind Yadav1-2/+2
2017-04-28platform/x86: asus-wmi: try to set als by defaultOleksij Rempel1-0/+12
2017-04-28platform/x86: asus-wmi: fix cpufv sysfs file permissionJérémy Lefaure1-2/+2
2017-03-14platform/x86: asus-wmi: remove sparse_keymap_free() callsMichał Kępień1-6/+2
2017-03-12platform/x86: asus-wmi: Remove quirk_no_rfkillJoão Paulo Rechi Vita1-4/+1
2017-02-26platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDTJoão Paulo Rechi Vita1-4/+19
2016-12-13platform/x86: asus-wmi: Set specified XUSB2PR value for X550LBKai-Chuan Hsieh1-0/+29
2016-09-23platform/x86: asus-wmi: fix asus ux303ub brightness issuezino lin1-0/+3
2016-07-01asus-wmi: Create quirk for airplane_mode LEDJoão Paulo Rechi Vita1-3/+5
2016-05-27asus-wmi: provide access to ALS controlOleksij Rempel1-0/+5
2016-01-19asus-wmi: drop to_platform_driver macroGeliang Tang1-3/+0
2015-11-13Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-1/+1
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-1/+1
2015-11-10asus-wmi: fix error handling in store_sys_wmi()Dan Carpenter1-1/+1