• Rémi Bernon's avatar
    winebus.sys: Fix HID haptics waveform NONE / STOP ordinals. · baa417a3
    Rémi Bernon authored
    There's some inconsistencies between the HID 1.22 specification and
    HID usage names in Windows SDK headers. The headers use STOP for the
    0x1001 usage name, and NULL for 0x1002, where the HID spec uses None for
    the 0x1001 usage name and Stop for 0x1002.
    
    Both are implicit waveforms anyway, and the HID usages aren't really
    used anywhere, but their ordinal matters. The HID spec says that None
    has ordinal 1, and Stop ordinal 2, and that Stop waveform can be used
    to stop any previously started waveform. We are going to stick to that
    and ignore the HID usages, although the names won't match the usages.
    Signed-off-by: 's avatarRémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    baa417a3
Name
Last commit
Last update
..
Makefile.in Loading commit data...
bus_iohid.c Loading commit data...
bus_sdl.c Loading commit data...
bus_udev.c Loading commit data...
hid.c Loading commit data...
main.c Loading commit data...
pop_hid_macros.h Loading commit data...
psh_hid_macros.h Loading commit data...
unix_private.h Loading commit data...
unixlib.c Loading commit data...
unixlib.h Loading commit data...
winebus.inf Loading commit data...
winebus.rc Loading commit data...
winebus.sys.spec Loading commit data...