* [PATCH] compat: define KEY_RFKILL, which appeared in Linux 2.6.33
@ 2010-03-05 20:58 Pavel Roskin
2010-03-05 21:38 ` Luis R. Rodriguez
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Roskin @ 2010-03-05 20:58 UTC (permalink / raw)
To: Luis R. Rodriguez, linux-wireless
It is used in net/rfkill/input.c
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
include/linux/compat-2.6.33.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/linux/compat-2.6.33.h b/include/linux/compat-2.6.33.h
index 9559f21..70e5f98 100644
--- a/include/linux/compat-2.6.33.h
+++ b/include/linux/compat-2.6.33.h
@@ -49,6 +49,8 @@ static inline void compat_release_firmware(const struct firmware *fw)
}
#endif
+#define KEY_RFKILL 247 /* Key that controls all radios */
+
#define IFF_DONT_BRIDGE 0x800 /* disallow bridging this ether dev */
/* source: include/linux/if.h */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] compat: define KEY_RFKILL, which appeared in Linux 2.6.33
2010-03-05 20:58 [PATCH] compat: define KEY_RFKILL, which appeared in Linux 2.6.33 Pavel Roskin
@ 2010-03-05 21:38 ` Luis R. Rodriguez
0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2010-03-05 21:38 UTC (permalink / raw)
To: Pavel Roskin; +Cc: linux-wireless
On Fri, Mar 5, 2010 at 12:58 PM, Pavel Roskin <proski@gnu.org> wrote:
> It is used in net/rfkill/input.c
>
> Signed-off-by: Pavel Roskin <proski@gnu.org>
Thanks, applied to the 2.6.33.y branch as well.
Luis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-05 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 20:58 [PATCH] compat: define KEY_RFKILL, which appeared in Linux 2.6.33 Pavel Roskin
2010-03-05 21:38 ` Luis R. Rodriguez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).