[PATCH 1/3] maintainers: Add hidparse.sys under HID support.
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 18478a8871f..f4bdae8842b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -143,6 +143,7 @@ M: Aric Stewart <aric(a)codeweavers.com> P: Rémi Bernon <rbernon(a)codeweavers.com> F: dlls/hid/ F: dlls/hidclass.sys/ +F: dlls/hidparse.sys/ F: dlls/winehid.sys/ HTTP server -- 2.33.0
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> --- MAINTAINERS | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f4bdae8842b..8a15932b883 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -87,11 +87,6 @@ F: dlls/d3dx11*/ F: dlls/d3dx9*/ F: dlls/d3dxof/ -DirectInput -P: Andrew Eikum <aeikum(a)codeweavers.com> -P: Rémi Bernon <rbernon(a)codeweavers.com> -F: dlls/dinput/ - DirectMusic M: Michael Stefaniuc <mstefani(a)winehq.org> F: dlls/dm*/ @@ -165,6 +160,15 @@ JavaScript M: Jacek Caban <jacek(a)codeweavers.com> F: dlls/jscript/ +Joystick input +P: Andrew Eikum <aeikum(a)codeweavers.com> +P: Rémi Bernon <rbernon(a)codeweavers.com> +F: dlls/dinput*/ +F: dlls/windows.gaming.input/ +F: dlls/winebus.sys/ +F: dlls/winexinput.sys/ +F: dlls/xinput*/ + Mac OS X graphics driver M: Ken Thomases <ken(a)codeweavers.com> F: dlls/winemac.drv/ -- 2.33.0
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8a15932b883..dc0c204c3ff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -161,8 +161,8 @@ M: Jacek Caban <jacek(a)codeweavers.com> F: dlls/jscript/ Joystick input +M: Rémi Bernon <rbernon(a)codeweavers.com> P: Andrew Eikum <aeikum(a)codeweavers.com> -P: Rémi Bernon <rbernon(a)codeweavers.com> F: dlls/dinput*/ F: dlls/windows.gaming.input/ F: dlls/winebus.sys/ -- 2.33.0
participants (1)
-
Rémi Bernon