Re: Reading ati_remote keypresses in userland

From: Tony Howat
Date: Sat Oct 02 2004 - 16:20:07 EST


> The device on /dev/input/event0 says its name is PS/2 Generic Mouse
> The device on /dev/input/event1 says its name is AT Translated Set 2
> keyboard
> The device on /dev/input/event2 says its name is X10 Wireless
> Technology Inc USB Receiver
> evdev driver version is 1.0.0
>
> ...but there's no output turning up when I read from the file descriptor.

Problem solved. Turns out ati_remote was registered twice with input driver,
so the events were actually turning up on /dev/input/event3 rather that 2.
Odd.

Thanks to those who helped.

--
Tony

-
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/