From bb58d1d90bb65bae453bb506d3f65865025d8ae0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 8 May 2023 09:35:17 +1000 Subject: [PATCH] doc: update the ioctl list with missing ioctls Signed-off-by: Peter Hutterer --- libevdev/libevdev.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index 6c6d7f7..142dac2 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -502,6 +502,10 @@ extern "C" { *
currently not supported
*
EVIOCSKEYCODE:
*
currently not supported
+ *
EVIOCGKEYCODE_V2:
+ *
currently not supported
+ *
EVIOCSKEYCODE_V2:
+ *
currently not supported
*
EVIOCGNAME:
*
supported, see libevdev_get_name()
*
EVIOCGPHYS:
@@ -540,6 +544,10 @@ extern "C" { *
EVIOCREVOKE:
*
currently not supported, see * http://lists.freedesktop.org/archives/input-tools/2014-January/000688.html
+ *
EVIOCGMASK:
+ *
currently not supported
+ *
EVIOCSMASK:
+ *
currently not supported
* * */ -- 2.34.1