diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-10-29 23:27:10 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2009-10-29 23:27:10 +0100 |
commit | bbe9ae502bf711a30197ddf26dd91bc91f4cf421 (patch) | |
tree | 20ce7efb1b0bfba6b417c4557b951c3c7bbd6aaf /recipes/linux/linux-2.6.31/collie/0011-fix-collie-keyboard-bug.patch | |
parent | f410685d5fd63a1360b127fbf519e1baf4500bc6 (diff) |
add collie patches for 2.6.31 kernel
moved the at91 from SRC_URI to SRC_URI_append_machine for the other two
machines that use this kernel. Patches conflict otherwise.
Diffstat (limited to 'recipes/linux/linux-2.6.31/collie/0011-fix-collie-keyboard-bug.patch')
-rw-r--r-- | recipes/linux/linux-2.6.31/collie/0011-fix-collie-keyboard-bug.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.31/collie/0011-fix-collie-keyboard-bug.patch b/recipes/linux/linux-2.6.31/collie/0011-fix-collie-keyboard-bug.patch new file mode 100644 index 0000000000..283314c383 --- /dev/null +++ b/recipes/linux/linux-2.6.31/collie/0011-fix-collie-keyboard-bug.patch @@ -0,0 +1,24 @@ +From cd73a608d2af290824e6bd0690777a8115467da0 Mon Sep 17 00:00:00 2001 +From: Thomas Kunze <thommycheck@gmx.de> +Date: Mon, 20 Oct 2008 17:40:32 +0200 +Subject: [PATCH 11/15] fix collie keyboard bug + +--- + drivers/input/keyboard/locomokbd.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/drivers/input/keyboard/locomokbd.c b/drivers/input/keyboard/locomokbd.c +index 9caed30..79e19bf 100644 +--- a/drivers/input/keyboard/locomokbd.c ++++ b/drivers/input/keyboard/locomokbd.c +@@ -265,6 +265,7 @@ static int __devinit locomokbd_probe(struct locomo_dev *dev) + for (i = 0; i < LOCOMOKBD_NUMKEYS; i++) + set_bit(locomokbd->keycode[i], input_dev->keybit); + clear_bit(0, input_dev->keybit); ++ locomo_writel(0, locomokbd->base + LOCOMO_KSC); + + /* attempt to get the interrupt */ + err = request_irq(dev->irq[0], locomokbd_interrupt, 0, "locomokbd", locomokbd); +-- +1.6.0.4 + |