search for: dpad

Displaying 3 results from an estimated 3 matches for "dpad".

Did you mean: dpaa
2019 May 10
0
Wine release 4.8
...winebus.sys: Fix ball value reporting. hid: Shift usage values to LSB. dinput: Use heuristics to guess if a device is a gamepad or a joystick. winebus.sys: Order axes before buttons. winebus.sys: Report hatswitch values correctly. winebus.sys: Report SDL controller dpad as hatswitch. winebus.sys: Report SDL controller buttons in the right order. winebus.sys: Pack hatswitch values into button bytes. Aric Stewart (2): winemac.drv: Set done if macdrv_process_text_input is not processing input. winemac.drv: Allow mac IME to clear text in syste...
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without further functionality. It only provides the destroy callback to cleanup the encoder's state. Only few drivers implement more sophisticated encoders than that. Most drivers implement such a simple encoder and can use drm_simple_encoder_init() instead. The patchset converts drivers where the encoder's instance is embedded in
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without further functionality. It only provides the destroy callback to cleanup the encoder's state. Only few drivers implement more sophisticated encoders than that. Most drivers implement such a simple encoder and can use drm_simple_encoder_init() instead. The patchset converts drivers where the encoder's instance is embedded in