Lines Matching refs:input
4 $Id: input.txt,v 1.5 2001/06/06 11:05:33 vojtech Exp $
32 This is a collection of drivers that is designed to support all input
37 The center of the input drivers is the input.o 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.o module.
48 These modules get events from input.o and pass them where needed via
58 input.o
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
160 Keybdev is currently a rather ugly hack that translates the input events
167 keyboard.c would itself be an event handler. This is done in the input
172 Mousedev is also a hack to make programs that use mouse input work. It
177 Mousedev devices in /dev/input (as shown above) are:
211 any joystick is connected, it can be accessed in /dev/input on:
223 Evdev is the generic input event interface. It passes the events generated
232 The devices are in /dev/input:
244 http://www.suse.cz/development/input/
254 Send "subscribe linux-input" to subscribe to it.
261 Doing a cat /dev/input/mouse0 (c, 13, 32) will verify that a mouse is also
268 input driver homepage (see the URL above).
278 /dev/input/eventX devices, and you'll always get a whole number of input
290 release. More types are defined in include/linux/input.h.
293 list is in include/linux/input.h.