Originally Posted By: mlord
It still all looks normal.
Code:
Stalk: in=02 01 ff 00 == no button
Stalk: in=02 01 16 17 == 00000031
Stalk: out=02 01 16 17 == 00000031
..

Well, not quite normal, I suppose.
That sequence above is clearly the "KSource" button,
but for some reason it is being translated into 00000031
instead of the expected value of 00000011.

Is this a kernel you built yourself ??

-ml