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 [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
debug.c [USBPORT] Don't use NTAPI for variadic function. 2021-10-27 19:27:33 -04:00
device.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
endpoint.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
guid.c
iface.c [REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines. 2021-09-13 03:52:19 +02:00
ioctl.c [USBPORT] Fix 64 bit issues 2018-08-04 19:19:34 +02:00
iso.c
pnp.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
power.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
queue.c [USBPORT] Fix endless loop, occasionally happened on real hardware 2019-08-20 01:30:52 +03:00
roothub.c [USBPORT] Specify the correct length for the root hub's hub descriptor. 2018-08-16 14:14:31 +02:00
trfsplit.c [USBPORT] Reduces output of debug messages. 2018-01-21 19:35:46 +01:00
urb.c [USBPORT] Remove unnecessary null check in USBPORT_HandleSubmitURB (CID 1419367). 2017-10-13 23:36:29 +02:00
usb2.c [USBPORT] Fix incorrect use of bitfields. 2022-02-17 22:01:34 -05:00
usbdebug.h [USBPORT] Add USBPORT_DumpingEndpointProperties() and USBPORT_DumpingTtEndpoint(). 2018-01-21 19:35:47 +01:00
usbport.c [REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines. 2021-09-13 03:52:19 +02:00
usbport.h [USBPORT] Fix incorrect use of bitfields. 2022-02-17 22:01:34 -05:00
usbport.rc
usbport.spec