projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a989ff8
)
MIPS: jz4740: qi_lb60: Fix gpio for the 6th row of the keyboard matrix
author
Lars-Peter Clausen
<
[email protected]
>
Thu, 4 Nov 2010 22:25:56 +0000
(23:25 +0100)
committer
Ralf Baechle
<
[email protected]
>
Thu, 16 Dec 2010 18:10:53 +0000
(18:10 +0000)
This patch fixes the gpio number for the 6th row of the keyboard matrix.
(And fixes a typo in my name...)
Signed-off-by: Lars-Peter Clausen <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Signed-off-by: https://patchwork.linux-mips.org/patch/1754/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/jz4740/board-qi_lb60.c
patch
|
blob
|
history
diff --git
a/arch/mips/jz4740/board-qi_lb60.c
b/arch/mips/jz4740/board-qi_lb60.c
index 5742bb4d78f4db6aefa966b443dee7e095a2cfc5..5c0a3575877cce27c171d2d9a676dd8cf8073a7a 100644
(file)
--- a/
arch/mips/jz4740/board-qi_lb60.c
+++ b/
arch/mips/jz4740/board-qi_lb60.c
@@
-5,7
+5,7
@@
*
* Copyright (c) 2009 Qi Hardware inc.,
* Author: Xiangfu Liu <
[email protected]
>
- * Copyright 2010, Lars-Pet
r
er Clausen <
[email protected]
>
+ * Copyright 2010, Lars-Peter Clausen <
[email protected]
>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 or later
@@
-235,7
+235,7
@@
static const unsigned int qi_lb60_keypad_rows[] = {
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,
};