kbd_attach
if (kbd_attach(kbd)) {
error = kbd_attach(*kbd);
int kbd_attach(keyboard_t *kbd);
if ((error = kbd_attach(kbd)) != 0) {