evdev: Avoid unintended case drop through
authorRob Bradford <rob@linux.intel.com>
Tue, 9 Oct 2012 17:44:31 +0000 (18:44 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 10 Oct 2012 02:50:42 +0000 (22:50 -0400)
commit4b997e45e71d27bbe79ecc641ee3e6f1794ba446
treed123149ea3e432004cec09e0d9a2d19278aba49d
parent592c07a6b9b0fa0caedc9fc67dec8ff0027399f4
evdev: Avoid unintended case drop through

e->code is in the same range for ABS_ and for REL_. As the code currently
stands and for the current values in Linux's input.h there is no risk of a
problem. However just in case it would be wise to break after evaluating the
relative events.

Signed-off-by: Rob Bradford <rob@linux.intel.com>
src/evdev.c