mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-05-17 03:03:57 +00:00
xone: fixed rumble.
This commit is contained in:
@@ -201,6 +201,7 @@ static int gip_gamepad_init_input(struct gip_gamepad *gamepad)
|
||||
}
|
||||
|
||||
spin_lock_init(&gamepad->rumble.lock);
|
||||
gamepad->rumble.last = jiffies;
|
||||
timer_setup(&gamepad->rumble.timer, gip_gamepad_send_rumble, 0);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user