* keyboard driver
@ 2009-09-14 8:05 Xiangfu Liu
0 siblings, 0 replies; only message in thread
From: Xiangfu Liu @ 2009-09-14 8:05 UTC (permalink / raw)
To: Hard- and Software Development, Kernel, Distribution, Roadmap; +Cc: linux-input
Hi
some problem need fix in keyboard driver
like:
a w u
| | |
| s j
| | |
Shift Alt Ctrl
press = output
1. [Shift] + [w] = W
2. [Shift] + [u] = U
3. a = a
-----------
1. [Shift] + [a] = a
2. a = A
3. a = a
-----------
so problem is: if the keys and modifier in same column it's will not
correct generate the keys at the first time.
any one have some idea on this?
[1] is the diff. [2] is the keypad picture.
seems if I want make the [Fn] keys work
I must look into the driver code. because there is only [SHIFT]
[CONTROL] [ALTGR] three modifier keys.
[1] http://projects.qi-hardware.com/index.php/p/openwrt-xburst/source/commit/1035dea0049c584b82d60643d0c4f56881e97866/
[2] http://downloads.qi-hardware.com/hardware/mechanical/ben/2009_08_26/keyboard_problem_2.JPG
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-14 8:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-14 8:05 keyboard driver Xiangfu Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.