Home | History | Annotate | Download | only in input

Lines Matching full:code

27 <p>Input device configuration files (<code>.idc</code> files) contain device-specific
38 <p>For example, if an input device supports the <code>EV_REL</code> event type and codes
39 <code>REL_X</code> and <code>REL_Y</code> as well as the <code>EV_KEY</code> event type and <code>BTN_MOUSE</code>,
46 touch screens and touch pads both support the <code>EV_ABS</code> event type and codes
47 <code>ABS_MT_POSITION_X</code> and <code>ABS_MT_POSITION_Y</code> at a minimum. However, the intended
57 <li><code>/system/usr/idc/Vendor_XXXX_Product_XXXX_Version_XXXX.idc</code></li>
58 <li><code>/system/usr/idc/Vendor_XXXX_Product_XXXX.idc</code></li>
59 <li><code>/system/usr/idc/DEVICE_NAME.idc</code></li>
60 <li><code>/data/system/devices/idc/Vendor_XXXX_Product_XXXX_Version_XXXX.idc</code></li>
61 <li><code>/data/system/devices/idc/Vendor_XXXX_Product_XXXX.idc</code></li>
62 <li><code>/data/system/devices/idc/DEVICE_NAME.idc</code></li>
70 <p>Property assignments each consist of a property name, an <code>=</code>, a property value,
72 <pre><code>property = value
73 </code></pre>
78 They must not contain whitespace or the reserved characters <code>\</code> or <code>"</code>.</p>
82 <pre><code># A comment!
83 </code></pre>
86 <pre><code># This is an example of an input device configuration file.
100 </code></pre>
105 <h4 id="deviceinternal"><code>device.internal</code></h4>
106 <p><em>Definition:</em> <code>device.internal</code> = <code>0</code> | <code>1</code></p>
111 <p>If the value is <code>0</code>, the device is external.</p>
114 <p>If the value is <code>1</code>, the device is internal.</p>
117 <p>If the value is not specified, the default value is <code>0</code> for all devices on the
118 USB (BUS_USB) or Bluetooth (BUS_BLUETOOTH) bus, <code>1</code> otherwise.</p>
130 <p>It is important to ensure that the value of the <code>device.internal</code> property is set