Searched full:wheels (Results 1 – 25 of 53) sorted by relevance
123
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/counter/ |
| D | interrupt-counter.yaml | 14 and used for agricultural devices to measure rotation speed of wheels or
|
| /kernel/linux/linux-5.10/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 | 192 - These codes are used for vertical and horizontal scroll wheels, 194 physical size of which varies by device. For high-resolution wheels
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| 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 | 100 Support for some A4TECH mice with two scroll wheels. 608 bool "Logitech wheels configuration and force feedback support" 614 support for following Logitech wheels:
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/gpio/ |
| D | sysfs.rst | 38 TO AVOID REINVENTING KERNEL WHEELS IN USERSPACE. I MEAN IT. REALLY.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/gpio/ |
| D | sysfs.rst | 38 TO AVOID REINVENTING KERNEL WHEELS IN USERSPACE. I MEAN IT. REALLY.
|
| /kernel/linux/linux-6.6/tools/memory-model/Documentation/ |
| D | recipes.txt | 7 takes off the training wheels to cover more involved examples, 191 Taking off the training wheels
|
123