summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake2019-07-171-56/+62
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-151-127/+350
|\
| * platform/x86: asus-wmi: Use dev_get_drvdata()Fuqian Huang2019-07-031-2/+1Star
| * platform/x86: asus-wmi: Do not disable keyboard backlight on unloadingYurii Pavlovskyi2019-06-171-0/+4
| * platform/x86: asus-wmi: Switch fan boost modeYurii Pavlovskyi2019-06-171-8/+143
| * platform/x86: asus-wmi: Enhance detection of thermal dataYurii Pavlovskyi2019-06-171-2/+5
| * platform/x86: asus-wmi: Organize code into sectionsYurii Pavlovskyi2019-06-171-42/+47
| * platform/x86: asus-wmi: Refactor error handlingYurii Pavlovskyi2019-06-171-5/+1Star
| * platform/x86: asus-wmi: Support WMI event queueYurii Pavlovskyi2019-06-171-5/+68
| * platform/x86: asus-wmi: Refactor WMI event handlingYurii Pavlovskyi2019-06-171-24/+42
| * platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi2019-06-171-3/+20
| * platform/x86: asus-wmi: Increase input buffer size of WMI methodsYurii Pavlovskyi2019-06-171-1/+9
| * platform/x86: asus-wmi: Fix preserving keyboard backlight intensity on loadYurii Pavlovskyi2019-06-171-2/+1Star
| * platform/x86: asus-wmi: Fix hwmon device cleanupYurii Pavlovskyi2019-06-171-3/+4
| * platform/x86: asus-wmi: no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-06-171-36/+11Star
| * platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...Hans de Goede2019-06-121-1/+1
* | platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...Hans de Goede2019-06-121-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
|/
* platform/x86: asus-wmi: Add fn-lock mode switch supportChris Chiu2019-05-081-0/+37
* platform/x86: asus-wmi: Allow loading on systems without the Asus Management ...Hans de Goede2019-02-231-7/+2Star
* platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkeyJoão Paulo Rechi Vita2018-11-071-1/+2
* Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-11-011-100/+19Star
|\
| * platform/x86: asus-wmi: export function for evaluating WMI methodsDaniel Drake2018-10-311-85/+3Star
| * platform/x86: asus-wmi: Only notify kbd LED hw_change by fn-key pressedJian-Hong Pan2018-10-311-5/+12
| * platform/x86: asus-wmi: Simplify the keyboard brightness updating processJian-Hong Pan2018-10-191-10/+4Star
* | PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-191-17/+9Star
* | PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-191-10/+0Star
* | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-191-2/+1Star
|/
* Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-08-221-4/+30
|\
| * platform/x86: asus-wmi: Add keyboard backlight toggle supportChris Chiu2018-07-021-0/+8
| * platform/x86: asus-wmi: Call led hw_changed API on kbd brightness changeChris Chiu2018-07-021-4/+22
* | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-241-8/+4Star
|/
* platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita2018-05-311-10/+13
* platform/x86: Simplify getting .drvdataWolfram Sang2018-04-231-2/+1Star
* platform/x86: asus-wmi: Add lightbar led supportMaxime Bellengé2017-09-271-0/+63
* platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0Pali Rohár2017-08-131-2/+2
* platform/x86: asus-wmi: constify attribute_group structures.Arvind Yadav2017-07-111-2/+2
* platform/x86: asus-wmi: try to set als by defaultOleksij Rempel2017-04-281-0/+12
* platform/x86: asus-wmi: fix cpufv sysfs file permissionJérémy Lefaure2017-04-281-2/+2
* platform/x86: asus-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-6/+2Star
* platform/x86: asus-wmi: Remove quirk_no_rfkillJoão Paulo Rechi Vita2017-03-131-4/+1Star
* platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDTJoão Paulo Rechi Vita2017-02-261-4/+19
* platform/x86: asus-wmi: Set specified XUSB2PR value for X550LBKai-Chuan Hsieh2016-12-131-0/+29
* platform/x86: asus-wmi: fix asus ux303ub brightness issuezino lin2016-09-241-0/+3
* asus-wmi: Create quirk for airplane_mode LEDJoão Paulo Rechi Vita2016-07-021-3/+5
* asus-wmi: provide access to ALS controlOleksij Rempel2016-05-271-0/+5
* asus-wmi: drop to_platform_driver macroGeliang Tang2016-01-201-3/+0Star
* Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-11-141-1/+1
|\
| * asus-wmi: fix error handling in store_sys_wmi()Dan Carpenter2015-11-111-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-111-1/+1
|\ \ | |/ |/|