evdev-touchpad: Iterate over the touchpad spec table correctly
authorRob Bradford <rob@linux.intel.com>
Tue, 9 Oct 2012 17:44:32 +0000 (18:44 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:31 +0000 (17:51 +0100)
commit28833e880f5d269cbc9bb06a6f5764ac34cc11f5
tree8c3a1563124e1a8a7c77f24615ce94e11a7f84e2
parent7e10eff8f3e7855bc63279c52e1f8074767b209d
evdev-touchpad: Iterate over the touchpad spec table correctly

The original code would overrun since the calculation of the range did not
take into consideration the size of the entries in the table.

Cc:Jonas Ådahl <jadahl@gmail.com>
Signed-off-by: Rob Bradford <rob@linux.intel.com>
src/evdev-touchpad.c