evdev: remove signed value checks
authorTiago Vignatti <tiago.vignatti@intel.com>
Thu, 10 Nov 2011 12:47:30 +0000 (14:47 +0200)
committerTiago Vignatti <tiago.vignatti@intel.com>
Fri, 18 Nov 2011 11:44:17 +0000 (13:44 +0200)
commit8755ff9de7eab74876da4cdf6da6414ec98bfa8e
tree54eb784592e7411552976e72b4b23d99575393f2
parenta3cdf59cee41af3d555efab577061804ad28ac9d
evdev: remove signed value checks

Very likely that 2.4 kernels won't be used with Wayland compositor so the
check for signal value is pretty much useless.

It's okay to change e->value inside evdev_process_absolute_motion_touchpad
given it's not used later on, and I also rather not touch this snip because it
will be changed when multi-touch support arrives.

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
compositor/evdev.c