reactos/drivers/usb/usbport
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
..
CMakeLists.txt
debug.c
device.c
endpoint.c
guid.c
iface.c
ioctl.c
iso.c
pnp.c
power.c
queue.c
roothub.c
trfsplit.c
urb.c
usb2.c
usbdebug.h
usbport.c
usbport.h
usbport.rc
usbport.spec