ADC and battery fixes * Fix concurrent battery readings * Add missing kfree in batter...
[openwrt/openwrt.git] / target / linux / xburst / patches-2.6.36 / 022-qi_lb60-Fix-gpio-for-the-6th-row-of-the-keyboard-ma.patch
1 From 27fb706c8283068c0e112973e785fedb3f0a3276 Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Wed, 13 Oct 2010 01:18:31 +0200
4 Subject: [PATCH] qi_lb60: Fix gpio for the 6th row of the keyboard matrix
5
6 ---
7 arch/mips/jz4740/board-qi_lb60.c | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10 --- a/arch/mips/jz4740/board-qi_lb60.c
11 +++ b/arch/mips/jz4740/board-qi_lb60.c
12 @@ -236,7 +236,7 @@ static const unsigned int qi_lb60_keypad
13 QI_LB60_GPIO_KEYIN(3),
14 QI_LB60_GPIO_KEYIN(4),
15 QI_LB60_GPIO_KEYIN(5),
16 - QI_LB60_GPIO_KEYIN(7),
17 + QI_LB60_GPIO_KEYIN(6),
18 QI_LB60_GPIO_KEYIN8,
19 };
20