mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 04:18:07 +02:00
protocol: correct false references to interface_version
This is the handshake_version request/event, not the ei_connection.interface_version.
This commit is contained in:
parent
798b0966de
commit
712e9513c6
1 changed files with 3 additions and 3 deletions
|
|
@ -37,12 +37,12 @@
|
|||
ei_handshake.connection event.
|
||||
|
||||
The ei_handshake version is 1 until:
|
||||
- the EIS implementation sends the interface_version event with
|
||||
- the EIS implementation sends the handshake_version event with
|
||||
a version other than 1, and, in response,
|
||||
- the client sends the interface_version request with a
|
||||
- the client sends the handshake_version request with a
|
||||
version equal or lower to the EIS implementation version.
|
||||
|
||||
The EIS implementation must send the interface_version event immediately
|
||||
The EIS implementation must send the handshake_version event immediately
|
||||
once the physical connection has been established.
|
||||
|
||||
Once the ei_connection.connection event has been sent the handshake
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue