Evdev: Don't call keygroup::set_position in invalid thread
commit83d72721ac6785ce7d33a2aef8beacf5f5fd3237
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sat, 14 Jan 2012 14:25:12 +0000 (14 16:25 +0200)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sat, 14 Jan 2012 14:25:12 +0000 (14 16:25 +0200)
treef0cc2d5e1370712a3ba38567bcccd4f0370dc06c
parentee36c81adc218005536d0c19254dd2460cccd951
Evdev: Don't call keygroup::set_position in invalid thread

keygroup:::set_position is only supposed to be called in emulation
thread, not in joystick thread. Change it to platform::queue, which
can be safely be called in any thread.
src/plat-evdev/joystick.cpp