Bug 150611

Summary: Asus X750LN Fn keys not working
Product: Drivers Reporter: Darko (darko.jankovic2)
Component: OtherAssignee: drivers_other
Status: NEW ---    
Severity: low CC: coproscefalo, darko.jankovic2
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 4.4.15-2-lts Subsystem:
Regression: No Bisected commit-id:
Attachments: toshiba-wmi patch

Description Darko 2016-07-28 15:35:00 UTC
None of the hotkeys work. acpi_listen and showkey --keycodes respond only when Fn + F8 is pressed and this combination has identical keycode as key 'p', 25. If I try "modprobe asus-laptop", error is returned: modprobe: ERROR: could not insert 'asus_laptop': No such device.
I don't know which logs and information could help, so please comment and I will provide them.

Additionaly, toshiba wmi hotkeys are loaded, which shouldn't even be loading on asus.

$ dmesg | grep toshiba -i
[    4.124696] input: Toshiba WMI hotkeys as /devices/virtual/input/input14
[    4.124999] toshiba_wmi: Toshiba WMI Hotkey Driver
Comment 1 Azael Avalos 2016-08-21 22:42:26 UTC
Created attachment 229611 [details]
toshiba-wmi patch

Hi there,

As a quick workaround try blacklisting the toshiba-wmi driver to prevent it from loading.

Also please test the attached patch to see if the driver is not loaded anymore.


Cheers
Azael