[NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR, not ULONG
[reactos.git] / drivers / usb /
2019-08-03 Oleg Dubinskiy[USBAUDIO] Fix compilation issues
2019-06-25 Victor Perevertkin[USBSTOR] Do not print device descriptor by default.
2019-06-25 Victor Perevertkin[USBOHCI_NEW] Rename counter-intuitive field of Transfe...
2019-06-25 Victor Perevertkin[USBOHCI_NEW] Zero out the transfer descriptor right...
2019-06-25 Victor Perevertkin[USBOHCI_NEW] Simplify the MapTransferToTD routine...
2019-06-11 Victor Perevertkin[USBSTOR] Properly handle IRP_MN_QUERY_DEVICE_RELATIONS...
2019-06-11 Victor Perevertkin[USBSTOR] Register dumb IRP_MJ_SYSTEM_CONTROL handler.
2019-06-11 Victor Perevertkin[USBSTOR] Improve handling of IRP_MN_QUERY_DEVICE_TEXT...
2019-06-11 Victor Perevertkin[USBSTOR] Do not leak fields of DeviceExtensions upon...
2019-06-11 Victor Perevertkin[USBSTOR] Weaken the type checks of a device.
2019-06-11 Victor Perevertkin[USBSTOR] Refactor device reset and pipe reset code.
2019-06-11 Victor Perevertkin[USBSTOR] Do not try to retry a failed request
2019-06-11 Victor Perevertkin[USBSTOR] Issue a SCSI Request Sense after receiving
2019-06-11 Victor Perevertkin[USBSTOR] Keep CBW and CSW inside an IRP context.
2019-06-11 Victor Perevertkin[USBSTOR] Refactor request issue code.
2019-06-11 Victor Perevertkin[USBSTOR] Better handle CBW/CSW transfer errors
2019-06-11 Victor Perevertkin[USBSTOR] Better validate SCSI IRPs.
2019-06-11 Victor Perevertkin[USBSTOR] Rework the routines for sending internal...
2019-06-11 Victor Perevertkin[USBSTOR] Do not create a new Irp for USB requests...
2019-06-11 Victor Perevertkin[USBSTOR] Do not attempt additional processing of SCSI...
2019-06-11 Victor Perevertkin[FORMATTING][USBSTOR] Remove Captain Obvious and line...
2019-04-14 Thomas Faber[USBHUB_NEW] Support NULL HubExtension in USBH_PdoRemov... 1484/head
2019-04-14 Thomas Faber[USBHUB_NEW] Fix inverted check in USBH_RestoreDevice.
2019-04-14 Thomas Faber[USBCCGP] Allow unconfiguring the device in USBCCGP_PDO...
2019-04-14 Thomas Faber[USBCCGP] Do not try to unconfigure a device that is...
2019-04-06 Jérôme Gardou[CMAKE] Use modules instead of shared libraries
2019-03-11 Thomas Faber[USBUHCI_NEW] Fix an infinite loop. 1392/head
2019-03-11 Thomas Faber[USBPORT] Implement interface setting in USBPORT_OpenIn...
2019-03-11 Thomas Faber[USBPORT] Correctly handle alternate settings returned...
2019-03-11 Thomas Faber[USBPORT] Correctly find interface descriptor in USBPOR...
2019-03-11 Thomas Faber[USBPORT] Acquire EndpointSpinLock in addition to Minip...
2019-03-11 Thomas Faber[USBPORT] Release StateChangeSpinLock before acquiring...
2019-03-11 Thomas Faber[USBPORT] Leave IRP status untouched for unhandled...
2019-03-11 Thomas Faber[USBPORT] Don't change the status of IRP_MJ_SYSTEM_CONT...
2019-03-11 Thomas Faber[USBHUB_NEW] Don't leak IRP_MJ_SYSTEM_CONTROL requests.
2019-02-10 Hermès Bélusca-Maïto[USBSTOR][USBSTOR_NEW] Fix a comparison made for assign...
2018-09-10 Amine Khaldi[USBEHCI_NEW] Bring-in the USB EHCI miniport driver...
2018-09-09 Vadim Galyant[USBHUB_NEW][USBPORT] Fix buffer size calculation for...
2018-09-08 Thomas Faber[USBUHCI_NEW] Add license headers.
2018-09-08 Thomas Faber[USBOHCI_NEW] Add license headers.
2018-09-08 Thomas Faber[USBOHCI_NEW][USBUHCI_NEW] Avoid unnecessary/incorrect...
2018-09-01 Thomas Faber[USBOHCI_NEW] Avoid storing pointers as ULONG and physi...
2018-09-01 Thomas Faber[USBHUB_NEW] Fix x64 warnings.
2018-09-01 Amine Khaldi[USBUHCI_NEW] Bring-in the USB UHCI miniport driver...
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...
next