doc: update the ioctl list with missing ioctls
authorPeter Hutterer <peter.hutterer@who-t.net>
Sun, 7 May 2023 23:35:17 +0000 (09:35 +1000)
committerduna.oh <duna.oh@samsung.com>
Thu, 20 Feb 2025 01:53:05 +0000 (10:53 +0900)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h

index 6c6d7f7b0a0c8db53d90b915f9a329fd84af7316..142dac21985533b040975d8f646eb57b909769a4 100644 (file)
@@ -502,6 +502,10 @@ extern "C" {
  * <dd>currently not supported</dd>
  * <dt>EVIOCSKEYCODE:</dt>
  * <dd>currently not supported</dd>
+ * <dt>EVIOCGKEYCODE_V2:</dt>
+ * <dd>currently not supported</dd>
+ * <dt>EVIOCSKEYCODE_V2:</dt>
+ * <dd>currently not supported</dd>
  * <dt>EVIOCGNAME:</dt>
  * <dd>supported, see libevdev_get_name()</dd>
  * <dt>EVIOCGPHYS:</dt>
@@ -540,6 +544,10 @@ extern "C" {
  * <dt>EVIOCREVOKE:</dt>
  * <dd>currently not supported, see
  * http://lists.freedesktop.org/archives/input-tools/2014-January/000688.html</dd>
+ * <dt>EVIOCGMASK:</dt>
+ * <dd>currently not supported</dd>
+ * <dt>EVIOCSMASK:</dt>
+ * <dd>currently not supported</dd>
  * </dl>
  *
  */