Lines Matching full:drivers
35 The Linux kernel provides drivers for many standard peripherals,
37 must often provide custom drivers for embedded devices that are
39 <p>The input device drivers are responsible for translating device-specific
60 <p>Input device drivers frequently configure the behavior of the input
135 stack rely on the device drivers to make sense of what is going on.</p>
144 <p>The Android Framework relies on the Linux kernel HID drivers to
153 kernel input drivers are responsible for translating physical
170 kernel input drivers are responsible for translating HID usages
181 kernel input drivers report switch state changes as <code>EV_SW</code> events.</p>
241 <li><a href="http://www.kernel.org/doc/Documentation/input/input.txt">Linux input drivers</a></li>