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
* csd version - 4.8.5-1
* Distribution - Ubuntu Impish Indri
* Graphics hardware *and* driver used - Intel and i915
* 32 or 64 bit - 64bit
Issue
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 current behavior is that WiFi and Bluetooth get quickly disabled and enabled after pressing airplane mode hotkey.
Issue
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 current behavior is that WiFi and Bluetooth get quickly disabled and enabled after pressing airplane mode hotkey.
Steps to reproduce
Expected behaviour
WiFi and Bluetooth should be disabled.
Other information
Seems like the entire rfkill part is missing in C-S-D, so I can't do a straight backport from G-S-D.
The text was updated successfully, but these errors were encountered: