evdev: Drop obsolete accelerometer reject rule
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 16 Dec 2013 23:37:16 +0000 (15:37 -0800)
committerJonas Ådahl <jadahl@gmail.com>
Sat, 21 Dec 2013 11:51:52 +0000 (12:51 +0100)
commit83f3319f181e4d0c3afab88b3f58b6125165d9dd
tree39a46221bd67523fec6cf9fbe786c222f7048bd4
parent6eebf356535ed0f98e0b06fc8100175d599342d6
evdev: Drop obsolete accelerometer reject rule

This rule triggers for devices with an ABS_X/Y evaluators and no
keyboard or multitouch events.  There is no way we would ever add such
a device as a pointer, keyboard or touch device anyway.  A pointer
device requires has_button (in which case the !has_key condtion would
fail); a keyboard device would also mean !has_key is false and a touch
screen device implies that !device->is_mt is false.
src/evdev.c