--- linux-2.5.33/drivers/input/keyboard/atkbd.c 2002-08-31 15:05:31.000000000 -0700 +++ linux/drivers/input/keyboard/atkbd.c 2002-09-09 06:29:04.000000000 -0700 @@ -359,13 +359,13 @@ #endif /* - * Next we check we can set LEDs on the keyboard. This should work on every - * keyboard out there. It also turns the LEDs off, which we want anyway. + * Turn off LEDs. This command fails on at least a BTC 7932M USB keyboard + * connected to an Iwill VD133 motherboard that is configured to emulate + * a PS/2 keyboard via USB. */ param[0] = 0; - if (atkbd_command(atkbd, param, ATKBD_CMD_SETLEDS)) - return -1; + atkbd_command(atkbd, param, ATKBD_CMD_SETLEDS); /* * Then we check the keyboard ID. We should get 0xab83 under normal conditions.