]> git.ipfire.org Git - thirdparty/systemd.git/commit
keymap: Fix scan codes > 0x7FFFFFFF
authorMartin Pitt <martinpitt@gnome.org>
Wed, 10 Oct 2012 16:56:01 +0000 (18:56 +0200)
committerMartin Pitt <martinpitt@gnome.org>
Wed, 10 Oct 2012 16:56:01 +0000 (18:56 +0200)
commitb1f87c76b18af61f2b8949a62a3e0ad7bf471d53
tree31df896728179c7c2afa91372552aaf0a32b6cc7
parent1dac8b797ce5404759c2b105c8d2292b22727d2e
keymap: Fix scan codes > 0x7FFFFFFF

According to Linux drivers/input/evdev.c, scan codes are unsigned, not int nor
uint32_t.

Thanks to Dejan Tosovic <dejan@post.com> for reporting this!
src/udev/keymap/keymap.c