Lines Matching refs:and

8   This program is free software; you can redistribute it and/or modify it
43 These modules talk to the hardware (for example via USB), and provide
48 These modules get events from input and pass them where needed via
50 simulated PS/2 interface to GPM and X and so on.
54 For the most usual configuration, with one USB mouse and one USB keyboard,
65 After this, the USB keyboard will work straight away, and the USB mouse
77 After that you have to point GPM (the textmode mouse cut&paste tool) and
90 When you do all of the above, you can use your USB mouse and keyboard.
102 usbhid is the largest and most complex driver of the whole suite. It
103 handles all HID devices, and because there is a very wide variety of them,
104 and because the USB HID specification isn't simple, it needs to be this big.
107 keyboards, trackballs and digitizers.
110 LCDs and many other purposes.
112 The monitor and speaker controls should be easy to add to the hid/input
113 interface, but for the UPSs and LCDs it doesn't make much sense. For this,
118 detects everything automatically and when a HID device is inserted, it
123 of hid-core.c and send me the syslog traces.
127 For embedded systems, for mice with broken HID descriptors and just any
142 This is a driver for Wacom Graphire and Intuos tablets. Not for Wacom
143 PenPartner, that one is handled by the HID driver. Although the Intuos and
144 Graphire tablets claim that they are HID tablets as well, they are not and
149 A driver for I-Force joysticks and wheels, both over USB and RS232.
151 Corp. considers the protocol a trade secret and won't disclose a word
156 Event handlers distribute the events from the devices to userland and
163 x86), and passes them into the handle_scancode function of the
175 work. It takes events from either mice or digitizers/tablets and makes
193 mice and digitizers, and even if none are connected, the device is
200 via a virtual PS/2 mouse and thus needs to be scaled
205 program reading the data wishes. You can set GPM and X to any of
207 mouse and ExplorerPS/2 if you want to use extra (up to 5) buttons.
211 Joydev implements v0.x and v1.x Linux joystick api, much like
232 This should be the way for GPM and X to get keyboard and mouse
234 kernel support. The event codes are the same on all architectures and
250 a USB keyboard works and is correctly connected to the kernel keyboard
269 You can use blocking and nonblocking reads, also select() on the
270 /dev/input/eventX devices, and you'll always get a whole number of input
289 release, 1 for keypress and 2 for autorepeat.