Loadus wrote: > I ran into an interesting problem. With a Logitech Dual Action gamepad in LEGO Star Wars The Complete Saga, doing anything other than moving around (jump, tag, action) with player 1 activates player 2. Is it assigning separate joystick to each character? Wine will see each joystick as 2 separate joysticks because it has 2 different joystick drivers. The easiest way to deal with this is "disable" one of the drivers by removing/making unaccessible it's device - /dev/js* or /dev/input/js* for joydev driver or /dev/input/event? (only one for the joystick) for evdev driver.