summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-24platform/x86: asus-wmi: Add userspace notification for performance mode changeVasiliy Kupriakov1-0/+8
2020-10-28platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360Samuel Čavoj1-0/+40
2020-10-06platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many differe...Hans de Goede1-7/+9
2020-09-24platform/x86: asus-wmi: Add BATC battery name to the list of supportedMarius Iacob1-0/+1
2020-07-15platform/x86: asus-wmi: allow BAT1 battery nameVasiliy Kupriakov1-0/+1
2020-06-01platform/x86: asus_wmi: Reserve more space for struct bias_argsChris Chiu1-0/+2
2020-05-12platform/x86: asus-wmi: Add support for SW_TABLET_MODEHans de Goede1-2/+22
2020-05-12platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the fileHans de Goede1-39/+39
2020-05-12platform/x86: asus_wmi: remove redundant initialization of variable statusColin Ian King1-1/+1
2020-05-07platform/x86: asus-wmi: Drop duplicate check for led_classdev_unregister()Andy Shevchenko1-8/+5
2020-03-20platform/x86: asus_wmi: Fix return value of fan_boost_mode_storeLeonid Maksymchuk1-1/+1
2020-03-20platform/x86: asus-wmi: Support laptops where the first battery is named BATTKristian Klausen1-1/+4
2020-01-31platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita1-4/+3
2020-01-13platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0Jian-Hong Pan1-7/+1
2020-01-10platform/x86: asus_wmi: Set throttle thermal policy to defaultLeonid Maksymchuk1-0/+11
2020-01-10platform/x86: asus_wmi: Support throttle thermal policyLeonid Maksymchuk1-0/+113
2019-09-10platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking APIKristian Klausen1-49/+99
2019-09-09platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOCKristian Klausen1-3/+3
2019-09-07platform/x86: asus-wmi: Fix condition in charge_threshold_store()Dan Carpenter1-1/+1
2019-08-16platform/x86: asus-wmi: Remove unnecessary blank linesAndy Shevchenko1-13/+1
2019-08-16platform/x86: asus-wmi: Drop indentation level by inverting conditionalsAndy Shevchenko1-24/+19
2019-08-16platform/x86: asus-wmi: Use clamp_val() instead of open coded variantAndy Shevchenko1-6/+1
2019-08-16platform/x86: asus-wmi: Replace sscanf() with kstrtoint()Andy Shevchenko1-15/+10
2019-08-16platform/x86: asus-wmi: Refactor charge_threshold_store()Andy Shevchenko1-3/+5
2019-08-16platform/x86: asus-wmi: Add support for charge thresholdKristian Klausen1-0/+48
2019-07-30platform/x86: asus-wmi: fix CPU fan control on recent productsDaniel Drake1-25/+100
2019-07-30platform/x86: asus-wmi: add a helper for device presenceDaniel Drake1-20/+11
2019-07-30platform/x86: asus-wmi: cleanup AGFN fan handlingDaniel Drake1-131/+107
2019-07-29platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
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-plat...Linus 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 funct...Greg Kroah-Hartman1-36/+11
2019-06-12platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...Hans de Goede1-1/+1
2019-06-12platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...Hans 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 ...Hans 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