Module: wine Branch: master Commit: 6bb2c4cdede6266557424f45814de13c09c888ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=6bb2c4cdede6266557424f4581...
Author: Bruno Jesus 00cpxxx@gmail.com Date: Wed Jan 25 16:28:57 2017 -0200
dinput: Skip events that are not useful currently.
Signed-off-by: Bruno Jesus 00cpxxx@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/joystick_linuxinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dinput/joystick_linuxinput.c b/dlls/dinput/joystick_linuxinput.c index 911700b..44d72fc 100644 --- a/dlls/dinput/joystick_linuxinput.c +++ b/dlls/dinput/joystick_linuxinput.c @@ -902,7 +902,7 @@ static void joy_polldev(LPDIRECTINPUTDEVICE8A iface) break; #endif default: - FIXME("joystick cannot handle type %d event (code %d)\n",ie.type,ie.code); + TRACE("skipping event\n"); break; } if (inst_id >= 0)