Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 432762e2 authored by Stefan Achatz's avatar Stefan Achatz Committed by Jiri Kosina
Browse files

HID: roccat: Increase waiting time for Kone[+] to prevent occasional freezes



On newer kernels the device freezes occasionally on initialization with just
70msec between reads. Increased this value to safe 100msec.

Signed-off-by: default avatarStefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0e70f97f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ static int koneplus_init_koneplus_device_struct(struct usb_device *usb_dev,
		struct koneplus_device *koneplus)
{
	int retval, i;
	static uint wait = 70; /* device will freeze with just 60 */
	static uint wait = 100; /* device will freeze with just 60 */

	mutex_init(&koneplus->koneplus_lock);