diff options
Diffstat (limited to 'packages/linux/linux-ezx-2.6.21/patches/e680-emu.patch')
-rw-r--r-- | packages/linux/linux-ezx-2.6.21/patches/e680-emu.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/patches/e680-emu.patch b/packages/linux/linux-ezx-2.6.21/patches/e680-emu.patch deleted file mode 100644 index 3645aef040..0000000000 --- a/packages/linux/linux-ezx-2.6.21/patches/e680-emu.patch +++ /dev/null @@ -1,38 +0,0 @@ -Index: linux-2.6.21/arch/arm/mach-pxa/ezx-e680.c -=================================================================== ---- linux-2.6.21.orig/arch/arm/mach-pxa/ezx-e680.c 2007-09-06 00:47:32.000000000 -0300 -+++ linux-2.6.21/arch/arm/mach-pxa/ezx-e680.c 2007-09-06 00:48:06.000000000 -0300 -@@ -214,8 +214,33 @@ - }, - }; - -+/* EMU */ -+static struct resource e680_emu_resources[] = { -+ [0] = { -+ .start = EZX_IRQ_USB4V, -+ .end = EZX_IRQ_USB4V, -+ .flags = IORESOURCE_IRQ, -+ }, -+ [1] = { -+ .start = EZX_IRQ_USB1V, -+ .end = EZX_IRQ_USB1V, -+ .flags = IORESOURCE_IRQ, -+ }, -+}; -+ -+struct platform_device e680_emu_device = { -+ .name = "ezx-emu", -+ .id = -1, -+ .dev = { -+ .parent = &e680_pcap_device.dev, -+ }, -+ .num_resources = ARRAY_SIZE(e680_emu_resources), -+ .resource = e680_emu_resources, -+}; -+ - static struct platform_device *devices[] __initdata = { - &e680_pcap_device, -+ &e680_emu_device, - }; - - static void __init e680_init(void) |