From: Marko Macek Date: Sun, 30 Jul 2006 08:55:12 +0000 (-0700) Subject: USB: ati_remote.c: autorepeat fix X-Git-Tag: v2.6.18-rc4~66^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168ffc444663e34a20e6d04b6c31e5d495b283fb;p=pandora-kernel.git USB: ati_remote.c: autorepeat fix When HZ is set to 250 (new default) or 100, the time span during which repeated events from the device are ignored could be too small due to ms->jiffies rounding. This causes the auto repeat to kick in early making it impossible for the user to generate individual press/release events. Increate the timeout to compensate. Signed-off-by: Marko Macek Cc: Dmitry Torokhov Cc: Vojtech Pavlik Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed