PC87309: Swap keyboard and mouse to their correct logical devices.

This commit is contained in:
Miran Grča
2025-05-25 20:16:51 +02:00
committed by GitHub
parent d67788331e
commit e277fb894b

View File

@@ -58,8 +58,8 @@ enum {
LD_UART2,
LD_UART1,
LD_PM,
LD_KBD,
LD_MOUSE
LD_MOUSE,
LD_KBD
} pc87309_ld_t;
#define LD_MIN LD_FDC