reactos/drivers
Thomas Faber 152265729b
[ACPI] Properly return a single alternative in Bus_PDO_QueryResourceRequirements. CORE-12892 CORE-14688
In ACPI resource descriptors, alternatives are marked with
StartDependent tags. Only the last set is terminated with EndDependent.
Therefore, since we only return the first alternative list for now,
ignore the first StartDependent tag and terminate enumeration at the second.

In the future we will need to build the full set of alternative lists here,
which will also make the unit test succeed fully.

This should fix random resource conflicts and make COM ports usable.
2020-04-11 23:43:05 +02:00
..
base [BOOTVID] Addendum to 5f2ca473: Forgot to include the precompiled header. 2020-04-09 17:45:40 +02:00
battery
bluetooth
bus [ACPI] Properly return a single alternative in Bus_PDO_QueryResourceRequirements. CORE-12892 CORE-14688 2020-04-11 23:43:05 +02:00
crypto
filesystems [CMAKE] When disabling C4101, explicitly remove the error flag. 2020-02-24 22:29:33 +01:00
filters [FLTMGR][NDK] Fix typos. 2020-04-09 16:05:26 +02:00
hid
input [I8042PRT] Remove dead commented-out code; Allow sending ROS-specific commands to the kernel debugger since KD64 also support them. 2019-11-17 23:21:55 +01:00
ksfilter [KS] KsQueryInformationFile(): Fallback to IRP if FastIO failed 2020-02-17 19:08:57 +03:00
multimedia [DLLs] Fix .spec files regarding OLE-specific exports. 2019-07-28 16:26:22 +02:00
network [TCPIP] Remove duplicate declarations from ticonsts.h 2020-04-07 05:32:40 +03:00
parallel
processor [PROCESSR] Employ usual casing for CurrentControlSet key. 2019-08-10 19:15:38 +02:00
sac
serial
setup [BLUE] Add IOCTL buffers validation. Addendum to commit bfd8a848. 2020-01-03 17:17:03 +01:00
storage [STORAHCI] Replace some __inline by FORCEINLINE 2020-03-26 16:39:16 +01:00
usb [USBSTOR] Add missing compatible device id 5 2020-04-10 13:41:01 +02:00
wdm [PORTCLS] Stub missing IoControlCode switches (#1756) 2020-03-30 12:58:25 +02:00
wmi
CMakeLists.txt