Hi Tero, On Mon, May 04, 2009 at 09:19:05PM +0300, Tero Saarni wrote: > Synaptics uses anisotropic coordinate system. On wide touchpads > vertical coordinate resolution can be twice as high as horizontal > leading to unequal sensitivity. Make x and y coordinate resolution > available so that differences can be compensated. > Thank you for the patch. > +#define ABS_RESX 0x26 > +#define ABS_RESY 0x27 This data is not part of dynamic state of the device but rather describes it's physical characteristics and as such should not be transmitted as input events. We should consider extending input_absinfo and making this data available via EVIOCGABS ioctl but we need to be careful with keeping compatibility with existing clients. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html