Removed the legacy #defines in device.h.
This commit is contained in:
@@ -394,7 +394,7 @@ static const device_config_t ps2_config[] = {
|
||||
const device_t mouse_ps2_device = {
|
||||
.name = "PS/2 Mouse",
|
||||
.internal_name = "ps2",
|
||||
.flags = DEVICE_PS2,
|
||||
.flags = DEVICE_PS2_KBC,
|
||||
.local = MOUSE_TYPE_PS2,
|
||||
.init = mouse_ps2_init,
|
||||
.close = ps2_close,
|
||||
|
||||
Reference in New Issue
Block a user