Re: [PATCH] Synaptics TouchPad driver for 2.5.70

James Simmons (jsimmons@infradead.org)
Mon, 16 Jun 2003 22:28:58 +0100 (BST)


> > > Definitely. Still it doesn't cover the multi-tap/gesture stuff.
> >
> > How about EV_AREA
> > codes = "which area" 1, 2, 3
> > value = "How big of a area"
> >
> > struct input_event {
> > struct timeval time;
> > __u16 type; EV_AREA
> > __u16 code; AREA_1
> > __s32 value; 20
> > };
>
> Nice, but no devices are reporting such detailed info. If you have a
> multi-finger tap, then the area reported is the area between the
> fingers.

:-(

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