index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
asus-wmi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
platform/x86: asus-wmi: Fix driver not binding when fan curve control probe f...
Hans de Goede
2022-04-27
1
-3
/
+4
*
platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method...
Dan Carpenter
2022-04-27
1
-2
/
+6
*
platform/x86: asus-wmi: Fix regression when probing for fan curve control
Hans de Goede
2022-02-05
1
-1
/
+1
*
platform/x86: asus-wmi: Reshuffle headers for better maintenance
Andy Shevchenko
2021-12-21
1
-14
/
+14
*
platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basis
Andy Shevchenko
2021-12-21
1
-2
/
+2
*
platform/x86: asus-wmi: Join string literals back
Andy Shevchenko
2021-12-21
1
-4
/
+2
*
platform/x86: asus-wmi: remove unneeded semicolon
Yang Li
2021-12-02
1
-1
/
+1
*
platform/x86: asus-wmi: Add support for custom fan curves
Luke D. Jones
2021-11-16
1
-5
/
+562
*
platform/x86: asus-wmi: rename platform_profile_* function symbols
Mario Limonciello
2021-10-27
1
-6
/
+6
*
platform/x86: asus-wmi: Fix "unsigned 'retval' is never less than zero" smatc...
Jiapeng Chong
2021-08-26
1
-3
/
+3
*
platform/x86: asus-wmi: Delete impossible condition
Dan Carpenter
2021-08-26
1
-3
/
+0
*
asus-wmi: Add support for platform_profile
Luke D. Jones
2021-08-20
1
-4
/
+126
*
asus-wmi: Add egpu enable method
Luke D. Jones
2021-08-12
1
-0
/
+99
*
asus-wmi: Add dgpu disable method
Luke D. Jones
2021-08-12
1
-0
/
+98
*
asus-wmi: Add panel overdrive functionality
Luke D. Jones
2021-08-12
1
-0
/
+92
*
platform/x86: asus-wmi: Add param to turn fn-lock mode on by default
Luca Stefani
2021-04-07
1
-1
/
+4
*
platform/x86: asus-wmi: Add userspace notification for performance mode change
Vasiliy Kupriakov
2020-11-24
1
-0
/
+8
*
platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360
Samuel Čavoj
2020-10-28
1
-0
/
+40
*
platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many differe...
Hans de Goede
2020-10-06
1
-7
/
+9
*
platform/x86: asus-wmi: Add BATC battery name to the list of supported
Marius Iacob
2020-09-24
1
-0
/
+1
*
platform/x86: asus-wmi: allow BAT1 battery name
Vasiliy Kupriakov
2020-07-15
1
-0
/
+1
*
platform/x86: asus_wmi: Reserve more space for struct bias_args
Chris Chiu
2020-06-01
1
-0
/
+2
*
platform/x86: asus-wmi: Add support for SW_TABLET_MODE
Hans de Goede
2020-05-12
1
-2
/
+22
*
platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the file
Hans de Goede
2020-05-12
1
-39
/
+39
*
platform/x86: asus_wmi: remove redundant initialization of variable status
Colin Ian King
2020-05-12
1
-1
/
+1
*
platform/x86: asus-wmi: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
2020-05-07
1
-8
/
+5
*
platform/x86: asus_wmi: Fix return value of fan_boost_mode_store
Leonid Maksymchuk
2020-03-20
1
-1
/
+1
*
platform/x86: asus-wmi: Support laptops where the first battery is named BATT
Kristian Klausen
2020-03-20
1
-1
/
+4
*
platform/x86: asus-wmi: switch to use <linux/units.h> helpers
Akinobu Mita
2020-01-31
1
-4
/
+3
*
platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0
Jian-Hong Pan
2020-01-13
1
-7
/
+1
*
platform/x86: asus_wmi: Set throttle thermal policy to default
Leonid Maksymchuk
2020-01-10
1
-0
/
+11
*
platform/x86: asus_wmi: Support throttle thermal policy
Leonid Maksymchuk
2020-01-10
1
-0
/
+113
*
platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking API
Kristian Klausen
2019-09-10
1
-49
/
+99
*
platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOC
Kristian Klausen
2019-09-09
1
-3
/
+3
*
platform/x86: asus-wmi: Fix condition in charge_threshold_store()
Dan Carpenter
2019-09-07
1
-1
/
+1
*
platform/x86: asus-wmi: Remove unnecessary blank lines
Andy Shevchenko
2019-08-16
1
-13
/
+1
*
platform/x86: asus-wmi: Drop indentation level by inverting conditionals
Andy Shevchenko
2019-08-16
1
-24
/
+19
*
platform/x86: asus-wmi: Use clamp_val() instead of open coded variant
Andy Shevchenko
2019-08-16
1
-6
/
+1
*
platform/x86: asus-wmi: Replace sscanf() with kstrtoint()
Andy Shevchenko
2019-08-16
1
-15
/
+10
*
platform/x86: asus-wmi: Refactor charge_threshold_store()
Andy Shevchenko
2019-08-16
1
-3
/
+5
*
platform/x86: asus-wmi: Add support for charge threshold
Kristian Klausen
2019-08-16
1
-0
/
+48
*
platform/x86: asus-wmi: fix CPU fan control on recent products
Daniel Drake
2019-07-30
1
-25
/
+100
*
platform/x86: asus-wmi: add a helper for device presence
Daniel Drake
2019-07-30
1
-20
/
+11
*
platform/x86: asus-wmi: cleanup AGFN fan handling
Daniel Drake
2019-07-30
1
-131
/
+107
*
platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-07-29
1
-2
/
+1
*
platform/x86: asus: Rename "fan mode" to "fan boost mode"
Daniel Drake
2019-07-17
1
-56
/
+62
*
Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
2019-07-15
1
-127
/
+350
|
\
|
*
platform/x86: asus-wmi: Use dev_get_drvdata()
Fuqian Huang
2019-07-03
1
-2
/
+1
|
*
platform/x86: asus-wmi: Do not disable keyboard backlight on unloading
Yurii Pavlovskyi
2019-06-17
1
-0
/
+4
|
*
platform/x86: asus-wmi: Switch fan boost mode
Yurii Pavlovskyi
2019-06-17
1
-8
/
+143
[next]