Home
last modified time | relevance | path

Searched full:wheels (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.12.1/tools/testing/selftests/hid/tests/
Dtest_mouse.py42 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/
DKconfig17 tristate "I-Force USB joysticks and wheels"
24 tristate "I-Force Serial joysticks and wheels"
Diforce-serio.c6 * 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");
Diforce-usb.c6 * USB/RS232 I-Force joysticks and wheels.
298 MODULE_DESCRIPTION("USB I-Force joysticks and wheels driver");
Diforce-main.c6 * USB/RS232 I-Force joysticks and wheels.
13 MODULE_DESCRIPTION("Core I-Force joysticks and wheels driver");
Diforce.h6 * USB/RS232 I-Force joysticks and wheels.
Diforce-packets.c6 * USB/RS232 I-Force joysticks and wheels.
Diforce-ff.c6 * USB/RS232 I-Force joysticks and wheels.
/linux-6.12.1/drivers/hid/
Dhid-thrustmaster.c3 * When connected to the machine, the Thrustmaster wheels appear as
62 * Known wheels.
148 * adverse effects in other wheels.
Dhid-lg4ff.c3 * 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()
DKconfig101 Support for some A4TECH mice with two scroll wheels.
654 bool "Logitech wheels configuration and force feedback support"
660 support for following Logitech wheels:
Dhid-lg.c43 /* 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…
Dhid-waltop.c20 * doesn't seem to support extra features of some tablets, like wheels.
Dhid-logitech-hidpp.c567 /* 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/
Dinterrupt-counter.yaml14 and used for agricultural devices to measure rotation speed of wheels or
/linux-6.12.1/Documentation/input/
Dinput.rst183 Currently, it handles USB mice, joysticks, gamepads, steering wheels,
234 A driver for I-Force joysticks and wheels, both over USB and RS232.
Devent-codes.rst196 - 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/
Dchardev.rst19 kernel wheels in userspace.
Dsysfs.rst39 to avoid reinventing kernel wheels in userspace.
/linux-6.12.1/tools/memory-model/Documentation/
Drecipes.txt7 takes off the training wheels to cover more involved examples,
191 Taking off the training wheels
/linux-6.12.1/Documentation/scsi/
DFlashPoint.rst115 afternoon. Unfortunately, corporate wheels sometimes grind slowly,
/linux-6.12.1/Documentation/process/
D3.Early-stage.rst84 unaware of. Code which reinvents existing wheels is not only wasteful;
/linux-6.12.1/drivers/input/mouse/
DKconfig26 mice with wheels and extra buttons, Microsoft, Logitech or Genius
Dpsmouse-base.c187 * Some A4Tech mice have two scroll wheels, with first in psmouse_process_byte()
/linux-6.12.1/sound/usb/caiaq/
Dinput.c732 /* 2 encoder wheels */ in snd_usb_caiaq_input_init()

12