Changeset 4119
- Timestamp:
- 02/27/08 05:18:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch
r4114 r4119 40 40 --- /dev/null 41 41 +++ linux-2.6.24/drivers/input/keyboard/neo1973kbd.c 42 @@ -0,0 +1,2 35@@42 @@ -0,0 +1,243 @@ 43 43 +/* 44 44 + * Keyboard driver for FIC Neo1973 GSM phone … … 67 67 +#include <asm/hardware.h> 68 68 +#include <asm/arch/gta01.h> 69 +#include <asm/mach-types.h> 69 70 + 70 71 +struct neo1973kbd { … … 201 202 + goto out_aux; 202 203 + } 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); 203 211 + 204 212 + if (request_irq(irq_hold, neo1973kbd_hold_irq, IRQF_DISABLED |
Note: See TracChangeset
for help on using the changeset viewer.
