David Herrmann wrote:

/**
* @INMAP_CAP_ACCELEROMETER
* Accelerometer interface
*
* Accelerometer devices report linear acceleration data as ABS_X/Y/Z
* and rotational acceleration as ABS_RX/Y/Z.
*
* @TODO this collides with ABS_X/Y of absolute pointing devices
*       introduce ABS_ACCELX/Y/Z
*/

If actual position is called "ABS_X" and the first derivative is called "REL_X", then it does not make sense for the second derivative to be called "ABS" again. The events should be called ACCEL_X or REL_REL_X or REL2_X.
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to