reactos/drivers/usb
Thomas Faber f5c5426924
[USBPORT] Fix incorrect use of bitfields.
EndpointMoved == TRUE could never be true, because BOOL is a signed type,
and the only two values in a signed one-bit type are 0 and -1.

Courtesy of VS analysis warning C6299:
Explicitly comparing a bit field to a Boolean type will yield unexpected results.
2022-02-17 22:01:34 -05:00
..
usbaudio
usbccgp [DRIVERS] Use IoForwardIrpSynchronously in drivers 2022-01-05 02:17:56 +03:00
usbd
usbehci
usbhub
usbohci
usbport [USBPORT] Fix incorrect use of bitfields. 2022-02-17 22:01:34 -05:00
usbstor [DRIVERS] Use IoForwardIrpSynchronously in drivers 2022-01-05 02:17:56 +03:00
usbstor_new
usbuhci [USBUHCI] Fix always-false HcFlavor checks. 2021-10-27 19:27:33 -04:00
CMakeLists.txt