* [PATCH 6/8] HID: roccat: Increased waiting time for Kone[+] to prevent occasional freezes
@ 2011-01-30 12:38 Stefan Achatz
0 siblings, 0 replies; only message in thread
From: Stefan Achatz @ 2011-01-30 12:38 UTC (permalink / raw)
To: Randy Dunlap, Jiri Kosina, Stefan Achatz, Mauro Carvalho Chehab,
Hans Verkuil, Greg Kroah-Hartman, Andrew Morton, Thomas Weber,
linux-doc, linux-kernel, linux-input
On newer kernels the device freezes occasionally on initialization with just
70msec between reads. Increased this value to safe 100msec.
Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
---
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 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);
--
1.7.3.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-30 12:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-30 12:38 [PATCH 6/8] HID: roccat: Increased waiting time for Kone[+] to prevent occasional freezes Stefan Achatz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox