Go to the documentation of this file.
14 #define PS2_CMD_GETID 0x02f2
15 #define PS2_CMD_RESET_BAT 0x02ff
17 #define PS2_RET_BAT 0xaa
18 #define PS2_RET_ID 0x00
19 #define PS2_RET_ACK 0xfa
20 #define PS2_RET_NAK 0xfe
21 #define PS2_RET_ERR 0xfc
23 #define PS2_FLAG_ACK 1
24 #define PS2_FLAG_CMD 2
25 #define PS2_FLAG_CMD1 4
26 #define PS2_FLAG_WAITID 8
27 #define PS2_FLAG_NAK 16