r4114 - branches/src/target/kernel/2.6.24.x/patches

werner at sita.openmoko.org werner at sita.openmoko.org
Tue Feb 26 08:53:32 CET 2008


Author: werner
Date: 2008-02-26 08:53:29 +0100 (Tue, 26 Feb 2008)
New Revision: 4114

Modified:
   branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch
Log:
We can wake up from suspend with POWER, so there's no need to have AUX as
as another wakeup source, and in particular one that's easily triggered
by accident.

gta01-inputdevice.patch:
- drivers/input/keyboard/neo1973kbd.c (neo1973kbd_probe): don't make AUX a
  wakeup source ever



Modified: branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch	2008-02-26 04:38:42 UTC (rev 4113)
+++ branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch	2008-02-26 07:53:29 UTC (rev 4114)
@@ -39,7 +39,7 @@
 ===================================================================
 --- /dev/null
 +++ linux-2.6.24/drivers/input/keyboard/neo1973kbd.c
-@@ -0,0 +1,239 @@
+@@ -0,0 +1,235 @@
 +/*
 + * Keyboard driver for FIC Neo1973 GSM phone
 + *
@@ -66,7 +66,6 @@
 +
 +#include <asm/hardware.h>
 +#include <asm/arch/gta01.h>
-+#include <asm/mach-types.h>
 +
 +struct neo1973kbd {
 +	struct input_dev *input;
@@ -202,9 +201,6 @@
 +		goto out_aux;
 +	}
 +
-+	if (machine_is_neo1973_gta01())
-+		enable_irq_wake(irq_aux);
-+
 +	if (request_irq(irq_hold, neo1973kbd_hold_irq, IRQF_DISABLED |
 +			IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
 +			"Neo1973 HOLD button", neo1973kbd)) {





More information about the commitlog mailing list