summaryrefslogtreecommitdiff
path: root/packages/linux/linux-rp-2.6.24/tosa/0059-patch-tosa-wakeup-test.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/linux/linux-rp-2.6.24/tosa/0059-patch-tosa-wakeup-test.patch
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/linux/linux-rp-2.6.24/tosa/0059-patch-tosa-wakeup-test.patch')
-rw-r--r--packages/linux/linux-rp-2.6.24/tosa/0059-patch-tosa-wakeup-test.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/packages/linux/linux-rp-2.6.24/tosa/0059-patch-tosa-wakeup-test.patch b/packages/linux/linux-rp-2.6.24/tosa/0059-patch-tosa-wakeup-test.patch
deleted file mode 100644
index 812b5bad41..0000000000
--- a/packages/linux/linux-rp-2.6.24/tosa/0059-patch-tosa-wakeup-test.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 00f6e9b946d1f653fc776d71c86a1f6a7534cd1d Mon Sep 17 00:00:00 2001
-From: Dmitry Baryshkov <dbaryshkov@gmail.com>
-Date: Fri, 25 Jan 2008 19:16:20 +0300
-Subject: [PATCH 59/64] patch tosa-wakeup-test
-
----
- arch/arm/mach-pxa/tosa.c | 18 +++++++++++++++++-
- 1 files changed, 17 insertions(+), 1 deletions(-)
-
-diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c
-index 2b4aef7..7008919 100644
---- a/arch/arm/mach-pxa/tosa.c
-+++ b/arch/arm/mach-pxa/tosa.c
-@@ -260,12 +260,28 @@ static struct platform_device tosakbd_device = {
- };
-
- static struct gpio_keys_button tosa_gpio_keys[] = {
-+ /*
-+ * Two following keys are directly tied to "ON" button of tosa. Why?
-+ * The first one can be used as a wakeup source, the second can't:
-+ * it's outside of permitted area.
-+ */
-+ {
-+ .type = EV_PWR,
-+ .code = KEY_RESERVED,
-+ .gpio = TOSA_GPIO_POWERON,
-+ .desc = "Poweron",
-+ .wakeup = 1,
-+ .active_low = 1,
-+ },
- {
- .type = EV_PWR,
- .code = KEY_SUSPEND,
- .gpio = TOSA_GPIO_ON_KEY,
- .desc = "On key",
-- .wakeup = 1,
-+ /*
-+ * can't be used as wakeup
-+ * .wakeup = 1,
-+ */
- .active_low = 1,
- },
- {
---
-1.5.3.8
-