Signed-off-by: Peter Stokes --- linux-2.6.24-orig/drivers/input/input.c 2008-01-24 22:58:37.000000000 +0000 +++ linux-2.6.24/drivers/input/input.c 2008-02-11 20:02:03.000000000 +0000 @@ -123,6 +123,7 @@ static void input_start_autorepeat(struct input_dev *dev, int code) { if (test_bit(EV_REP, dev->evbit) && + code < KEY_MIN_INTERESTING && dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && dev->timer.data) { dev->repeat_key = code;