Crate ps2

source ·
Expand description

Driver for the PS/2 interface, which supports legacy keyboard and mouse devices.

The init() function sets up the single system-wide PS2Controller, which can then be used to obtain a reference to a PS2Keyboard or PS2Mouse.

Structs

Enums

Functions

  • Initializes the PS/2 controller, and the first and second PS/2 ports (if they exist).