| /drivers/input/mouse/ |
| A D | vsxxxaa.c | 116 memmove(mouse->buf, mouse->buf + num, BUFLEN - num); in vsxxxaa_drop_bytes() 125 mouse->name, mouse->phys); in vsxxxaa_queue_byte() 131 mouse->buf[mouse->count++] = byte; in vsxxxaa_queue_byte() 148 snprintf(mouse->name, sizeof(mouse->name), in vsxxxaa_detection_done() 156 mouse->name, mouse->version, mouse->country, mouse->phys); in vsxxxaa_detection_done() 234 mouse->name, mouse->phys, dx, dy, in vsxxxaa_handle_REL_packet() 285 mouse->name, mouse->phys, x, y, in vsxxxaa_handle_ABS_packet() 353 mouse->name, mouse->phys, error); in vsxxxaa_handle_POR_packet() 364 mouse->name, mouse->phys); in vsxxxaa_handle_POR_packet() 391 mouse->name, mouse->phys); in vsxxxaa_parse_buffer() [all …]
|
| A D | Kconfig | 17 tristate "PS/2 mouse" 53 bool "BYD PS/2 mouse protocol extension" if EXPERT 168 bool "OLPC PS/2 mouse protocol extension" 188 bool "Virtual mouse (vmmouse)" 204 tristate "Serial mouse" 340 tristate "Amiga mouse" 350 tristate "Atari mouse" 361 tristate "Acorn RiscPC mouse" 365 native mouse supported. 382 tristate "GPIO mouse" [all …]
|
| /drivers/hid/usbhid/ |
| A D | usbmouse.c | 92 mouse->irq->dev = mouse->usbdev; in usb_mouse_open() 149 strlcat(mouse->name, " ", sizeof(mouse->name)); in usb_mouse_probe() 150 strlcat(mouse->name, dev->product, sizeof(mouse->name)); in usb_mouse_probe() 154 snprintf(mouse->name, sizeof(mouse->name), in usb_mouse_probe() 159 usb_make_path(dev, mouse->phys, sizeof(mouse->phys)); in usb_mouse_probe() 160 strlcat(mouse->phys, "/input0", sizeof(mouse->phys)); in usb_mouse_probe() 180 usb_fill_int_urb(mouse->irq, dev, pipe, mouse->data, in usb_mouse_probe() 183 mouse->irq->transfer_dma = mouse->data_dma; in usb_mouse_probe() 196 usb_free_coherent(dev, 8, mouse->data, mouse->data_dma); in usb_mouse_probe() 199 kfree(mouse); in usb_mouse_probe() [all …]
|
| A D | Kconfig | 16 and mouse drivers at the same time. More information is available: 71 to use the generic HID driver for your USB mouse and prefer 72 to use the mouse in its limited Boot Protocol mode instead.
|
| /drivers/input/ |
| A D | Kconfig | 9 tristate "Generic input layer (needed for keyboard, mouse, ...)" if EXPERT 12 Say Y here if you have any input device (mouse, keyboard, tablet, 15 keyboard and mouse. 92 Say Y here if you want your mouse to be accessible as char devices 94 emulated IntelliMouse Explorer PS/2 mouse. That way, all user space 96 mouse. 107 Say Y here if you want your mouse also be accessible as char device 119 it as a mouse then the mousedev driver needs to know the X window 129 it as a mouse then the mousedev driver needs to know the X window 181 source "drivers/input/mouse/Kconfig"
|
| A D | Makefile | 23 obj-$(CONFIG_INPUT_MOUSE) += mouse/
|
| /drivers/input/serio/ |
| A D | Kconfig | 11 * standard AT keyboard and PS/2 mouse * 25 communicate with keyboard, mouse, etc. 35 mouse are connected to the computer. If you use these devices, 48 Say Y here if you plan to use an input device (mouse, joystick, 80 an additional AT keyboard, XT keyboard or PS/2 mouse. 109 tristate "HP GSC PS/2 keyboard and PS/2 mouse controller" 149 tristate "PCI PS/2 keyboard and PS/2 mouse controller" 174 and you want to attach and use a keyboard, mouse, or both. 184 to a PS/2 port, such as PS/2 mouse or standard AT keyboard. 258 tristate "GRLIB APBPS2 PS/2 keyboard/mouse controller" [all …]
|
| A D | maceps2.c | 181 port_data[1].port = &mace->perif.ps2.mouse; in maceps2_init()
|
| /drivers/misc/ibmasm/ |
| A D | remote.c | 127 input->data.mouse.x, input->data.mouse.y, in print_input() 148 input_report_abs(dev, ABS_X, input->data.mouse.x); in send_mouse_event() 149 input_report_abs(dev, ABS_Y, input->data.mouse.y); in send_mouse_event()
|
| A D | remote.h | 65 struct mouse_input mouse; member
|
| /drivers/hid/ |
| A D | Kconfig | 313 tristate "Cypress mouse and barcode readers" 316 Support for cypress mouse and barcode readers. 419 - SHARKOON DarkGlider Gaming mouse 504 Say Y here if you have a Kysona M600 mouse 565 mouse button events. 627 mouse clicks / resp. "e" key presses. 649 into a single mouse and a single keyboard device. 1103 tristate "Speedlink VAD Cezanne mouse support" 1105 Support for Speedlink Vicious and Divine Cezanne mouse. 1164 tristate "Microsoft Hyper-V mouse driver" [all …]
|
| A D | hid-logitech-dj.c | 140 struct hid_device *mouse; member 591 if (djrcv_dev->mouse && in dj_find_receiver_dev() 592 hid_compare_device_paths(hdev, djrcv_dev->mouse, sep)) { in dj_find_receiver_dev() 626 if (djrcv_dev->mouse == hdev) in dj_put_receiver_dev() 627 djrcv_dev->mouse = NULL; in dj_put_receiver_dev() 671 djrcv_dev->mouse = hdev; in dj_get_receiver_dev()
|
| A D | Makefile | 66 obj-$(CONFIG_HID_HOLTEK) += hid-holtek-mouse.o
|
| /drivers/media/rc/ |
| A D | ati_remote.c | 132 static bool mouse = true; variable 133 module_param(mouse, bool, 0444); 134 MODULE_PARM_DESC(mouse, "Enable mouse device, default = yes"); 902 if (mouse) { in ati_remote_probe()
|
| A D | Kconfig | 63 tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol" 437 This driver provides mouse pointer, left and right mouse buttons,
|
| /drivers/macintosh/ |
| A D | Kconfig | 67 the keyboard and mouse on some machines, as well as the non-volatile 161 tristate "Support for mouse button 2+3 emulation" 164 This provides generic support for emulating the 2nd and 3rd mouse 172 If you have an Apple machine with a 1-button mouse, say Y here.
|
| /drivers/input/rmi4/ |
| A D | Kconfig | 73 provides mouse input. 83 provides mouse input.
|
| /drivers/parisc/ |
| A D | Kconfig | 38 Ethernet, Harmony audio, PS/2 keyboard & mouse, ISDN, telephony
|
| /drivers/input/misc/ |
| A D | Kconfig | 393 This driver provides mouse pointer, left and right mouse buttons, 838 tristate "Xen virtual keyboard and mouse support" 844 keyboard and mouse device driver. It communicates with a back-end
|
| /drivers/tty/serial/8250/ |
| A D | Kconfig | 17 serial mouse and don't intend to use their machine's standard serial 27 BTW1: If you have a mouseman serial mouse which is not recognized by
|
| /drivers/tty/serial/ |
| A D | Kconfig | 573 mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able
|