Home
last modified time | relevance | path

Searched refs:mouse (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.4.37.9/drivers/usb/
Dusbmouse.c60 struct usb_mouse *mouse = urb->context; in usb_mouse_irq() local
61 signed char *data = mouse->data; in usb_mouse_irq()
62 struct input_dev *dev = &mouse->dev; in usb_mouse_irq()
79 struct usb_mouse *mouse = dev->private; in usb_mouse_open() local
81 if (mouse->open++) in usb_mouse_open()
84 mouse->irq.dev = mouse->usbdev; in usb_mouse_open()
85 if (usb_submit_urb(&mouse->irq)) in usb_mouse_open()
93 struct usb_mouse *mouse = dev->private; in usb_mouse_close() local
95 if (!--mouse->open) in usb_mouse_close()
96 usb_unlink_urb(&mouse->irq); in usb_mouse_close()
[all …]
/linux-2.4.37.9/Documentation/input/
Dinput.txt44 events (keystrokes, mouse movements) to the input.o module.
49 various interfaces - keystrokes to the kernel, mouse movements via a
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.
172 Mousedev is also a hack to make programs that use mouse input work. It
174 (a la /dev/psaux) mouse device available to the userland. Ideally, the
188 Each 'mouse' device is assigned to a single mouse or digitizer, except the last
197 mouse and thus needs to be scaled accordingly. These values won't be used if
[all …]
Dinput-programming.txt157 device. A relative value may be for example a mouse movement in the X axis.
158 The mouse reports it as a relative difference from the last position,
Djoystick.txt327 The trackball should work with USB mousedev module as a normal mouse. See
328 the USB documentation for how to setup an USB mouse.
/linux-2.4.37.9/drivers/hil/
DConfig.in23 comment ' Serial IO support needed for HIL keyboard and mouse support'
39 comment ' Mouse input support needed for HIL mouse/pointer support'
/linux-2.4.37.9/Documentation/arm/
DNetwinder54 5 ISA PS/2 mouse
/linux-2.4.37.9/drivers/char/
DConfig.in203 dep_tristate ' Apple Desktop Bus mouse support (old driver)' CONFIG_ADBMOUSE $CONFIG_BUSMOUSE
206 # dep_bool ' MAXINE Access.Bus mouse (VSXXX-BB/GB) support' CONFIG_DTOP_MOUSE $CONFIG_ACCESSB…
212 bool ' PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE
213 tristate ' C&T 82C710 mouse port support (as on TI Travelmate)' CONFIG_82C710_MOUSE
410 dep_tristate 'HP OB600 C/CT Pop-up mouse support' CONFIG_OBMOUSE $CONFIG_INPUT_MOUSEDEV
/linux-2.4.37.9/Documentation/usb/
DCREDITS73 - Genius Germany donated a USB mouse to test the mouse boot
88 mouse.
Dproc_usb_info.txt311 an external hub connected to the root hub, and a mouse and
333 I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=mouse
354 I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=mouse
377 Level 2 | Dev# 3: mouse (1.5)| | Dev# 4: serial (12)|
387 |_ CN.0: Dev #3, mouse, 1.5 Mbps
Dhiddev.txt14 device interfaces (such as keyboard, mouse and joystick) and a
21 usb.c ---> hid.c ----> input.c ----> [keyboard/mouse/joystick/event]
Duhci.txt64 INT transfers (e.g. mouse driver) work fine, too.
/linux-2.4.37.9/Documentation/
Dsonypi.txt27 A simple daemon which translates the jogdial movements into mouse wheel events
104 forwarded to the input subsystem as mouse wheel
Ddevices.txt320 0 = /dev/logibm Logitech bus mouse
321 1 = /dev/psaux PS/2-style mouse port
322 2 = /dev/inportbm Microsoft Inport bus mouse
323 3 = /dev/atibm ATI XL bus mouse
324 4 = /dev/jbm J-mouse
325 4 = /dev/amigamouse Amiga mouse (68k/Amiga)
326 5 = /dev/atarimouse Atari mouse
327 6 = /dev/sunmouse Sun mouse
328 7 = /dev/amigamouse1 Second Amiga mouse
329 8 = /dev/smouse Simple serial mouse driver
[all …]
Dkernel-parameters.txt35 MOUSE Appropriate mouse support is enabled.
140 bmouse= [HW,MOUSE,PS2] Bus mouse.
Dkernel-docs.txt423 Keywords: mouse, driver, gpm.
429 Keywords: mouse, driver, gpm, races, asynchronous I/O.
Dspecialix.txt96 order. Moreover irq 12 is taken (e.g. by your PS/2 mouse).
/linux-2.4.37.9/arch/m68k/
Dconfig.in402 tristate 'Amiga mouse support' CONFIG_AMIGAMOUSE
408 tristate 'Atari mouse support' CONFIG_ATARIMOUSE
455 bool ' Support for mouse button 2+3 emulation' CONFIG_MAC_EMUMOUSEBTN
/linux-2.4.37.9/arch/sh/
Dconfig.in395 dep_tristate ' Maple Bus mouse support' CONFIG_MAPLE_MOUSE $CONFIG_INPUT
411 bool 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE
/linux-2.4.37.9/Documentation/m68k/
Dkernel-options.txt532 With this option, you can set the mouse movement reporting threshold.
533 This is the number of pixels of mouse movement that have to accumulate
534 before the IKBD sends a new mouse packet to the kernel. Higher values
535 reduce the mouse interrupt load and thus reduce the chance of keyboard
536 overruns. Lower values give a slightly faster mouse responses and
537 slightly better mouse tracking.
/linux-2.4.37.9/arch/sh64/
Dconfig.in249 bool 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE
/linux-2.4.37.9/arch/sparc/
Dconfig.in61 bool 'Support for PCI and PS/2 keyboard/mouse' CONFIG_PCI
/linux-2.4.37.9/arch/i386/boot/
Dsetup.S487 testb $0x04, %al # check if mouse installed
/linux-2.4.37.9/Documentation/filesystems/devfs/
DREADME695 /dev/mouse
697 Many disributions configure /dev/mouse to be the mouse device
700 you see /dev/mouse you're left wondering which mouse
701 is being referred to. Hence I recommend putting the actual mouse
/linux-2.4.37.9/arch/ppc/
Dconfig.in571 bool ' Support for mouse button 2+3 emulation' CONFIG_MAC_EMUMOUSEBTN
/linux-2.4.37.9/
DCREDITS1129 D: obmouse - rewrote Olivier Florent's Omnibook 600 "pop-up" mouse driver
1321 D: USB mouse maintainer
1907 D: Console-mouse-tracking patches
2248 D: PS/2 mouse driver writer etc.
2686 D: the gpm mouse server and kernel support for it

12