]> git.ipfire.org Git - thirdparty/systemd.git/commit
input_id: Identify scroll-wheel device on Trust TB7300 tablet as keyboard
authorHans de Goede <hdegoede@redhat.com>
Mon, 13 Apr 2015 09:15:01 +0000 (11:15 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 13 Apr 2015 23:51:41 +0000 (09:51 +1000)
commit37186823f3868612e0cbfdc65b2562ccbda61ada
tree2ad99eefe369accc49a9a2c18b2c6d44e18e8265
parent941a2aca3d92deed5bde85d744eb1d25ceba3ba2
input_id: Identify scroll-wheel device on Trust TB7300 tablet as keyboard

The Trust TB7300 (relabelled Waltop?) tablet has a scrollwheel which shows
up as a /dev/input/event# node all by itself. Currently input_id does not
set any ID_INPUT_FOO attr on this causing it it to not be recognized by
Xorg / libinput.

This commit fixes this by marking it with ID_INPUT_KEY.

Reported-by: Sjoerd Timmer <themba@randomdata.nl>
src/udev/udev-builtin-input_id.c