Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253824
b: refs/heads/master
c: cca23d0
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Dmitry Torokhov committed Jun 18, 2011
1 parent 9499c30 commit 377a0bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b27af563befa95686c8d1abc491408aa6b9a31dc
refs/heads/master: cca23d0b5350c9ca0473625c3f5879422ba534a6
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/sh_keysc.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static const struct {
[SH_KEYSC_MODE_3] = { 2, 4, 7 },
[SH_KEYSC_MODE_4] = { 3, 6, 6 },
[SH_KEYSC_MODE_5] = { 4, 6, 7 },
[SH_KEYSC_MODE_6] = { 5, 7, 7 },
[SH_KEYSC_MODE_6] = { 5, 8, 8 },
};

struct sh_keysc_priv {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/input/sh_keysc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __SH_KEYSC_H__
#define __SH_KEYSC_H__

#define SH_KEYSC_MAXKEYS 49
#define SH_KEYSC_MAXKEYS 64

struct sh_keysc_info {
enum { SH_KEYSC_MODE_1, SH_KEYSC_MODE_2, SH_KEYSC_MODE_3,
Expand Down

0 comments on commit 377a0bb

Please sign in to comment.