/openbmc/linux/drivers/hid/ |
H A D | hid-thrustmaster.c | 4 * a «generic» hid gamepad called "Thrustmaster FFB Wheel". 6 * When in this mode not every functionality of the wheel, like the force feedback, 7 * are available. To enable all functionalities of a Thrustmaster wheel we have to send 8 * to it a specific USB CONTROL request with a code different for each wheel. 10 * This driver tries to understand which model of Thrustmaster wheel the generic 11 * "Thrustmaster FFB Wheel" really is and then sends the appropriate control code. 41 * Thrustmaster wheel 69 {0x0209, 0x0005, "Thrustmaster T300RS (Open Wheel Attachment)"}, 80 * of the wheel to the request 73 100 * Seems to be the model code of the wheel [all …]
|
H A D | hid-creative-sb0540.c | 21 KEY_RESERVED, /* 24bit wheel up */ 22 KEY_RESERVED, /* 24bit wheel down */ 24 KEY_RESERVED, /* CMSS wheel Up */ 25 KEY_RESERVED, /* CMSS wheel Down */ 27 KEY_RESERVED, /* EAX wheel up */ 28 KEY_RESERVED, /* EAX wheel down */ 30 KEY_RESERVED, /* 3D Midi wheel up */ 31 KEY_RESERVED, /* 3D Midi wheel down */
|
H A D | hid-lg4ff.c | 50 #define LG4FF_G25_NAME "G25 Racing Wheel" 52 #define LG4FF_G27_NAME "G27 Racing Wheel" 54 #define LG4FF_G29_NAME "G29 Racing Wheel" 173 /* Multimode wheel identificators */ 216 /* Multimode wheel identification checklists */ 368 /* Compute a combined axis when wheel does not supply it */ in lg4ff_raw_event() 377 … void lg4ff_init_wheel_data(struct lg4ff_wheel_data * const wdata, const struct lg4ff_wheel *wheel, in lg4ff_init_wheel_data() argument 392 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data() 395 .min_range = wheel->min_range, in lg4ff_init_wheel_data() 396 .max_range = wheel->max_range, in lg4ff_init_wheel_data() [all …]
|
H A D | hid-tmff.c | 247 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb605), /* NASCAR PRO FF2 Wheel */ 249 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb651), /* FGT Rumble Force Wheel */ 251 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb653), /* RGT Force Feedback CLUTCH Raging Wheel */ 253 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb654), /* FGT Force Feedback Wheel */ 255 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb65a), /* F430 Force Feedback Wheel */
|
H A D | hid-roccat-kone.h | 23 kone_keystroke_button_3 = 0xf2, /* wheel */ 47 kone_button_info_type_button_3 = 0x3, /* scroll (wheel) */ 154 uint8_t wheel; /* up = 1, down = -1 */ member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-logitech-lg4ff | 6 wheel. Writing a value within min and max boundaries sets the 7 range of the wheel. 13 Description: Displays a set of alternate modes supported by a wheel. Each 20 native mode of the wheel. Echoing the mode tag switches the 21 wheel into the corresponding mode. Depending on the exact model 22 of the wheel not all listed modes might always be selectable. 23 If a wheel cannot be switched into the desired mode, -EINVAL 63 Description: Displays the real model of the wheel regardless of any 64 alternate mode the wheel might be switched to.
|
H A D | sysfs-driver-hid-logitech-hidpp | 7 Logitech G920 wheel. Reading from the file shows the current 8 range of the steering wheel. Writing a value within the min and 9 max boundary sets the range of the wheel.
|
/openbmc/linux/Documentation/timers/ |
H A D | hrtimers.rst | 12 conclusion that the timer wheel code is fundamentally not suitable for 15 things into the timer wheel, but we failed. In hindsight, there are 24 the wheel concept, leading to even worse compromises. The timer wheel 33 wheel concept, it cannot be 'designed out' without inevitably 37 the timer wheel has already introduced a quite complex handling of 40 example: that the timer wheel data structure is too rigid for high-res 43 - the timer wheel code is most optimal for use cases which can be 48 can be removed from the timer wheel before any further processing of 50 the granularity and precision tradeoffs of the timer wheel, and 72 special-purpose optimization of the existing timer wheel for the low [all …]
|
/openbmc/linux/samples/uhid/ |
H A D | uhid-example.c | 14 * This example emulates a basic 3 buttons mouse with wheel over UHID. Run this 24 * r: Move wheel up 25 * f: Move wheel down 53 * We emulate a basic 3 button mouse with wheel and 3 keyboard LEDs. This is 76 * GenericDesktop.Wheel 103 * GenericDesktop.Wheel ---> Relative.Wheel 133 0x09, 0x38, /* USAGE (WHEEL) */ 276 static signed char wheel; variable 296 ev.u.input.data[4] = wheel; in send_event() 364 wheel = 1; in keyboard() [all …]
|
/openbmc/openbmc/meta-ibm/recipes-extended/sudo/ |
H A D | sudo_%.bbappend | 3 PACKAGECONFIG += "pam-wheel" 6 # Allow members of the 'wheel' group to use passwordless sudo 7 sed -i 's/# \(%wheel ALL=(ALL:ALL) NOPASSWD: ALL\)/\1/' ${D}${sysconfdir}/sudoers
|
/openbmc/linux/drivers/input/joystick/iforce/ |
H A D | Kconfig | 9 Say Y here if you have an I-Force joystick or steering wheel 20 Say Y here if you have an I-Force joystick or steering wheel 27 Say Y here if you have an I-Force joystick or steering wheel
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/ |
H A D | 0001-Allow-newer-version-of-wheel-and-setuptools.patch | 4 Subject: [PATCH] Allow newer version of wheel and setuptools 18 -requires = ["setuptools~=65.6", "wheel~=0.37.1"] 19 +requires = ["setuptools>=65.6", "wheel>=0.37.1"]
|
/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/ |
H A D | 0007-Add-wheel-group.patch | 4 Subject: [PATCH] base-passwd: add the wheel group 6 We need to have a wheel group which has some system privileges to consult the 26 +wheel:*:80:
|
/openbmc/linux/Documentation/hid/ |
H A D | hidintro.rst | 30 wheel; movement sensitivity differs between different models, and so 168 # 0x09, 0x38, // Usage (Wheel) 38 171 and a wheel (Usage (Wheel)) :: 184 and there are three of those eight bits, matching X, Y and Wheel. :: 202 wheel changes, respectively. 215 # Button: 1 0 0 | # | X: 0 | Y: 0 | Wheel: 0 217 # Button: 0 0 0 | # | X: 0 | Y: 0 | Wheel: 0 219 # Button: 0 1 0 | # | X: 0 | Y: 0 | Wheel: 0 221 # Button: 0 0 0 | # | X: 0 | Y: 0 | Wheel: 0 223 # Button: 0 0 1 | # | X: 0 | Y: 0 | Wheel: 0 [all …]
|
/openbmc/qemu/ui/ |
H A D | spice-input.c | 117 int wheel, uint32_t button_mask) in spice_update_buttons() argument 129 if (wheel < 0) { in spice_update_buttons() 132 if (wheel > 0) { in spice_update_buttons() 195 static void tablet_wheel(SpiceTabletInstance* sin, int wheel, in tablet_wheel() argument 200 spice_update_buttons(pointer, wheel, buttons_state); in tablet_wheel() 220 .wheel = tablet_wheel,
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python_pep517.bbclass | 10 # This class will build a wheel in do_compile, and use pypa/installer to install 40 …nativepython3 -m build --no-isolation --wheel --outdir ${PEP517_WHEEL_PATH} ${PEP517_SOURCE_PATH} … 49 bbfatal More than one wheel found in ${PEP517_WHEEL_PATH}, this should not happen
|
/openbmc/linux/drivers/input/misc/ |
H A D | ad714x.c | 108 * Unlike slider/wheel/touchpad, all buttons point to 116 struct ad714x_wheel_drv *wheel; member 401 * When the scroll wheel is activated, we compute the absolute position based 409 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_highest_stage() 410 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_highest_stage() 416 dev_dbg(ad714x->dev, "wheel %d highest_stage:%d\n", idx, in ad714x_wheel_cal_highest_stage() 422 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_sensor_val() 441 * When the scroll wheel is activated, we compute the absolute position based 451 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_abs_pos() 452 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_abs_pos() [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/images/ |
H A D | obmc-phosphor-image.bbappend | 47 # Add group "wheel" (before adding the "service" account). 49 groupadd wheel; \ 60 useradd -M -d / --groups priv-admin,redfish,web,wheel service; \
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-setuptools-rust_1.10.2.bb | 18 DEPENDS += "python3-setuptools-scm-native python3-wheel-native" 27 python3-wheel \
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_mouse.py | 50 :param wheels: a single value for the vertical wheel or a (vertical, horizontal) tuple for 65 # Note: the BaseMouse doesn't actually have a wheel but the 68 wheel, acpan = 0, 0 71 wheel = wheels[0] 74 wheel = wheels 84 mouse.wheel = wheel 96 :param wheels: a single value for the vertical wheel or a (vertical, horizontal) tuple for 192 0x09, 0x38, # .Usage (Wheel) 49 235 0x09, 0x38, # ..Usage (Wheel) 52 274 0x09, 0x38, # ..Usage (Wheel) [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/ |
H A D | 0001-build_context-improve-wheel-reproducibility-by-sorti.patch | 4 Subject: [PATCH] build_context: improve wheel reproducibility by sorting libs 15 > order and that create an unstable order in the wheel.
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_volume.c | 150 int wheel, sensitivity; 158 wheel = (int) pitchbend - 8192; 159 sensitivity = ((int) sens * wheel) / 128;
|
/openbmc/linux/drivers/input/tablet/ |
H A D | aiptek.c | 34 * Wheel command. Bryan W. Headley July-15-2003. 194 /* Wheel values 278 int wheel; /* synthetic wheel amount */ member 484 /* Wheel support is in the form of a single-event in aiptek_irq() 487 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq() 489 aiptek->curSetting.wheel); in aiptek_irq() 490 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() 565 /* Wheel support is in the form of a single-event in aiptek_irq() 568 if (aiptek->curSetting.wheel != in aiptek_irq() 572 aiptek->curSetting.wheel); in aiptek_irq() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/sudo/ |
H A D | sudo.inc | 24 PACKAGECONFIG[pam-wheel] = ",,,pam-plugin-wheel"
|
H A D | sudo_1.9.16p2.bb | 34 if ${@bb.utils.contains('PACKAGECONFIG', 'pam-wheel', 'true', 'false', d)} ; then 36 sed -i 's/# \(%wheel ALL=(ALL) ALL\)/\1/' ${D}${sysconfdir}/sudoers
|