1<!-- HTML header for doxygen 1.8.8--> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <!-- For Mobile Devices --> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 9 <meta name="generator" content="Doxygen 1.9.6"/> 10 <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> 11 <title>libevdev: evdev ioctls</title> 12 <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> 13 <script type="text/javascript" src="dynsections.js"></script> 14 <link href="search/search.css" rel="stylesheet" type="text/css"/> 15<script type="text/javascript" src="search/searchdata.js"></script> 16<script type="text/javascript" src="search/search.js"></script> 17 <link href="doxygen.css" rel="stylesheet" type="text/css" /> 18 <link href="bootstrap.css" rel="stylesheet" type="text/css"/> 19<link href="customdoxygen.css" rel="stylesheet" type="text/css"/> 20<link href="libevdevdoxygen.css" rel="stylesheet" type="text/css"/> 21 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> 22 <script type="text/javascript" src="doxy-boot.js"></script> 23 </head> 24 <body> 25 <nav class="navbar navbar-default" role="navigation"> 26 <div class="container"> 27 <div class="navbar-header"> 28 <a class="navbar-brand">libevdev 1.13.1</a> 29 </div> 30 </div> 31 </nav> 32 <div id="top"><!-- do not remove this div, it is closed by doxygen! --> 33 <div class="content" id="content"> 34 <div class="container"> 35 <div class="row"> 36 <div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;"> 37 <div style="margin-bottom: 15px;"> 38<!-- end header part --> 39<!-- Generated by Doxygen 1.9.6 --> 40<script type="text/javascript"> 41/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ 42var searchBox = new SearchBox("searchBox", "search/",'.html'); 43/* @license-end */ 44</script> 45<script type="text/javascript" src="menudata.js"></script> 46<script type="text/javascript" src="menu.js"></script> 47<script type="text/javascript"> 48/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ 49$(function() { 50 initMenu('',true,false,'search.php','Search'); 51 $(document).ready(function() { init_search(); }); 52}); 53/* @license-end */ 54</script> 55<div id="main-nav"></div> 56<!-- window showing the filter options --> 57<div id="MSearchSelectWindow" 58 onmouseover="return searchBox.OnSearchSelectShow()" 59 onmouseout="return searchBox.OnSearchSelectHide()" 60 onkeydown="return searchBox.OnSearchSelectKey(event)"> 61</div> 62 63<!-- iframe showing the search results (closed by default) --> 64<div id="MSearchResultsWindow"> 65<div id="MSearchResults"> 66<div class="SRPage"> 67<div id="SRIndex"> 68<div id="SRResults"></div> 69<div class="SRStatus" id="Loading">Loading...</div> 70<div class="SRStatus" id="Searching">Searching...</div> 71<div class="SRStatus" id="NoMatches">No Matches</div> 72</div> 73</div> 74</div> 75</div> 76 77</div><!-- top --> 78<div><div class="header"> 79 <div class="headertitle"><div class="title">evdev ioctls </div></div> 80</div><!--header--> 81<div class="contents"> 82<div class="textblock"><p>This page lists the status of the evdev-specific ioctls in libevdev.</p> 83<dl> 84<dt>EVIOCGVERSION: </dt> 85<dd>supported, see <a class="el" href="group__bits.html#ga31e9e7a99215a03bcdc339b53e1be2fa">libevdev_get_driver_version()</a> </dd> 86<dt>EVIOCGID: </dt> 87<dd>supported, see <a class="el" href="group__bits.html#ga1dc66cfef646878d58be72f8902a6bac">libevdev_get_id_product()</a>, <a class="el" href="group__bits.html#ga08891c3285da5b8d26769c9a34f063f3">libevdev_get_id_vendor()</a>, <a class="el" href="group__bits.html#ga9bf55d416401642bad0c435735682308">libevdev_get_id_bustype()</a>, <a class="el" href="group__bits.html#ga75a07d0c96dfe09d2194c104c429d0ae">libevdev_get_id_version()</a> </dd> 88<dt>EVIOCGREP: </dt> 89<dd>supported, see <a class="el" href="group__bits.html#ga6259f4c6bdba950329ff9cd48c2ef8a3" title="Behaviour of this function is undefined if the device does not provide the event.">libevdev_get_event_value()</a>) </dd> 90<dt>EVIOCSREP: </dt> 91<dd>supported, see <a class="el" href="group__kernel.html#ga51cfda33fd526549046399aadd764fca" title="Forcibly enable an event code on this device, even if the underlying device does not support it.">libevdev_enable_event_code()</a> </dd> 92<dt>EVIOCGKEYCODE: </dt> 93<dd>currently not supported </dd> 94<dt>EVIOCGKEYCODE: </dt> 95<dd>currently not supported </dd> 96<dt>EVIOCSKEYCODE: </dt> 97<dd>currently not supported </dd> 98<dt>EVIOCSKEYCODE: </dt> 99<dd>currently not supported </dd> 100<dt>EVIOCGNAME: </dt> 101<dd>supported, see <a class="el" href="group__bits.html#ga94d6d9259ccfbb89e683270ba0534808" title="Retrieve the device's name, either as set by the caller or as read from the kernel.">libevdev_get_name()</a> </dd> 102<dt>EVIOCGPHYS: </dt> 103<dd>supported, see <a class="el" href="group__bits.html#ga3f96ca249a293aa12a7a1703f6bbee86" title="Retrieve the device's physical location, either as set by the caller or as read from the kernel.">libevdev_get_phys()</a> </dd> 104<dt>EVIOCGUNIQ: </dt> 105<dd>supported, see <a class="el" href="group__bits.html#ga431af41e8a73ec664d50f956167db965" title="Retrieve the device's unique identifier, either as set by the caller or as read from the kernel.">libevdev_get_uniq()</a> </dd> 106<dt>EVIOCGPROP: </dt> 107<dd>supported, see <a class="el" href="group__bits.html#ga36d529ea53f4522004bc7d16c051464b">libevdev_has_property()</a> </dd> 108<dt>EVIOCGMTSLOTS: </dt> 109<dd>supported, see <a class="el" href="group__mt.html#gaf272526f0a59d2f61ef7389046cd4088" title="Get the number of slots supported by this device.">libevdev_get_num_slots()</a>, <a class="el" href="group__mt.html#ga8c6303391cb4f90b2d46763cf4eb8bc8" title="Return the current value of the code for the given slot.">libevdev_get_slot_value()</a> </dd> 110<dt>EVIOCGKEY: </dt> 111<dd>supported, see <a class="el" href="group__bits.html#gab2ab9dad417f33daa79fa0c3d682df0b">libevdev_has_event_code()</a>, <a class="el" href="group__bits.html#ga6259f4c6bdba950329ff9cd48c2ef8a3" title="Behaviour of this function is undefined if the device does not provide the event.">libevdev_get_event_value()</a> </dd> 112<dt>EVIOCGLED: </dt> 113<dd>supported, see <a class="el" href="group__bits.html#gab2ab9dad417f33daa79fa0c3d682df0b">libevdev_has_event_code()</a>, <a class="el" href="group__bits.html#ga6259f4c6bdba950329ff9cd48c2ef8a3" title="Behaviour of this function is undefined if the device does not provide the event.">libevdev_get_event_value()</a> </dd> 114<dt>EVIOCGSND: </dt> 115<dd>currently not supported </dd> 116<dt>EVIOCGSW: </dt> 117<dd>supported, see <a class="el" href="group__bits.html#gab2ab9dad417f33daa79fa0c3d682df0b">libevdev_has_event_code()</a>, <a class="el" href="group__bits.html#ga6259f4c6bdba950329ff9cd48c2ef8a3" title="Behaviour of this function is undefined if the device does not provide the event.">libevdev_get_event_value()</a> </dd> 118<dt>EVIOCGBIT: </dt> 119<dd>supported, see <a class="el" href="group__bits.html#gab2ab9dad417f33daa79fa0c3d682df0b">libevdev_has_event_code()</a>, <a class="el" href="group__bits.html#ga6259f4c6bdba950329ff9cd48c2ef8a3" title="Behaviour of this function is undefined if the device does not provide the event.">libevdev_get_event_value()</a> </dd> 120<dt>EVIOCGABS: </dt> 121<dd>supported, see <a class="el" href="group__bits.html#gab2ab9dad417f33daa79fa0c3d682df0b">libevdev_has_event_code()</a>, <a class="el" href="group__bits.html#ga6259f4c6bdba950329ff9cd48c2ef8a3" title="Behaviour of this function is undefined if the device does not provide the event.">libevdev_get_event_value()</a>, <a class="el" href="group__bits.html#gab6393c2d73997b052471a03c8fb05fec" title="Get the axis info for the given axis, as advertised by the kernel.">libevdev_get_abs_info()</a> </dd> 122<dt>EVIOCSABS: </dt> 123<dd>supported, see <a class="el" href="group__kernel.html#ga41c0321b93349d0ddd1f1c007ccf7de9" title="Set the device's EV_ABS axis to the value defined in the abs parameter.">libevdev_kernel_set_abs_info()</a> </dd> 124<dt>EVIOCSFF: </dt> 125<dd>currently not supported </dd> 126<dt>EVIOCRMFF: </dt> 127<dd>currently not supported </dd> 128<dt>EVIOCGEFFECTS: </dt> 129<dd>currently not supported </dd> 130<dt>EVIOCGRAB: </dt> 131<dd>supported, see <a class="el" href="group__init.html#ga5d434af74fee20f273db568e2cbbd13f" title="Grab or ungrab the device through a kernel EVIOCGRAB.">libevdev_grab()</a> </dd> 132<dt>EVIOCSCLOCKID: </dt> 133<dd>supported, see <a class="el" href="group__kernel.html#ga2925b6fbf8c7991ff2164424b840b82d" title="Set the clock ID to be used for timestamps.">libevdev_set_clock_id()</a> </dd> 134<dt>EVIOCREVOKE: </dt> 135<dd>currently not supported, see <a href="http://lists.freedesktop.org/archives/input-tools/2014-January/000688.html">http://lists.freedesktop.org/archives/input-tools/2014-January/000688.html</a> </dd> 136</dl> 137</div></div><!-- contents --> 138</div><!-- PageDoc --> 139<!-- HTML footer for doxygen 1.8.8--> 140<!-- start footer part --> 141</div> 142</div> 143</div> 144</div> 145</div> 146<hr class="footer"/><address class="footer"><small> 147Generated by  <a href="http://www.doxygen.org/index.html"> 148<img class="footer" src="doxygen.png" alt="doxygen"/> 149</a> 1.9.6 150</small></address> 151</body> 152</html> 153