Zebediah Figura : winehid.inf: Add WINEMOUSE to the list of winehid device IDs.
Module: wine Branch: master Commit: f67bd0216593d405ac941038f402cd8a30622960 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f67bd0216593d405ac941038f... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Tue Jul 2 18:07:56 2019 -0500 winehid.inf: Add WINEMOUSE to the list of winehid device IDs. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- loader/winehid.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/winehid.inf.in b/loader/winehid.inf.in index bd42bce..566448e 100644 --- a/loader/winehid.inf.in +++ b/loader/winehid.inf.in @@ -11,6 +11,7 @@ Wine hidraw device=device_section,HIDRAW Wine IOHID device=device_section,IOHID Wine libevent device=device_section,LNXEV Wine SDL HID device=device_section,SDLJOY +Wine mouse device=device_section,WINEMOUSE [device_section.Services] AddService = winehid,0x2,svc_section
participants (1)
-
Alexandre Julliard