diff options
-rw-r--r-- | drivers/hid/hid-roccat-koneplus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat-koneplus.c b/drivers/hid/hid-roccat-koneplus.c index d1c3a02109a8..df85ed8a3397 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, | |||
557 | struct koneplus_device *koneplus) | 557 | struct koneplus_device *koneplus) |
558 | { | 558 | { |
559 | int retval, i; | 559 | int retval, i; |
560 | static uint wait = 70; /* device will freeze with just 60 */ | 560 | static uint wait = 100; /* device will freeze with just 60 */ |
561 | 561 | ||
562 | mutex_init(&koneplus->koneplus_lock); | 562 | mutex_init(&koneplus->koneplus_lock); |
563 | 563 | ||