Searched full:wheels (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | test_mouse.py | 42 def create_report(self, x, y, buttons=None, wheels=None, reportID=None): argument 50 :param wheels: a single value for the vertical wheel or a (vertical, horizontal) tuple for 51 the two wheels 69 if wheels is not None: 70 if isinstance(wheels, tuple): 71 wheel = wheels[0] 72 acpan = wheels[1] 74 wheel = wheels 88 def event(self, x, y, buttons=None, wheels=None): argument 96 :param wheels: a single value for the vertical wheel or a (vertical, horizontal) tuple for [all …]
|
/linux-6.12.1/drivers/input/joystick/iforce/ |
D | Kconfig | 17 tristate "I-Force USB joysticks and wheels" 24 tristate "I-Force Serial joysticks and wheels"
|
D | iforce-serio.c | 6 * USB/RS232 I-Force joysticks and wheels. 245 .description = "RS232 I-Force joysticks and wheels driver", 256 MODULE_DESCRIPTION("RS232 I-Force joysticks and wheels driver");
|
D | iforce-usb.c | 6 * USB/RS232 I-Force joysticks and wheels. 298 MODULE_DESCRIPTION("USB I-Force joysticks and wheels driver");
|
D | iforce-main.c | 6 * USB/RS232 I-Force joysticks and wheels. 13 MODULE_DESCRIPTION("Core I-Force joysticks and wheels driver");
|
D | iforce.h | 6 * USB/RS232 I-Force joysticks and wheels.
|
D | iforce-packets.c | 6 * USB/RS232 I-Force joysticks and wheels.
|
D | iforce-ff.c | 6 * USB/RS232 I-Force joysticks and wheels.
|
/linux-6.12.1/drivers/hid/ |
D | hid-thrustmaster.c | 3 * When connected to the machine, the Thrustmaster wheels appear as 62 * Known wheels. 148 * adverse effects in other wheels.
|
D | hid-lg4ff.c | 3 * Force feedback support for Logitech Gaming Wheels 467 * all wheels except Formula Force EX */ 514 /* Adjust for non-MOMO wheels */ in lg4ff_set_autocenter_default() 757 /* No other wheels have multiple modes */ in lg4ff_get_mode_switch_command() 1445 hid_info(hid, "Force feedback support for Logitech Gaming Wheels\n"); in lg4ff_init()
|
D | Kconfig | 101 Support for some A4TECH mice with two scroll wheels. 654 bool "Logitech wheels configuration and force feedback support" 660 support for following Logitech wheels:
|
D | hid-lg.c | 43 /* Size of the original descriptors of the Driving Force (and Pro) wheels */ 474 /* Several wheels report as this id when operating in emulation mode. */ in lg_report_fixup() 695 /* Ensure that Logitech wheels are not given a default fuzz/flat value */ in lg_input_mapped() 942 MODULE_PARM_DESC(lg4ff_no_autoswitch, "Do not switch multimode wheels to their native mode automati…
|
D | hid-waltop.c | 20 * doesn't seem to support extra features of some tablets, like wheels.
|
D | hid-logitech-hidpp.c | 567 /* Some wheels will rest 7/8ths of a detent from the previous detent in hidpp_scroll_counter_handle_scroll() 3524 /* HID++1.0 devices which use HID++ reports for their wheels */ 3693 /* High-resolution scroll wheels */
|
/linux-6.12.1/Documentation/devicetree/bindings/counter/ |
D | interrupt-counter.yaml | 14 and used for agricultural devices to measure rotation speed of wheels or
|
/linux-6.12.1/Documentation/input/ |
D | input.rst | 183 Currently, it handles USB mice, joysticks, gamepads, steering wheels, 234 A driver for I-Force joysticks and wheels, both over USB and RS232.
|
D | event-codes.rst | 196 - These codes are used for vertical and horizontal scroll wheels, 198 physical size of which varies by device. For high-resolution wheels
|
/linux-6.12.1/Documentation/userspace-api/gpio/ |
D | chardev.rst | 19 kernel wheels in userspace.
|
D | sysfs.rst | 39 to avoid reinventing kernel wheels in userspace.
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | recipes.txt | 7 takes off the training wheels to cover more involved examples, 191 Taking off the training wheels
|
/linux-6.12.1/Documentation/scsi/ |
D | FlashPoint.rst | 115 afternoon. Unfortunately, corporate wheels sometimes grind slowly,
|
/linux-6.12.1/Documentation/process/ |
D | 3.Early-stage.rst | 84 unaware of. Code which reinvents existing wheels is not only wasteful;
|
/linux-6.12.1/drivers/input/mouse/ |
D | Kconfig | 26 mice with wheels and extra buttons, Microsoft, Logitech or Genius
|
D | psmouse-base.c | 187 * Some A4Tech mice have two scroll wheels, with first in psmouse_process_byte()
|
/linux-6.12.1/sound/usb/caiaq/ |
D | input.c | 732 /* 2 encoder wheels */ in snd_usb_caiaq_input_init()
|
12