[USBPORT] Use USB2_HS_INTERRUPT_IN_OVERHEAD instead USB2_HS_ISOCHRONOUS_OUT_OVERHEAD.
[reactos.git] / drivers / usb / usbport / usb2.c
2018-02-21 Vadim Galyant[USBPORT] Use USB2_HS_INTERRUPT_IN_OVERHEAD instead... 283/head
2018-01-21 Vadim Galyant[USBPORT] Fixing use DeviceSpeed instead Direction.
2018-01-21 Vadim Galyant[USBPORT] Add a space in indentation.
2018-01-21 Vadim Galyant[USBPORT] Delete DPRINTs.
2018-01-21 Vadim Galyant[USBPORT] Add USB2_PREV_MICROFRAME constant.
2018-01-21 Vadim Galyant[USBPORT] Moving array CMASKS[] to start file.
2018-01-21 Vadim Galyant[USBPORT] Removing optional braces.
2018-01-21 Vadim Galyant[USBPORT] Correcting check Period.
2018-01-21 Vadim Galyant[USBPORT] Use min(), max() macro.
2018-01-21 Vadim Galyant[USBPORT] Check Period instead Factor.
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_FreeBandwidthUSB2().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_DeallocateEndpointBudget().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_PromotePeriods().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_ChangePeriod().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_DeallocateEndpointBudget().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_RebalanceEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_Rebalance().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_RebalanceEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Rename variables only in USB2_AllocateTimeFor...
2018-01-21 Vadim Galyant[USBPORT] Start implementation USB2_DeallocateEndpointB...
2018-01-21 Vadim Galyant[USBPORT] Add USB2_CommonFrames().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_MoveTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_DeallocateHS().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_AllocateHS().
2018-01-21 Vadim Galyant[USBPORT] Reduces output of debug messages.
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetCMASK().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetSMASK()and USB2_ConvertFrame().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_MoveTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_DeallocateHS().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_InitTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] End implementation USB2_AllocateTimeForEndpoi...
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_GetStartTime().
2018-01-21 Vadim Galyant[USBPORT] Start implementation USB2_AllocateTimeForEndp...
2018-01-21 Vadim Galyant[USBPORT] Continue implementation USBPORT_AllocateBandw...
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_AllocateHS().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetHsOverhead().
2018-01-21 Vadim Galyant[USBPORT] Remove unnecessary semicolon.
2018-01-21 Vadim Galyant[USBPORT] Add stubs for USB2_AllocateHS() and USB2_Deal...
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetPrevMicroFrame().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_IncMicroFrame().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetStartTime().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetLastIsoTime().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_CheckTtEndpointInsert().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_AllocateCheck().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_AddDataBitStuff().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetOverhead().
2018-01-21 Vadim Galyant[USBPORT] Start implementation USBPORT_AllocateBandwidt...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_UpdateAllocatedBwTt().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitTT().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitController().
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...