reactos/drivers
Thomas Faber 1001e6089f
[HDAUDBUS] Wait until the correct number of responses was received. CORE-15465
We previously only gave the device a hard-coded amount of time to respond,
which could lead to interpreting the contents of uninitialized memory as
a response. This would lead to an unreasonably large number of audio function
groups being detected.

A KSEMAPHORE mirrors what Haiku uses here, though it may not be the optimal
synchronization primitive for this case under Windows.
2019-02-28 10:27:06 +01:00
..
base
battery [BATTC] Fixed an oops! 2019-01-01 13:48:43 +01:00
bluetooth
bus [ACPI] Update ACPICA library to version 20190215. 2019-02-17 09:51:20 +01:00
crypto
filesystems [FASTFAT] On volume open, update share access if volume was already open 2019-02-14 10:48:32 +01:00
filters [MOUNTMGR] Fix MSVC build after commit 53abbb06. 2019-01-27 16:09:54 +01:00
hid
input
ksfilter
multimedia
network [AFD] Don't allow caller to set broken values to window sizes 2019-02-25 22:34:28 +01:00
parallel
processor
sac
serial
setup [BLUE] Perform size/rectangle boundary checks on read/write operations. CORE-15108 2018-09-29 21:55:00 +02:00
storage [RAMDISK] Fix unterminated query table 2019-02-13 09:33:10 +01:00
usb [USBSTOR][USBSTOR_NEW] Fix a comparison made for assigning the ScsiInquiryData->RemovableMedia flag. 2019-02-10 22:40:59 +01:00
wdm [HDAUDBUS] Wait until the correct number of responses was received. CORE-15465 2019-02-28 10:27:06 +01:00
wmi
CMakeLists.txt