diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-17 17:10:04 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-17 17:10:04 +0000 |
commit | 97b250affa0451760b75ccf0cb7e7602807e3f58 (patch) | |
tree | feec3fdf3af7a39013f1c872146e85dd6576dec5 /target/linux/generic/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch | |
parent | 579e608a9b94b75b83477abf173cd562779d9b41 (diff) |
generic: nuke 2.6.33 specific stuff, is not used by any platform
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24644 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/generic/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch b/target/linux/generic/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch deleted file mode 100644 index c2b68e79b..000000000 --- a/target/linux/generic/patches-2.6.33/411-add-KEY_WPS_BUTTON-definition.patch +++ /dev/null @@ -1,25 +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 -@@ -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 |