From: Xiangfu Liu <xiangfu@qi-hardware.com>
To: "Hard- and Software Development, Kernel, Distribution,
Roadmap" <developer@lists.qi-hardware.com>
Cc: linux-input@vger.kernel.org
Subject: keyboard driver
Date: Mon, 14 Sep 2009 16:05:30 +0800 [thread overview]
Message-ID: <4AADF94A.3040800@qi-hardware.com> (raw)
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
reply other threads:[~2009-09-14 8:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AADF94A.3040800@qi-hardware.com \
--to=xiangfu@qi-hardware.com \
--cc=developer@lists.qi-hardware.com \
--cc=linux-input@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.