From b303c5e2b9b98305376e6a5a5fac631c1e1f62d7 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 21 Apr 2010 19:07:11 +0000 Subject: kernel: add KEY_WPS_BUTTON definition SVN-Revision: 21073 --- .../411-add-KEY_WPS_BUTTON-definition.patch | 26 ++++++++++++++++++++++ .../411-add-KEY_WPS_BUTTON-definition.patch | 25 +++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch create mode 100644 target/linux/generic-2.6/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch diff --git a/target/linux/generic-2.6/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch b/target/linux/generic-2.6/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch new file mode 100644 index 0000000000..c78874a380 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch @@ -0,0 +1,26 @@ +From 492d4f25416528ffb900e6edf0fd70eafd098cfc Mon Sep 17 00:00:00 2001 +From: Dmitry Torokhov +Date: Fri, 26 Feb 2010 00:16:05 -0800 +Subject: [PATCH] Input: add KEY_WPS_BUTTON definition + +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 +--- + include/linux/input.h | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +--- a/include/linux/input.h ++++ b/include/linux/input.h +@@ -595,6 +595,8 @@ struct input_absinfo { + #define KEY_NUMERIC_STAR 0x20a + #define KEY_NUMERIC_POUND 0x20b + ++#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 + #define KEY_MAX 0x2ff diff --git a/target/linux/generic-2.6/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch b/target/linux/generic-2.6/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch new file mode 100644 index 0000000000..c2b68e79bb --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch @@ -0,0 +1,25 @@ +From 492d4f25416528ffb900e6edf0fd70eafd098cfc Mon Sep 17 00:00:00 2001 +From: Dmitry Torokhov +Date: Fri, 26 Feb 2010 00:16:05 -0800 +Subject: [PATCH] Input: add KEY_WPS_BUTTON definition + +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 +--- + include/linux/input.h | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +--- a/include/linux/input.h ++++ b/include/linux/input.h +@@ -597,6 +597,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 -- cgit v1.2.3