diff options
Diffstat (limited to 'packages/linux/linux-ezx-2.6.24/patches/a1200-ts.patch')
-rw-r--r-- | packages/linux/linux-ezx-2.6.24/patches/a1200-ts.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/packages/linux/linux-ezx-2.6.24/patches/a1200-ts.patch b/packages/linux/linux-ezx-2.6.24/patches/a1200-ts.patch deleted file mode 100644 index 66409d12b0..0000000000 --- a/packages/linux/linux-ezx-2.6.24/patches/a1200-ts.patch +++ /dev/null @@ -1,39 +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:35.000000000 -0200 -+++ linux-2.6.23/arch/arm/mach-pxa/ezx-a1200.c 2007-11-24 20:12:42.000000000 -0200 -@@ -252,9 +252,34 @@ - }; - - -+/* PCAP_TS */ -+struct resource pcap_ts_resources[] = { -+ [0] = { -+ .start = EZX_IRQ_ADCDONE, -+ .end = EZX_IRQ_ADCDONE, -+ .flags = IORESOURCE_IRQ, -+ }, -+ [1] = { -+ .start = EZX_IRQ_TS, -+ .end = EZX_IRQ_TS, -+ .flags = IORESOURCE_IRQ, -+ } -+}; -+ -+struct platform_device pcap_ts_device = { -+ .name = "pcap-ts", -+ .id = -1, -+ .dev = { -+ .parent = &a1200_pcap_device.dev, -+ }, -+ .num_resources = ARRAY_SIZE(pcap_ts_resources), -+ .resource = pcap_ts_resources, -+}; -+ - static struct platform_device *devices[] __initdata = { - &a1200_pcap_device, - &a1200_eoc_device, -+ &pcap_ts_device, - }; - - static void __init a1200_init(void) |