summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: asus-wmi: Add userspace notification for performance mode changeVasiliy Kupriakov2020-11-241-0/+8
* platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360Samuel Čavoj2020-10-281-0/+40
* platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many differe...Hans de Goede2020-10-061-7/+9
* platform/x86: asus-wmi: Add BATC battery name to the list of supportedMarius Iacob2020-09-241-0/+1
* platform/x86: asus-wmi: allow BAT1 battery nameVasiliy Kupriakov2020-07-151-0/+1
* platform/x86: asus_wmi: Reserve more space for struct bias_argsChris Chiu2020-06-011-0/+2
* platform/x86: asus-wmi: Add support for SW_TABLET_MODEHans de Goede2020-05-121-2/+22
* platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the fileHans de Goede2020-05-121-39/+39
* platform/x86: asus_wmi: remove redundant initialization of variable statusColin Ian King2020-05-121-1/+1
* platform/x86: asus-wmi: Drop duplicate check for led_classdev_unregister()Andy Shevchenko2020-05-071-8/+5
* platform/x86: asus_wmi: Fix return value of fan_boost_mode_storeLeonid Maksymchuk2020-03-201-1/+1
* platform/x86: asus-wmi: Support laptops where the first battery is named BATTKristian Klausen2020-03-201-1/+4
* platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-4/+3
* platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0Jian-Hong Pan2020-01-131-7/+1
* platform/x86: asus_wmi: Set throttle thermal policy to defaultLeonid Maksymchuk2020-01-101-0/+11
* platform/x86: asus_wmi: Support throttle thermal policyLeonid Maksymchuk2020-01-101-0/+113
* platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking APIKristian Klausen2019-09-101-49/+99
* platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOCKristian Klausen2019-09-091-3/+3
* platform/x86: asus-wmi: Fix condition in charge_threshold_store()Dan Carpenter2019-09-071-1/+1
* platform/x86: asus-wmi: Remove unnecessary blank linesAndy Shevchenko2019-08-161-13/+1
* platform/x86: asus-wmi: Drop indentation level by inverting conditionalsAndy Shevchenko2019-08-161-24/+19
* platform/x86: asus-wmi: Use clamp_val() instead of open coded variantAndy Shevchenko2019-08-161-6/+1
* platform/x86: asus-wmi: Replace sscanf() with kstrtoint()Andy Shevchenko2019-08-161-15/+10
* platform/x86: asus-wmi: Refactor charge_threshold_store()Andy Shevchenko2019-08-161-3/+5
* platform/x86: asus-wmi: Add support for charge thresholdKristian Klausen2019-08-161-0/+48
* platform/x86: asus-wmi: fix CPU fan control on recent productsDaniel Drake2019-07-301-25/+100
* platform/x86: asus-wmi: add a helper for device presenceDaniel Drake2019-07-301-20/+11
* platform/x86: asus-wmi: cleanup AGFN fan handlingDaniel Drake2019-07-301-131/+107
* platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-291-2/+1
* 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/+1
| * 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/+1
| * 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/+1
| * 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/+11
| * 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/+1
|/
* 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/+2
* platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkeyJoão Paulo Rechi Vita2018-11-071-1/+2