Opened 4 months ago

Last modified 3 months ago

#880 new enhancement

PS/2 mouse driver should detect start of data packet

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone: 0.15.1
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 (2)

comment:1 by Jiri Svoboda, 3 months ago

Milestone: 0.14.2

comment:2 by Jiri Svoboda, 3 months ago

Milestone: 0.14.20.15.1

Milestone renamed

Note: See TracTickets for help on using tickets.