Re: [PATCH] doc: specify that ABS_MT_SLOT must have a minimum of 0
From: Henrik Rydberg <hidden>
Date: 2013-06-13 19:48:04
From: Henrik Rydberg <hidden>
Date: 2013-06-13 19:48:04
On Wed, Jun 12, 2013 at 10:51:56AM +0200, Benjamin Tissoires wrote:
On Fri, May 31, 2013 at 8:29 AM, Peter Hutterer [off-list ref] wrote:quoted
This is effectively already in force through input_mt_init_slots, and uinput too ignores the actual minimum. Since slots are a kernel-genenerated axis only, non-zero minimums make little sense and are likely to cause errors. Better to treat a non-zero minimum as kernel bug if it ever happens. Signed-off-by: Peter Hutterer <redacted>Acked-by: Benjamin Tissoires <redacted>
Applied, thanks Peter and Benjamin. Henrik