Enumerations
enum Port
| Name | Value |
|---|---|
| kPort1 | 0 |
| kPort2 | 1 |
Defined at line 21 of file ../../src/ui/input/drivers/pc-ps2/controller.h
enum ModStatus
| Name | Value |
|---|---|
| kSet | 1 |
| kExists | 2 |
| kRollover | 3 |
Defined at line 66 of file ../../src/ui/input/drivers/pc-ps2/device.h
enum KeyStatus
| Name | Value |
|---|---|
| kKeyAdded | 1 |
| kKeyExists | 2 |
| kKeyRollover | 3 |
| kKeyRemoved | 4 |
| kKeyNotFound | 5 |
Defined at line 72 of file ../../src/ui/input/drivers/pc-ps2/device.h
Records
Variables
const std::optional<fuchsia_input::wire::Key>[128] kSet1UsageMap
Defined at line 18 of file ../../src/ui/input/drivers/pc-ps2/keymap.h
const Command kCmdReadCtl
Defined at line 27 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdWriteCtl
Defined at line 28 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdSelfTest
Defined at line 29 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdWriteAux
Defined at line 30 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdPort1Disable
Defined at line 32 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdPort1Enable
Defined at line 33 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdPort1Test
Defined at line 34 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdPort2Disable
Defined at line 36 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdPort2Enable
Defined at line 37 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdPort2Test
Defined at line 38 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdDeviceIdentify
Defined at line 41 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdDeviceScanDisable
Defined at line 42 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const Command kCmdDeviceScanEnable
Defined at line 43 of file ../../src/ui/input/drivers/pc-ps2/commands.h
const std::optional<fuchsia_input::wire::Key>[128] kSet1ExtendedUsageMap
Defined at line 113 of file ../../src/ui/input/drivers/pc-ps2/keymap.h