aboutsummaryrefslogtreecommitdiff
path: root/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard.c')
-rw-r--r--keyboard.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboard.c b/keyboard.c
index cd8dde5..bb4cc5d 100644
--- a/keyboard.c
+++ b/keyboard.c
@@ -40,14 +40,3 @@ keyb(struct context *c)
break;
}
}
-
-void
-register_keyb(struct context *c)
-{
- struct device *d = &c->dev[++c->ndev];
-
- d->id = 0x30cf7406;
- d->version = 0x1;
- d->manu = 0;
- d->cb = keyb;
-}