You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer HP laptops use Intel HID driver to send rfkill hotkey event, so we'll need to unmask Intel HID in hwdb to make airplane mode hotkey work: systemd/systemd#20219
However, this will make both Intel HID driver and HP Wireless driver send rfkill events on older HP laptops, so only the first event like should be processed, like this implementation in G-S-D: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/244
The backport is quite straightforward from G-S-D to M-S-D, but it doesn't take affect because somehow do_rfkill_action() isn't called when airplane mode hotkey is pressed. So filing a bug report here...
Actual behaviour
The current behavior is that WiFi and Bluetooth get quickly disabled and enabled after pressing airplane mode hotkey.
Expected behaviour
Newer HP laptops use Intel HID driver to send rfkill hotkey event, so we'll need to unmask Intel HID in hwdb to make airplane mode hotkey work:
systemd/systemd#20219
However, this will make both Intel HID driver and HP Wireless driver send rfkill events on older HP laptops, so only the first event like should be processed, like this implementation in G-S-D:
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/244
The backport is quite straightforward from G-S-D to M-S-D, but it doesn't take affect because somehow
do_rfkill_action()
isn't called when airplane mode hotkey is pressed. So filing a bug report here...Actual behaviour
The current behavior is that WiFi and Bluetooth get quickly disabled and enabled after pressing airplane mode hotkey.
Steps to reproduce the behaviour
Apply systemd/systemd#20219 then press airplane mode hotkey.
MATE general version
1.24.1
Package version
1.24.2-0ubuntu1
Linux Distribution
Ubuntu MATE
Link to bugreport of your Distribution (requirement)
https://bugs.launchpad.net/bugs/1936956
The text was updated successfully, but these errors were encountered: