evdev: restore pointing stick const accel property parsing
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 20 Jul 2015 23:33:47 +0000 (09:33 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 21 Jul 2015 01:08:50 +0000 (11:08 +1000)
commitc096bedd8b21864b5ce27403a628c519ad00e148
tree4a8e793d5a2ee883b1d4c6b066de51c57ecc25c1
parentd109a00cbf5ce5ced6d9cdaeca74c121e66cfd31
evdev: restore pointing stick const accel property parsing

Regression introduced in 8302860.

Reading the DPI before evdev_configure_device makes it lose on the trackpoint
flag, causing libinput to ignore the POINTINGSTICK_CONST_ACCEL property.

8302860 moved it up so we can init accel based on the DPI, this patch simply
moves istart t before the acceleration is initialized.

https://bugs.freedesktop.org/show_bug.cgi?id=91369

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev.c