On Tue, 20 Mar 2007 12:01:11 -0500, Chris Browning <[EMAIL PROTECTED]> wrote:

> input_report_rel(dev, REL_X, (signed char) mouseX);
> input_report_rel(dev, REL_Y, (signed char) mouseY);
> 
> and the probe function reports EV_REL and REL_X | REL_Y.

> http://browning.homelinux.com/airflo.c.txt

I see you call input_sync. Hmm. Try to post to the input developers'
list (I think it's something like linux-input@atrey.karlin.mff.cuni.cz).
The USB list may not be the best place.

-- Pete

P.S. find evdev at sourceforge and look at events you generate.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to