Re: Linux input event extending tool exist?

From: Eric Lammerts
Date: Wed Dec 15 2004 - 23:43:13 EST


Vojtech Pavlik wrote:
You can use evtest (attached). It's often found in the joystick RPMs.
It's also in the linuxconsole.sf.net CVS repository. On recent kernels
it'll show the scancodes as well as the generated keycodes.

Vojtech, are you aware that this doesn't work well with 32-bit apps on x86-64 kernels? The ioctls don't work (no compat definitions), and struct input_event is 24 bytes instead of 16.

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/