Changeset 4114


Ignore:
Timestamp:
02/26/08 08:53:29 (5 years ago)
Author:
werner
Message:

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch

    r4090 r4114  
    4040--- /dev/null 
    4141+++ linux-2.6.24/drivers/input/keyboard/neo1973kbd.c 
    42 @@ -0,0 +1,239 @@ 
     42@@ -0,0 +1,235 @@ 
    4343+/* 
    4444+ * Keyboard driver for FIC Neo1973 GSM phone 
     
    6767+#include <asm/hardware.h> 
    6868+#include <asm/arch/gta01.h> 
    69 +#include <asm/mach-types.h> 
    7069+ 
    7170+struct neo1973kbd { 
     
    202201+               goto out_aux; 
    203202+       } 
    204 + 
    205 +       if (machine_is_neo1973_gta01()) 
    206 +               enable_irq_wake(irq_aux); 
    207203+ 
    208204+       if (request_irq(irq_hold, neo1973kbd_hold_irq, IRQF_DISABLED | 
Note: See TracChangeset for help on using the changeset viewer.