diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:34 +0000 |
commit | 2e3f8c480e4e27cb843553820aff019cf7cb2649 (patch) | |
tree | 84982919b31a0221ba9a0d5a4f0f732f399262d9 /target/linux/generic/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch | |
parent | e005aed2231ce7bce0214061ea0d7f546c7fec24 (diff) | |
download | mtk-20170518-2e3f8c480e4e27cb843553820aff019cf7cb2649.zip mtk-20170518-2e3f8c480e4e27cb843553820aff019cf7cb2649.tar.gz mtk-20170518-2e3f8c480e4e27cb843553820aff019cf7cb2649.tar.bz2 |
linux/2.6.32: R.I.P.
SVN-Revision: 31597
Diffstat (limited to 'target/linux/generic/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/generic/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch b/target/linux/generic/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch deleted file mode 100644 index c78874a..0000000 --- a/target/linux/generic/patches-2.6.32/411-add-KEY_WPS_BUTTON-definition.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 492d4f25416528ffb900e6edf0fd70eafd098cfc Mon Sep 17 00:00:00 2001 -From: Dmitry Torokhov <dmitry.torokhov@gmail.com> -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 <dtor@mail.ru> ---- - 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 |