Skip to content

Commit

Permalink
Input: add KEY_WPS_BUTTON definition
Browse files Browse the repository at this point in the history
The new key definition is supposed to be used for buttons that initiate
WiFi Protected setup sequence:

	http://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed Feb 26, 2010
1 parent 9114337 commit 492d4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ struct input_absinfo {
#define KEY_NUMERIC_POUND 0x20b

#define KEY_CAMERA_FOCUS 0x210
#define KEY_WPS_BUTTON 0x211 /* WiFi Protected Setup key */

/* We avoid low common keys in module aliases so they don't get huge. */
#define KEY_MIN_INTERESTING KEY_MUTE
Expand Down

0 comments on commit 492d4f2

Please sign in to comment.