• M
    Input: add KEY_RFKILL · 3b77fd8e
    Matthew Garrett 提交于
    Most laptops have keys that are intended to toggle all device state, not
    just wifi. These are currently generally mapped to KEY_WLAN. As a result,
    rfkill will only kill or enable wifi in response to the key press. This
    confuses users and can make it difficult for them to enable bluetooth
    and wwan devices.
    
    This patch adds a new keycode, KEY_RFKILL. It indicates that the system
    should toggle the state of all rfkillable devices.
    Signed-off-by: NMatthew Garrett <mjg@redhat.com>
    Acked-by: NMarcel Holtmann <marcel@holtmann.org>
    Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
    3b77fd8e
input.h 41.0 KB