git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
ps2kbd.c
diff --git
a/lunaix-os/hal/char/ps2kbd.c
b/lunaix-os/hal/char/ps2kbd.c
index 77568918fefa81669cec947f222dccae8b70ae2a..c86350bc190576158d3b615b63f948838e8dda25 100644
(file)
--- a/
lunaix-os/hal/char/ps2kbd.c
+++ b/
lunaix-os/hal/char/ps2kbd.c
@@
-576,7
+576,7
@@
ps2_issue_dev_cmd(char cmd, u16_t arg)
static struct device_def devrtc_i8042kbd = {
.name = "i8042 Keyboard",
static struct device_def devrtc_i8042kbd = {
.name = "i8042 Keyboard",
- .class = DEVCLASS(DEVIF_SOC, DEVFN_INPUT, DEV_
X86LEGACY, 0
),
+ .class = DEVCLASS(DEVIF_SOC, DEVFN_INPUT, DEV_
KBD
),
.init = ps2_kbd_init
};
EXPORT_DEVICE(i8042_kbd, &devrtc_i8042kbd, load_timerstage);
.init = ps2_kbd_init
};
EXPORT_DEVICE(i8042_kbd, &devrtc_i8042kbd, load_timerstage);