From bbe9ae502bf711a30197ddf26dd91bc91f4cf421 Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Thu, 29 Oct 2009 23:27:10 +0100 Subject: 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. --- .../collie/0011-fix-collie-keyboard-bug.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/linux/linux-2.6.31/collie/0011-fix-collie-keyboard-bug.patch (limited to 'recipes/linux/linux-2.6.31/collie/0011-fix-collie-keyboard-bug.patch') 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 +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 + -- cgit v1.2.3