RE: [PATCH] TWL4030 keyboard driver enhancements

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2008-02-05 at 21:21 +0530, ext Girish wrote:
> 
> >Did the patch solve your problem? 

> Sorry for late reply. Well, I tried with that change but still I
> find some suppurious keys coming in. Find the following log, this
> might give a clear picture.
> 
> omap_twl4030keypad omap_twl4030keypad: Spurious key event 6-2
> omap_twl4030keypad omap_twl4030keypad: Spurious key event 6-3
> omap_twl4030keypad omap_twl4030keypad: Spurious key event 6-4

Strange, but as you have .col = 6, it must mean that you fall
in this case:
> >>         if (col == 0xFF)
> >>                 return (1 << n_cols);

But why could row-lines 2,3 and 4 (and only?) all be activated 
at the same time? From the log the driver even got the same data
from T2 twice (ie this data):

	R#  col data
	0   0000 0000
	1   0000 0000
	2   1111 1111
	3   1111 1111
	4   1111 1111

You haven't experienced problems without this patch? I would
expect spurious pressing of all the keys on row's 2-4:

        KEY(2, 0, KEY_ENTER),
        KEY(2, 1, KEY_I),
        KEY(2, 2, KEY_J),
        KEY(2, 3, KEY_K),
        KEY(2, 4, KEY_3),
        KEY(3, 0, KEY_M),
        KEY(3, 1, KEY_N),
        KEY(3, 2, KEY_O),
        KEY(3, 3, KEY_P),
        KEY(3, 4, KEY_Q),
        KEY(4, 0, KEY_R),
        KEY(4, 1, KEY_4),
        KEY(4, 2, KEY_T),
        KEY(4, 3, KEY_U),
        KEY(4, 4, KEY_D),
        KEY(5, 0, KEY_V),
        KEY(5, 1, KEY_W),
        KEY(5, 2, KEY_L),
        KEY(5, 3, KEY_S),
        KEY(5, 4, KEY_H),


I will prepare a new patch without the non-matrix key support, then
we can take it from there.

BR, Klaus



> >>         else
> >> -               return col;
> >> +               return col & ((1 << n_cols) - 1);
> >> 
> >> BR, Klaus
> >> 
> >> 
> >> > Regards,
> >> > Girish
> >> > 
> >
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux