mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 08:00:09 +01:00
doc: update the ioctl list with missing ioctls
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f201583026
commit
1cc8c6d491
1 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue