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

werner at sita.openmoko.org werner at sita.openmoko.org
Fri Feb 29 04:14:48 CET 2008


Author: werner
Date: 2008-02-29 04:14:45 +0100 (Fri, 29 Feb 2008)
New Revision: 4134

Modified:
   branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch
Log:
Remove wakeup on HOLD, because the functionality is questionable, and the
circuit is actually broken by design. (Suggested by Andy Green.)

gta01-inputdevice.patch:
- drivers/input/keyboard/neo1973kbd.c (neo1973kbd_probe): do not wake up on
  HOLD



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-29 03:07:59 UTC (rev 4133)
+++ branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch	2008-02-29 03:14:45 UTC (rev 4134)
@@ -39,7 +39,7 @@
 ===================================================================
 --- /dev/null
 +++ linux-2.6.24/drivers/input/keyboard/neo1973kbd.c
-@@ -0,0 +1,243 @@
+@@ -0,0 +1,242 @@
 +/*
 + * Keyboard driver for FIC Neo1973 GSM phone
 + *
@@ -215,7 +215,6 @@
 +		dev_err(&pdev->dev, "Can't get IRQ %u\n", irq_hold);
 +		goto out_hold;
 +	}
-+	enable_irq_wake(irq_hold);
 +
 +	if (request_irq(irq_jack, neo1973kbd_headphone_irq, IRQF_DISABLED |
 +			IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,





More information about the commitlog mailing list