On 03/21/2007 01:00:08 AM, Pete Zaitcev wrote:
> 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
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 s