Changeset 4134


Ignore:
Timestamp:
02/29/08 04:14:45 (5 years ago)
Author:
werner
Message:

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

Legend:

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

    r4119 r4134  
    4040--- /dev/null 
    4141+++ linux-2.6.24/drivers/input/keyboard/neo1973kbd.c 
    42 @@ -0,0 +1,243 @@ 
     42@@ -0,0 +1,242 @@ 
    4343+/* 
    4444+ * Keyboard driver for FIC Neo1973 GSM phone 
     
    216216+               goto out_hold; 
    217217+       } 
    218 +       enable_irq_wake(irq_hold); 
    219218+ 
    220219+       if (request_irq(irq_jack, neo1973kbd_headphone_irq, IRQF_DISABLED | 
Note: See TracChangeset for help on using the changeset viewer.