chiark / gitweb /
input_id: Recognize buttonless joystick types
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 10 Mar 2014 07:54:22 +0000 (08:54 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 10 Mar 2014 07:54:22 +0000 (08:54 +0100)
commit2658624399b22a9c4a345a22c69886dc9417f801
tree33f8457cf0c05e27e2493cf5b98e7816a27fd9d4
parent7abaad1ab099b077ebd6452b14ef351483831245
input_id: Recognize buttonless joystick types

Input devices like rudders or pedals are joystick-like; they don't have
buttons, but axes like RX, THROTTLE, or RUDDER. These don't interfere with
other device types with absolute axes (touch screens, touchpads, and
accelerometers), so it's fairly safe to mark them as ID_INPUT_JOYSTICK and thus
hand out dynamic ACLs to the user.

https://bugs.freedesktop.org/show_bug.cgi?id=70734
src/udev/udev-builtin-input_id.c