Re: [PATCH v3] platform/x86: asus-wmi: Add param to turn fn-lock mode on by default

2021-04-07 Thread Hans de Goede
Hi, On 3/23/21 10:01 PM, Luca Stefani wrote: > * On recent ZenBooks the fn-lock is disabled > by default on boot while running Windows. > > * Add a module param ( fnlock_default ) that allows > changing the default at probe time > > Signed-off-by: Luca Stefani Thank you for your patch, I've

[PATCH v3] platform/x86: asus-wmi: Add param to turn fn-lock mode on by default

2021-03-23 Thread Luca Stefani
* On recent ZenBooks the fn-lock is disabled by default on boot while running Windows. * Add a module param ( fnlock_default ) that allows changing the default at probe time Signed-off-by: Luca Stefani --- drivers/platform/x86/asus-wmi.c | 5 - 1 file changed, 4 insertions(+), 1 deletio