Commit 6d603949 authored by Linus Torvalds's avatar Linus Torvalds

Keyboard reset NAK does not imply that the keyboard

isn't there.
parent b27f136e
......@@ -366,7 +366,7 @@ static int atkbd_probe(struct atkbd *atkbd)
*/
if (atkbd_command(atkbd, NULL, ATKBD_CMD_RESET_DIS))
return -1;
printk(KERN_WARNING "atkbd.c: keyboard reset failed\n");
/*
* Next, we check if it's a keyboard. It should send 0xab83
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment