[CDFS] Revert 9d0596a
[reactos.git] / drivers / usb /
2018-08-16 Thomas Faber[USBPORT] Fix 64 bit warnings.
2018-08-16 Thomas Faber[USBPORT] Specify the correct length for the root hub...
2018-08-16 Thomas Faber[USBPORT] Remove an unnecessary check in USBPORT_Alloca...
2018-08-16 Thomas Faber[USBPORT] Remove an unnecessary check in USB2_ConvertFr...
2018-08-16 Thomas Faber[USBPORT] Accept negative BusTime in USB2_MoveTtEndpoin...
2018-08-04 Timo Kreuzer[DRIVERS] Fix 64 bit issues
2018-08-04 Timo Kreuzer[USBPORT] Fix 64 bit issues
2018-05-17 Peter WathallFixed typo
2018-05-17 Peter WathallFixed typo
2018-05-17 Peter WathallFixed typo
2018-05-12 Thomas Faber[USBPORT] Fix x64 build.
2018-05-11 Vadim Galyant[USBPORT][USBOHCI_NEW] Avoid using pointers for physica...
2018-05-11 Thomas Faber[USBOHCI_NEW] Fix build.
2018-04-03 Timo Kreuzer[REACTOS] Fix 64 bit build (#465)
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-27 Thomas Faber[USBHUB_NEW] Fix USBH_CheckDeviceIDUnique return value.
2018-02-21 Vadim Galyant[USBPORT] Use USB2_HS_INTERRUPT_IN_OVERHEAD instead... 283/head
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] 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] Proper naming.
2018-01-21 Vadim Galyant[USBPORT] Use min() macro.
2018-01-21 Vadim Galyant[USBPORT] Fixing calculation pointer for FdoExtension...
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] Use ExFreePoolWithTag() instead ExFreePool...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_DumpingEndpointProperties() and...
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_AllocateHS().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetHsOverhead().
2018-01-21 Vadim Galyant[USBPORT] Reduces output of debug messages.
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] Change debug message in USBPORT_RemoveDevice(().
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Correcting USBPORT_InitializeDevice() and...
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] Initialize FdoExtension->Bandwidth[] in USBPO...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_GetTt().
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] Add USBPORT_UpdateAllocatedBwTt().
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_InitializeTT().
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().
2018-01-21 Vadim Galyant[USBPORT] Add initial support for transaction translato...
2018-01-21 Vadim Galyant[USBPORT] Use constants in USBPORT_OpenPipe().
2018-01-21 Vadim Galyant[USBPORT] Define structures for Transaction Translator.
2018-01-21 Vadim Galyant[USBPORT] Use constants in USBPORT_CalculateUsbBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Define constants for Transaction Translator.
2018-01-21 Amine Khaldi[CMAKE] My eyes!
2018-01-21 Amine Khaldi[USBSTOR_NEW] Create usbstor_new based on usbstor in...
2018-01-12 Amine Khaldi[USBOHCI_NEW] Bring-in the USB OHCI miniport driver...
2018-01-10 Vadim Galyant[USBPORT] In USBHI_GetExtendedHubInformation, pass...
2018-01-10 Vadim Galyant[USBHUB] Move DPRINT after check Status. 282/head
2018-01-10 Vadim Galyant[USBHUB] Correcting L"USB\\Vid_0000&Pid_0000" for case...
2017-12-30 Thomas Faber[DRIVERS] Use KeClearEvent instead of KeResetEvent...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-11-23 Vadim Galyant[USBPORT] Type-safe function signature (PVOID -> PUSBPO... 138/head
next