From 6144179d612a4b1e127f30db8f2817c6e5f6712b Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 13 Oct 2010 01:55:44 +0000 Subject: Add 2.6.36 patches SVN-Revision: 23421 --- ...Fix-gpio-for-the-6th-row-of-the-keyboard-ma.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/xburst/patches-2.6.36/022-qi_lb60-Fix-gpio-for-the-6th-row-of-the-keyboard-ma.patch (limited to 'target/linux/xburst/patches-2.6.36/022-qi_lb60-Fix-gpio-for-the-6th-row-of-the-keyboard-ma.patch') diff --git a/target/linux/xburst/patches-2.6.36/022-qi_lb60-Fix-gpio-for-the-6th-row-of-the-keyboard-ma.patch b/target/linux/xburst/patches-2.6.36/022-qi_lb60-Fix-gpio-for-the-6th-row-of-the-keyboard-ma.patch new file mode 100644 index 0000000000..40af9ba3af --- /dev/null +++ b/target/linux/xburst/patches-2.6.36/022-qi_lb60-Fix-gpio-for-the-6th-row-of-the-keyboard-ma.patch @@ -0,0 +1,20 @@ +From 27fb706c8283068c0e112973e785fedb3f0a3276 Mon Sep 17 00:00:00 2001 +From: Lars-Peter Clausen +Date: Wed, 13 Oct 2010 01:18:31 +0200 +Subject: [PATCH] qi_lb60: Fix gpio for the 6th row of the keyboard matrix + +--- + arch/mips/jz4740/board-qi_lb60.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +--- a/arch/mips/jz4740/board-qi_lb60.c ++++ b/arch/mips/jz4740/board-qi_lb60.c +@@ -236,7 +236,7 @@ static const unsigned int qi_lb60_keypad + QI_LB60_GPIO_KEYIN(3), + QI_LB60_GPIO_KEYIN(4), + QI_LB60_GPIO_KEYIN(5), +- QI_LB60_GPIO_KEYIN(7), ++ QI_LB60_GPIO_KEYIN(6), + QI_LB60_GPIO_KEYIN8, + }; + -- cgit v1.2.3