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
usbd
usbehci
usbhub
usbohci
usbport [USBPORT] Fix incorrect use of bitfields. 2022-02-17 22:01:34 -05:00
usbstor
usbstor_new
usbuhci
CMakeLists.txt