Opened 19 months ago

Last modified 11 days ago

#880 new enhancement

PS/2 mouse driver should detect start of data packet

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone: 0.17.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 (4)

comment:1 by Jiri Svoboda, 18 months ago

Milestone: → 0.14.2

comment:2 by Jiri Svoboda, 18 months ago

Milestone: 0.14.2 → 0.15.1

Milestone renamed

comment:3 by Jiri Svoboda, 7 months ago

Milestone: 0.15.1 → 0.16.1

Milestone renamed

comment:4 by Jiri Svoboda, 11 days ago

Milestone: 0.16.1 → 0.17.1
Note: See TracTickets for help on using tickets.