[USBPORT] Release StateChangeSpinLock before acquiring MiniportSpinLock.
[reactos.git] / drivers / usb / usbport / endpoint.c
2019-03-11 Thomas Faber[USBPORT] Release StateChangeSpinLock before acquiring...
2018-08-04 Timo Kreuzer[USBPORT] Fix 64 bit issues
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-01-26 Vadim Galyant[USBPORT] Small changes for debugging.
2018-01-22 Vadim Galyant[USBPORT] Add USB2_BIT_STUFFING_OVERHEAD constant.
2018-01-21 Vadim Galyant[USBPORT] Check Period instead Factor.
2018-01-21 Vadim Galyant[USBPORT] Proper naming.
2018-01-21 Vadim Galyant[USBPORT] Use min() macro.
2018-01-21 Vadim Galyant[USBPORT] Use ExFreePoolWithTag() instead ExFreePool...
2018-01-21 Vadim Galyant[USBPORT] Start implementation USBPORT_AllocateBandwidt...
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_FreeBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_AllocateBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Use constants in USBPORT_OpenPipe().
2018-01-21 Vadim Galyant[USBPORT] Use constants in USBPORT_CalculateUsbBandwidth().
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-11-23 Vadim Galyant[USBPORT] Type-safe function signature (PVOID -> PUSBPO... 138/head
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...