Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191873
b: refs/heads/master
c: cb8f3c7
h: refs/heads/master
i:
  191871: e8a77f4
v: v3
  • Loading branch information
Eric Miao committed May 11, 2010
1 parent 454e77f commit f07d16c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 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: cb432b358dced89bd2af86b3f783a0a99e489421
refs/heads/master: cb8f3c7dea960c27fcc66830cdaab82b13f1b597
12 changes: 12 additions & 0 deletions trunk/arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,18 @@ config TOSA_BT
This is a simple driver that is able to control
the state of built in bluetooth chip on tosa.

config TOSA_USE_EXT_KEYCODES
bool "Tosa keyboard: use extended keycodes"
depends on MACH_TOSA
default n
help
Say Y here to enable the tosa keyboard driver to generate extended
(>= 127) keycodes. Be aware, that they can't be correctly interpreted
by either console keyboard driver or by Kdrive keybd driver.

Say Y only if you know, what you are doing!


config PXA_HAVE_BOARD_IRQS
bool

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/include/mach/tosa.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@

#define TOSA_KEY_SYNC KEY_102ND /* ??? */

#ifndef CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES
#ifndef CONFIG_TOSA_USE_EXT_KEYCODES
#define TOSA_KEY_RECORD KEY_YEN
#define TOSA_KEY_ADDRESSBOOK KEY_KATAKANA
#define TOSA_KEY_CANCEL KEY_ESC
Expand Down
10 changes: 0 additions & 10 deletions trunk/drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -426,16 +426,6 @@ config KEYBOARD_TOSA
To compile this driver as a module, choose M here: the
module will be called tosakbd.

config KEYBOARD_TOSA_USE_EXT_KEYCODES
bool "Tosa keyboard: use extended keycodes"
depends on KEYBOARD_TOSA
help
Say Y here to enable the tosa keyboard driver to generate extended
(>= 127) keycodes. Be aware, that they can't be correctly interpreted
by either console keyboard driver or by Kdrive keybd driver.

Say Y only if you know, what you are doing!

config KEYBOARD_XTKBD
tristate "XT keyboard"
select SERIO
Expand Down

0 comments on commit f07d16c

Please sign in to comment.