Go to the documentation of this file.
9 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
10 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
11 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
15 #define ADB_KEYBOARD 2
22 #define ADB_RET_TIMEOUT 3
28 #define ERROR_PACKET 2
29 #define TIMER_PACKET 3
30 #define POWER_PACKET 4
31 #define MACIIC_PACKET 5
41 #define ADB_QUERY_GETDEVINFO 1