maintainers: Add HID section.
[wine/multimedia.git] / MAINTAINERS
blobc40bb682396d56566d33759204e31e887737769b
3         List of Wine subsection maintainers
5 When submitting patches to Wine, the guidelines at
6 <http://wiki.winehq.org/SubmittingPatches> should be followed. This file
7 contains a list of maintainers for subsections of Wine. When submitting
8 patches, you may want to CC relevant people from this list. If you have
9 questions about your work in an area of Wine, you may find a list of
10 knowledgeable people here.
12 Many areas of Wine don't have a specific maintainer, although there may
13 be people with knowledge of those areas. If an area is not listed here
14 at all, you can use the git log to find developers working in that area
15 recently. Or, you can send a mail to wine-devel, but be aware that there
16 may simply be no one knowledgeable about that subject on the list.
18 This file uses a similar format to the Linux kernel MAINTAINERS file.
19 Descriptions of section entries used here:
21         M: Primary maintainer. CC patches to: FullName <address@domain>
22         P: Other knowledgeable person. FullName <address@domain>
23         F: Files and directories with wildcard patterns.
24            One pattern per line.  Multiple F: lines acceptable.
26 Maintainers List
28                 -----------------------------------
30 Audio I/O
31 M:      Andrew Eikum <aeikum@codeweavers.com>
32 F:      dlls/dsound/
33 F:      dlls/dswave/
34 F:      dlls/mmdevapi/
35 F:      dlls/winealsa.drv/
36 F:      dlls/winecoreaudio.drv/
37 F:      dlls/wineoss.drv/
38 F:      dlls/winmm/
39 F:      dlls/x3daudio*/
40 F:      dlls/xapofx*/
41 F:      dlls/xaudio*/
43 Direct2D
44 M:      Henri Verbeet <hverbeet@codeweavers.com>
45 F:      dlls/d2d*/
47 Direct3D
48 M:      Henri Verbeet <hverbeet@codeweavers.com>
49 P:      Stefan Dösinger <stefan@codeweavers.com>
50 P:      Józef Kucia <jkucia@codeweavers.com>
51 P:      Matteo Bruni <mbruni@codeweavers.com>
52 F:      dlls/d3d*/
53 F:      dlls/wined3d/
55 DirectInput
56 P:      Andrew Eikum <aeikum@codeweavers.com>
57 F:      dlls/dinput/
59 HID support
60 M:      Aric Stewart <aric@codeweavers.com>
61 F:      dlls/hid/
62 F:      dlls/hidclass.sys/
64 HTML rendering (Gecko)
65 M:      Jacek Caban <jacek@codeweavers.com>
66 F:      dlls/mshtml/
67 F:      dlls/ieframe/
68 F:      dlls/shdocvw/
70 Input methods
71 M:      Aric Stewart <aric@codeweavers.com>
72 F:      dlls/imm32/
74 JavaScript
75 M:      Jacek Caban <jacek@codeweavers.com>
76 F:      dlls/jscript/
78 Mac OS X graphics driver
79 M:      Ken Thomases <ken@codeweavers.com>
80 F:      dlls/winemac.drv/
82 Media format conversion
83 M:      Andrew Eikum <aeikum@codeweavers.com>
84 F:      dlls/msacm32/
85 F:      dlls/*.acm/
87 Microsoft C Runtime
88 M:      Piotr Caban <piotr@codeweavers.com>
89 F:      dlls/msvc*/
91 MSI installers
92 M:      Hans Leidekker <hans@codeweavers.com>
93 F:      dlls/msi/
95 OLE Typelibs
96 P:      Andrew Eikum <aeikum@codeweavers.com>
97 F:      dlls/oleaut32/typelib.c
99 Wine server, IPC
100 M:      Alexandre Julliard <julliard@winehq.org>
101 F:      server/
103 VB Script
104 M:      Jacek Caban <jacek@codeweavers.com>
105 F:      dlls/vbscript/
107 XML parsing
108 M:      Nikolay Sivov <nsivov@codeweavers.com>
109 F:      dlls/msxml*/