From: Charles D. <cd...@mv...> - 2001-07-12 22:22:01
|
On Wed, Jul 11, 2001 at 12:06:00PM -0700, lin...@li... wrote: > I believe my driver is calling the input_report_abs with the correct > values, but I am not 100% sure. Is there a utility which will > report the values the input architecture or X is receiving from a > device? Absolutely! Compile and install the evbug module to see the values the input architecture reports (in your system logs), or xev to track X events (assuming that you're capable of getting the pointer within the xev window). |