• 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
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...