Changeset 4114
- Timestamp:
- 02/26/08 08:53:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/src/target/kernel/2.6.24.x/patches/gta01-inputdevice.patch
r4090 r4114 40 40 --- /dev/null 41 41 +++ linux-2.6.24/drivers/input/keyboard/neo1973kbd.c 42 @@ -0,0 +1,23 9@@42 @@ -0,0 +1,235 @@ 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>70 69 + 71 70 +struct neo1973kbd { … … 202 201 + goto out_aux; 203 202 + } 204 +205 + if (machine_is_neo1973_gta01())206 + enable_irq_wake(irq_aux);207 203 + 208 204 + if (request_irq(irq_hold, neo1973kbd_hold_irq, IRQF_DISABLED |
Note: See TracChangeset
for help on using the changeset viewer.
