From 349ec5b790cabe3d06843e42bf80401dea53df7a Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 19 May 2023 18:41:38 -0700 Subject: [PATCH] doc/protcol: Change references of `ei_device.keymap` to `ei_keyboard` --- proto/protocol.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/protocol.xml b/proto/protocol.xml index e7fd5a8..7bafa7c 100644 --- a/proto/protocol.xml +++ b/proto/protocol.xml @@ -1258,7 +1258,7 @@ Generate a key event on this keyboard. If the device has an - ei_device.keymap, the key code corresponds to that keymap. + ei_keyboard.keymap, the key code corresponds to that keymap. The key codes must match the defines in linux/input-event-codes.h. @@ -1346,7 +1346,7 @@ This event does not reqire an ei_device.frame and should be processed immediately by the client. - This event is only sent for devices with an ei_device.keymap. + This event is only sent for devices with an ei_keyboard.keymap.