Lines Matching refs:input
31 This is a collection of drivers that is designed to support all input
32 devices under Linux. While it is currently used only on for USB input
34 most of the existing input system, which is why it lives in
35 drivers/input/ instead of drivers/usb/.
37 The centre of the input drivers is the input module, which must be
38 loaded before any other of the input modules - it serves as a way of
44 events (keystrokes, mouse movements) to the input module.
48 These modules get events from input and pass them where needed via
58 input
74 mkdir input
75 mknod input/mice c 13 63
80 gpm -t ps2 -m /dev/input/mice
86 Device "/dev/input/mice"
112 The monitor and speaker controls should be easy to add to the hid/input
161 keybdev is currently a rather ugly hack that translates the input
170 the input patch, available on the webpage mentioned below.
174 mousedev is also a hack to make programs that use mouse input
180 Mousedev devices in /dev/input (as shown above) are:
214 soon as any joystick is connected, it can be accessed in /dev/input
227 evdev is the generic input event interface. It passes the events
237 The devices are in /dev/input:
253 Doing a "cat /dev/input/mouse0" (c, 13, 32) will verify that a mouse
257 available in the joystick package (see Documentation/input/joystick.txt).
270 /dev/input/eventX devices, and you'll always get a whole number of input
282 release. More types are defined in include/linux/input.h.
285 list is in include/linux/input.h.