diff mbox

[6/8] HID: roccat: Increased waiting time for Kone[+] to prevent occasional freezes

Message ID 1296391106.2283.185.camel@neuromancer (mailing list archive)
State Accepted
Commit 432762e28b8146d0feff61cc8063b26c517acf26
Headers show

Commit Message

Stefan Achatz Jan. 30, 2011, 12:38 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/hid/hid-roccat-koneplus.c b/drivers/hid/hid-roccat-koneplus.c
index 29a42b4..7367e4e 100644
--- a/drivers/hid/hid-roccat-koneplus.c
+++ b/drivers/hid/hid-roccat-koneplus.c
@@ -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);