Opened 4 hours ago

#880 new enhancement

PS/2 mouse driver should detect start of data packet

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone:
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

In PS/2 mouse data packets the first byte always has bit 3 set to 1.
(See https://wiki.osdev.org/PS/2_Mouse)

This allows a driver to synchronize on packet boundary. HelenOS driver does not do this, but it really really should.

Change History (0)

Note: See TracTickets for help on using tickets.