Home | History | Annotate | Download | only in input

Lines Matching full:code

19 <p>Input device configuration files (<code>.idc</code> files) contain device-specific
30 <p>For example, if an input device supports the <code>EV_REL</code> event type and codes
31 <code>REL_X</code> and <code>REL_Y</code> as well as the <code>EV_KEY</code> event type and <code>BTN_MOUSE</code>,
38 touch screens and touch pads both support the <code>EV_ABS</code> event type and codes
39 <code>ABS_MT_POSITION_X</code> and <code>ABS_MT_POSITION_Y</code> at a minimum. However, the intended
49 <li><code>/system/usr/idc/Vendor_XXXX_Product_XXXX_Version_XXXX.idc</code></li>
50 <li><code>/system/usr/idc/Vendor_XXXX_Product_XXXX.idc</code></li>
51 <li><code>/system/usr/idc/DEVICE_NAME.idc</code></li>
52 <li><code>/data/system/devices/idc/Vendor_XXXX_Product_XXXX_Version_XXXX.idc</code></li>
53 <li><code>/data/system/devices/idc/Vendor_XXXX_Product_XXXX.idc</code></li>
54 <li><code>/data/system/devices/idc/DEVICE_NAME.idc</code></li>
62 <p>Property assignments each consist of a property name, an <code>=</code>, a property value,
64 <pre><code>property = value
65 </code></pre>
70 They must not contain whitespace or the reserved characters <code>\</code> or <code>"</code>.</p>
74 <pre><code># A comment!
75 </code></pre>
78 <pre><code># This is an example of an input device configuration file.
92 </code></pre>
97 <h4 id="deviceinternal"><code>device.internal</code></h4>
98 <p><em>Definition:</em> <code>device.internal</code> = <code>0</code> | <code>1</code></p>
103 <p>If the value is <code>0</code>, the device is external.</p>
106 <p>If the value is <code>1</code>, the device is internal.</p>
109 <p>If the value is not specified, the default value is <code>0</code> for all devices on the
110 USB (BUS_USB) or Bluetooth (BUS_BLUETOOTH) bus, <code>1</code> otherwise.</p>
122 <p>It is important to ensure that the value of the <code>device.internal</code> property is set