Is there a way to disable a gamepad within wine? When running a dinput application with "WINEDEBUG=+dinput" it seems that wine is using the "Wine Linux-input joystick driver" to find my gamepad as /dev/input/event7, and then later it appears that the "Wine Linux joystick driver" is finding my gamepad as /dev/input/js0, making my actions doubled in dinput applications. Thanks!