linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Ben_Nanonote keyboard driver bug
@ 2009-09-18  7:43 Xiangfu Liu
  2009-09-23  6:37 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Xiangfu Liu @ 2009-09-18  7:43 UTC (permalink / raw)
  To: Hard- and Software Development, Kernel, Distribution, Roadmap; +Cc: linux-input

Hi 

with Dmitry's help, our keyboard is work.

we use the matrix_keypad.c driver. I found a problem.
for example. the keypad is like this: (part of keypad)  
GPIO    GPIO    GPIO
|       |       |  
a_______w_______u_____GPIO
|	|	|
|_______s_______j_____GPIO
|	|	|
Shift___Alt_____Ctrl__GPIO

first time press [Shift] + [a] it's output [a] not the [A]
second time press [Shift] + [a] it's output [A]. correct.
then all work fine.  but when I release the [Shift]. and press [a]
it's will also output big [A]. but if the midifier and character not 
in same column GPIO. it will work fine. 

other modifier all like this. same GPIO will cause problem.

I should look into the matrix_keypad.c to fix this, right?

Best Regards
-- 
Xiangfu Liu
Email: xiangfu at qi-hardware dot com
Web: http://www.qi-hardware.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-23  7:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-18  7:43 Ben_Nanonote keyboard driver bug Xiangfu Liu
2009-09-23  6:37 ` Dmitry Torokhov
2009-09-23  7:13   ` Xiangfu Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).