diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-09-10 13:59:35 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-09-10 13:59:35 +0000 |
commit | 80d6d6cc021aad512e6f1bb6fb04325e3268504a (patch) | |
tree | bc10776eca240a2679b2cdc300645dc9dad39db9 /packages/linux/linux-ezx-2.6.21/patches/a1200-ts.patch | |
parent | 75a5118ed6a5b1e47ca4cc919a0d7024bce0bb2a (diff) | |
parent | 42f75b6ec3c0c9367e39fe927cbbdfa256cc28af (diff) |
merge of '6e9b78a5c703daeb1a1bbbe92e36290093562200'
and '92292c95570e7e9726cb59c43fba57b359eba5c2'
Diffstat (limited to 'packages/linux/linux-ezx-2.6.21/patches/a1200-ts.patch')
-rwxr-xr-x | packages/linux/linux-ezx-2.6.21/patches/a1200-ts.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/patches/a1200-ts.patch b/packages/linux/linux-ezx-2.6.21/patches/a1200-ts.patch index bcac76d16c..a8c8f2ee29 100755 --- a/packages/linux/linux-ezx-2.6.21/patches/a1200-ts.patch +++ b/packages/linux/linux-ezx-2.6.21/patches/a1200-ts.patch @@ -1,16 +1,16 @@ Index: linux-2.6.21/arch/arm/mach-pxa/ezx-a1200.c =================================================================== ---- linux-2.6.21.orig/arch/arm/mach-pxa/ezx-a1200.c 2007-06-28 22:54:35.000000000 -0300 -+++ linux-2.6.21/arch/arm/mach-pxa/ezx-a1200.c 2007-06-28 22:55:00.000000000 -0300 -@@ -173,8 +173,33 @@ +--- linux-2.6.21.orig/arch/arm/mach-pxa/ezx-a1200.c 2007-09-07 11:54:52.000000000 -0300 ++++ linux-2.6.21/arch/arm/mach-pxa/ezx-a1200.c 2007-09-07 11:55:10.000000000 -0300 +@@ -203,8 +203,33 @@ }, }; +/* PCAP_TS */ +struct resource pcap_ts_resources[] = { + [0] = { -+ .start = EZX_IRQ_ADCDONE2, -+ .end = EZX_IRQ_ADCDONE2, ++ .start = EZX_IRQ_ADCDONE, ++ .end = EZX_IRQ_ADCDONE, + .flags = IORESOURCE_IRQ, + }, + [1] = { |