reactos/reactos/drivers/drivers.rbuild
Cameron Gutman 022f4b2ce5 [USB]
- We proudly merge the first charge of the usb-bringup branch. We do want to stress hardware support is still under heavy development and testing in real hardware is experimental
- Merge the Human Interface Device Stack(HID) which is used for mice / keyboards and other devices which use the USB interface, consisting of hidusb, hidparse, hidclass, mouhid, kbdhid
- Merge the composite driver, supports USB composite devices, laid out in usbccgp
- Merge the generic hub driver, which supports the USB root hub and in future USB hubs. Driver is usbhub
- Merge the Open Host Controller Interface driver (ohci)
- Merge the Enhanced Host Controller Interface driver (ehci)
- Merge the many fixes in other areas of ReactOS needed for USB to work (ntoskrnl, pci, inf, umpnpmgr, usetup)
- Special thanks goes the Haiku team, whose excellent code has provided a great base for the development of the new ReactOS USB / HID stack
- The development of the USB stack has shown the great potential when ReactOS developers team up together to achieve a common goal. The involved developers are here, listed alphabetically:

Alex Ionescu
Amine Khaldi
Cameron Gutman
Johannes Anderwald
Michel Martin
Thomas Faber
Thomas Lotz(Haiku)

Let's start the ReactOS revolution

svn path=/trunk/; revision=55555
2012-02-12 04:59:51 +00:00

68 lines
1.9 KiB
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<directory name="base">
<xi:include href="base/directory.rbuild" />
</directory>
<directory name="battery">
<xi:include href="battery/directory.rbuild" />
</directory>
<directory name="bluetooth">
<xi:include href="bluetooth/directory.rbuild" />
</directory>
<directory name="bus">
<xi:include href="bus/directory.rbuild" />
</directory>
<directory name="directx">
<xi:include href="directx/directory.rbuild" />
</directory>
<directory name="filesystems">
<xi:include href="filesystems/directory.rbuild" />
</directory>
<directory name="hid">
<xi:include href="hid/directory.rbuild" />
</directory>
<directory name="filters>
<xi:include href="filters/directory.rbuild" />
</directory>
<directory name="input">
<xi:include href="input/directory.rbuild" />
</directory>
<directory name="ksfilter">
<xi:include href="ksfilter/directory.rbuild" />
</directory>
<directory name="multimedia">
<xi:include href="multimedia/directory.rbuild" />
</directory>
<directory name="network">
<xi:include href="network/directory.rbuild" />
</directory>
<directory name="parallel">
<xi:include href="parallel/directory.rbuild" />
</directory>
<directory name="sac">
<xi:include href="sac/directory.rbuild" />
</directory>
<directory name="serial">
<xi:include href="serial/directory.rbuild" />
</directory>
<directory name="setup">
<xi:include href="setup/directory.rbuild" />
</directory>
<directory name="storage">
<xi:include href="storage/directory.rbuild" />
</directory>
<directory name="usb">
<xi:include href="usb/directory.rbuild" />
</directory>
<directory name="video">
<xi:include href="video/directory.rbuild" />
</directory>
<directory name="wdm">
<xi:include href="wdm/wdm.rbuild" />
</directory>
<directory name="wmi">
<xi:include href="wmi/wmilib.rbuild" />
</directory>
</group>