diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-29 23:49:00 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-29 23:49:00 +0100 |
commit | 7b598436b84f159ac911bf08f9a6fba075fb0032 (patch) | |
tree | 8215c0f6c7dbb9cf8ffc32039228cf675eae0f2a /packages/linux/linux-ezx-2.6.24/patches/a1200-flip.patch | |
parent | 5b9a8a22452253c0bdf267cd68e456772601ff31 (diff) |
linux-ezx all: remove unmaintained kernels
Diffstat (limited to 'packages/linux/linux-ezx-2.6.24/patches/a1200-flip.patch')
-rw-r--r-- | packages/linux/linux-ezx-2.6.24/patches/a1200-flip.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/packages/linux/linux-ezx-2.6.24/patches/a1200-flip.patch b/packages/linux/linux-ezx-2.6.24/patches/a1200-flip.patch deleted file mode 100644 index cc36d36c51..0000000000 --- a/packages/linux/linux-ezx-2.6.24/patches/a1200-flip.patch +++ /dev/null @@ -1,47 +0,0 @@ -Index: linux-2.6.23/arch/arm/mach-pxa/ezx-a1200.c -=================================================================== ---- linux-2.6.23.orig/arch/arm/mach-pxa/ezx-a1200.c 2007-11-24 20:12:42.000000000 -0200 -+++ linux-2.6.23/arch/arm/mach-pxa/ezx-a1200.c 2007-11-24 20:12:50.000000000 -0200 -@@ -16,6 +16,7 @@ - #include <linux/mmc/host.h> - #include <linux/irq.h> - #include <linux/input.h> -+#include <linux/gpio_keys.h> - - #include <asm/mach-types.h> - #include <asm/mach/arch.h> -@@ -275,11 +276,34 @@ - .num_resources = ARRAY_SIZE(pcap_ts_resources), - .resource = pcap_ts_resources, - }; -+/* Flip */ -+#undef GPIO_FLIP_PIN -+#define GPIO_FLIP_PIN 15 /* FIXME */ -+static struct gpio_keys_button a1200flip_buttons[] = { -+ [0] = { -+ .code = KEY_SLEEP, -+ .gpio = GPIO_FLIP_PIN, -+ .desc = "A1200 flip", -+ }, -+}; -+ -+static struct gpio_keys_platform_data a1200flip_platform_data = { -+ .buttons = a1200flip_buttons, -+ .nbuttons = 1, -+}; -+static struct platform_device a1200flip_device = { -+ .name = "gpio-keys", -+ .id = -1, -+ .dev = { -+ .platform_data = &a1200flip_platform_data, -+ }, -+}; - - static struct platform_device *devices[] __initdata = { - &a1200_pcap_device, - &a1200_eoc_device, - &pcap_ts_device, -+ &a1200flip_device, - }; - - static void __init a1200_init(void) |