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 [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
usbccgp [DRIVERS] Use IoForwardIrpSynchronously in drivers 2022-01-05 02:17:56 +03:00
usbd [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
usbehci [USBEHCI] Avoid uninitialized return status in EHCI_ReopenEndpoint. 2021-10-27 19:27:33 -04:00
usbhub [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
usbohci [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
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 [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
usbuhci [USBUHCI] Fix always-false HcFlavor checks. 2021-10-27 19:27:33 -04:00
CMakeLists.txt [USB] Update the names of new USB drivers 2020-01-06 21:16:08 +02:00