Skip to content

Commit

Permalink
Input: add KEY_BLUETOOTH and KEY_WLAN definitions
Browse files Browse the repository at this point in the history
Some laptops have separate "rfkill" buttons for disabling/enabling
Bluetooth and WLAN.

Signed-off-by: Lennart Poettering <mzxreary@0pointer.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Lennart Poettering authored and Dmitry Torokhov committed Sep 19, 2006
1 parent 9a87fdd commit 90da115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ struct input_absinfo {

#define KEY_BATTERY 236

#define KEY_BLUETOOTH 237
#define KEY_WLAN 238

#define KEY_UNKNOWN 240

#define BTN_MISC 0x100
Expand Down

0 comments on commit 90da115

Please sign in to comment.