Changeset 4119


Ignore:
Timestamp:
02/27/08 05:18:28 (5 years ago)
Author:
werner
Message:

Oops, didn't mean to break GTA01Bv3.

gta01-inputdevice.patch:

  • drivers/input/keyboard/neo1973kbd.c (neo1973kbd_probe): reverted change in r4114 and made AUX a wakeup source for GTA01 again
  • drivers/input/keyboard/neo1973kbd.c (neo1973kbd_probe): added a comment explaining why
File:
1 edited

Legend:

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

    r4114 r4119  
    4040--- /dev/null 
    4141+++ linux-2.6.24/drivers/input/keyboard/neo1973kbd.c 
    42 @@ -0,0 +1,235 @@ 
     42@@ -0,0 +1,243 @@ 
    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> 
    6970+ 
    7071+struct neo1973kbd { 
     
    201202+               goto out_aux; 
    202203+       } 
     204+ 
     205+       /* 
     206+        * GTA01 revisions before Bv4 can't be resumed by the PMU, so we use 
     207+        * resume by AUX. 
     208+        */ 
     209+       if (machine_is_neo1973_gta01()) 
     210+               enable_irq_wake(irq_aux); 
    203211+ 
    204212+       if (request_irq(irq_hold, neo1973kbd_hold_irq, IRQF_DISABLED | 
Note: See TracChangeset for help on using the changeset viewer.