[][src]Crate ps2

This crate provides comprehensive low-level access to the PS/2 controller and PS/2 devices. It uses a poll-based approach with a timeout to read and write data to the IO ports.

Modules

error
flags

Structs

Controller

The PS/2 controller.

Keyboard

A PS/2 keyboard.

Mouse

A PS/2 mouse.

Enums

KeyboardType

PS/2 Keyboard device type.

MouseType

PS/2 Mouse device type.