summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-buttons.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-02-24 22:41:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-24 22:41:46 +0000
commit76945f6290afc35fbb8f23ba907947396e7dd632 (patch)
treeec748eda777a39af662e574cd780b95c913c112d /packages/linux/ixp4xx-kernel/2.6.16/97-ds101-buttons.patch
parent98f3a297f2cbda11a6df717652c82521ddbb63ed (diff)
ixp4xx-kernel: Added support for DSM-G600, and updated to 2.6.16-rc4-git5
Diffstat (limited to 'packages/linux/ixp4xx-kernel/2.6.16/97-ds101-buttons.patch')
-rw-r--r--packages/linux/ixp4xx-kernel/2.6.16/97-ds101-buttons.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-buttons.patch b/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-buttons.patch
index b72c880259..09129ac56a 100644
--- a/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-buttons.patch
+++ b/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-buttons.patch
@@ -1,7 +1,7 @@
Index: linux-2.6.15/arch/arm/mach-ixp4xx/ds101-buttons.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.15/arch/arm/mach-ixp4xx/ds101-buttons.c 2006-02-16 20:04:47.000000000 +0100
++++ linux-2.6.15/arch/arm/mach-ixp4xx/ds101-buttons.c 2006-02-23 08:40:28.000000000 +0100
@@ -0,0 +1,117 @@
+/*
+ * arch/arm/mach-ixp4xx/ds101-buttons.c
@@ -47,7 +47,7 @@ Index: linux-2.6.15/arch/arm/mach-ixp4xx/ds101-buttons.c
+ if (powerb_irqcount > 1)
+ {
+ /* Make the power led flash */
-+ gpio_line_set(DS101_POWER_LED, DS101_GPIO_LOW);
++ gpio_line_set(DS101_POWER_LED, DS101_GPIO_HIGH);
+ ctrl_alt_del();
+ }
+ return IRQ_HANDLED;