Removed the legacy #defines in device.h.
This commit is contained in:
@@ -2216,7 +2216,7 @@ static const device_config_t keyboard_at_config[] = {
|
||||
const device_t keyboard_at_generic_device = {
|
||||
.name = "Standard AT or PS/2 Keyboard",
|
||||
.internal_name = "ps2",
|
||||
.flags = DEVICE_PS2,
|
||||
.flags = DEVICE_PS2_KBC,
|
||||
.local = 0,
|
||||
.init = keyboard_at_init,
|
||||
.close = keyboard_at_close,
|
||||
|
||||
Reference in New Issue
Block a user