Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/input/mouse/
A Dvsxxxaa.c116 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 DKconfig17 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 …]
/linux-6.3-rc2/drivers/hid/usbhid/
A Dusbmouse.c92 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 DKconfig17 and mouse drivers at the same time. More information is available:
72 to use the generic HID driver for your USB mouse and prefer
73 to use the mouse in its limited Boot Protocol mode instead.
/linux-6.3-rc2/Documentation/input/devices/
A Datarikbd.rst55 The mouse port should be capable of supporting a mouse with resolution of
63 The mouse buttons can be treated as part of the mouse or as additional
70 records whenever a mouse event occurs. A mouse event consists of a mouse
101 current mouse position.
209 assigned to Joystick1 (until the mouse is reenabled by another mouse command).
248 ; mss=0xy, mouse button press or release causes mouse
256 of the mouse logically.
269 key mode, mouse position reports may also be generated when either mouse
372 mouse position.
383 mouse motion. This causes mouse motion toward the user to be negative in sign
[all …]
A Dbcm5974.rst37 mouse via the mousedev driver (/dev/input/mice).
42 The Apple multi-touch trackpads report both mouse and keyboard events via
45 HID mouse and keyboard, and claim the whole device. To remedy, the usb
A Damijoy.rst40 Amiga mouse pinout
96 JOY0DAT 00A R Denise Joystick-mouse 0 data (left vert, horiz)
97 JOY1DAT 00C R Denise Joystick-mouse 1 data (right vert,horiz)
123 clocked by 2 of the signals input from the mouse serial
168 JOYTEST 036 W Denise Write to all 4 joystick-mouse counters at once.
A Dappletouch.rst29 the mouse data from /dev/input/mice (using gpm, or X11).
33 tap for middle button mouse emulation, 3 finger tap for right button mouse
A Delantech.rst67 Note that a mouse button is also associated with either the touchpad or the
243 L, R, M = 1 when Left, Right, Middle mouse button pressed
283 directly to L, M and R mouse buttons
311 L, R = 1 when Left, Right mouse button pressed
320 L, R = 1 when Left, Right mouse button pressed
433 L, R = 1 when Left, Right mouse button pressed
495 L, R = 1 when Left, Right mouse button pressed
578 L, R = 1 when Left, Right mouse button pressed
664 L, R = 1 when Left, Right mouse button pressed
703 L, R = 1 when Left, Right mouse button pressed
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dgpio-mouse.txt3 This simply uses standard GPIO handles to define a simple mouse connected
7 - compatible: must be "gpio-mouse"
15 - button-left-gpios: GPIO line handle to the left mouse button
16 - button-middle-gpios: GPIO line handle to the middle mouse button
17 - button-right-gpios: GPIO line handle to the right mouse button
22 gpio-mouse {
23 compatible = "gpio-mouse";
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-driver-hid-roccat-kone4 Description: It is possible to switch the dpi setting of the mouse with the
8 setting reported by the mouse. This number has to be further
37 firmware reported by the mouse. Using the integer value eases
57 data back to the mouse. The data has to be 975 bytes long.
59 The mouse will reject invalid data, whereas the profile number
71 When written, this file lets write settings back to the mouse.
72 The data has to be 36 bytes long. The mouse will reject invalid
82 that's active when the mouse is powered on.
85 and the mouse activates this profile immediately.
107 ranging from 5 to 20 grams which are recognized by the mouse
[all …]
A Dsysfs-driver-hid-lenovo4 Description: This controls if mouse clicks should be generated if the trackpoint is quickly pressed…
30 Description: This setting controls if the mouse click events generated by pressing the trackpoint (…
31 a left or right mouse button click.
47 Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse
/linux-6.3-rc2/Documentation/x86/
A Dusb-legacy-support.rst12 feature that allows one to use the USB mouse and keyboard as if they were
18 1) On some machines, the emulated PS/2 mouse takes over even when no USB
19 mouse is present and a real PS/2 mouse is present. In that case the extra
20 features (wheel, extra buttons, touchpad mode) of the real PS/2 mouse may
23 2) If CONFIG_HIGHMEM64G is enabled, the PS/2 mouse emulation can cause
36 PS/2 mouse driver. Since the PS/2 mouse driver is in 2.6 compiled into
/linux-6.3-rc2/Documentation/ABI/obsolete/
A Dsysfs-driver-hid-roccat-savu4 Description: The mouse can store 5 profiles which can be switched by the
8 respective profile buttons to the mouse. The data has to be
10 The mouse will reject invalid data.
28 Description: The mouse can store 5 profiles which can be switched by the
33 settings back to the mouse. The data has to be 43 bytes long.
34 The mouse will reject invalid data.
65 that's active when the mouse is powered on next time.
66 When written, the mouse activates the set profile immediately.
68 The mouse will reject invalid data.
74 Description: The mouse has a Avago ADNS-3090 sensor.
[all …]
A Dsysfs-driver-hid-roccat-konepure4 Description: The mouse can store 5 profiles which can be switched by the
7 that's active when the mouse is powered on next time.
8 When written, the mouse activates the set profile immediately.
10 The mouse will reject invalid data.
32 Description: The mouse can store a macro with max 500 key/button strokes
43 Description: The mouse can store 5 profiles which can be switched by the
47 buttons back to the mouse. The data has to be 59 bytes long.
48 The mouse will reject invalid data.
63 settings back to the mouse. The data has to be 31 bytes long.
64 The mouse will reject invalid data.
[all …]
A Dsysfs-driver-hid-roccat-koneplus7 profile that's active when the mouse is powered on next time.
9 and the mouse activates this profile immediately.
20 and the mouse activates this profile immediately.
28 firmware reported by the mouse. Using the integer value eases
47 Description: The mouse can store a macro with max 500 key/button strokes
58 Description: The mouse can store 5 profiles which can be switched by the
62 buttons back to the mouse. The data has to be 77 bytes long.
63 The mouse will reject invalid data.
90 settings back to the mouse. The data has to be 43 bytes long.
91 The mouse will reject invalid data.
[all …]
A Dsysfs-driver-hid-roccat-pyra4 Description: It is possible to switch the cpi setting of the mouse with the
7 setting reported by the mouse. This number has to be further
35 firmware reported by the mouse. Using the integer value eases
54 Description: The mouse can store 5 profiles which can be switched by the
58 buttons back to the mouse. The data has to be 19 bytes long.
59 The mouse will reject invalid data.
86 settings back to the mouse. The data has to be 13 bytes long.
87 The mouse will reject invalid data.
113 When written, this file lets write settings back to the mouse.
114 The data has to be 3 bytes long. The mouse will reject invalid
[all …]
A Dsysfs-driver-hid-roccat-kovaplus17 When written, the mouse activates this profile immediately.
19 active when the mouse is powered on.
46 firmware reported by the mouse. Using the integer value eases
65 Description: The mouse can store 5 profiles which can be switched by the
69 buttons back to the mouse. The data has to be 23 bytes long.
70 The mouse will reject invalid data.
80 Description: The mouse can store 5 profiles which can be switched by the
92 Description: The mouse can store 5 profiles which can be switched by the
97 settings back to the mouse. The data has to be 16 bytes long.
98 The mouse will reject invalid data.
[all …]
/linux-6.3-rc2/drivers/input/
A DKconfig9 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
159 want all events (keypresses, mouse movements), to be output to
[all …]
/linux-6.3-rc2/Documentation/input/
A Dinput.rst25 events (keystrokes, mouse movements) to the input module.
31 via various interfaces - keystrokes to the kernel, mouse movements via
48 After this, the USB keyboard will work straight away, and the USB mouse
60 After that you have to point GPM (the textmode mouse cut&paste tool) and
73 When you do all of the above, you can use your USB mouse and keyboard.
118 ``mousedev`` is a hack to make legacy programs that use mouse input
120 a PS/2-style (a la /dev/psaux) mouse device available to the
134 Each ``mouse`` device is assigned to a single mouse or digitizer, except
144 via a virtual PS/2 mouse and thus needs to be scaled
145 accordingly. These values won't be used if you use a mouse only.
[all …]
/linux-6.3-rc2/drivers/input/serio/
A DKconfig11 * 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"
173 and you want to attach and use a keyboard, mouse, or both.
183 to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
257 tristate "GRLIB APBPS2 PS/2 keyboard/mouse controller"
[all …]
/linux-6.3-rc2/drivers/misc/ibmasm/
A Dremote.c127 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()
/linux-6.3-rc2/Documentation/driver-api/gpio/
A Ddrivers-on-gpio.rst24 - gpio_mouse: drivers/input/mouse/gpio_mouse.c is used to provide a mouse with
25 up to three buttons by simply using GPIOs and no mouse port. You can cut the
26 mouse cable and connect the wires to GPIO lines or solder a mouse connector
/linux-6.3-rc2/Documentation/usb/
A Dgadget_hid.rst97 device type (keyboard / mouse / joystick) - E.G.::
121 # hid_gadget_test /dev/hidg1 mouse
123 You can test the mouse emulation. Values are two signed numbers.
351 printf(" mouse options:\n"
355 printf("\n mouse values:\n"
381 fprintf(stderr, "Usage: %s devname mouse|keyboard|joystick\n",
/linux-6.3-rc2/Documentation/admin-guide/
A Ddevices.rst112 /dev/mouse mouse port symbolic Current mouse device
132 ``/dev/mouse`` may point to a primary serial TTY device, a hardware mouse
133 device, or a socket for a mouse driver program (e.g. ``/dev/gpmdata``).
143 /dev/gpmdata socket gpm mouse multiplexer

Completed in 125 milliseconds

1234