[UDFS] Zero-initialize IO_STATUS_BLOCK data in UDFCommonCreate
[reactos.git] / drivers / usb /
2020-06-24 Victor Perevertkin[USBSTOR] Correctly terminate a REG_MULTI_SZ string
2020-06-13 Victor Perevertkin[USBSTOR] Fix unused variable introduced in 94e61c3
2020-06-13 Victor Perevertkin[USBSTOR] Fix wrong function name in a9b97ae
2020-06-12 Victor Perevertkin[USBSTOR] Move PDO's Inquiry data and FDO's SCSI context
2020-06-12 Victor Perevertkin[USBSTOR] General refactoring.
2020-06-06 Amine Khaldi[CMAKE] Implement PCH builds with target_precompile_hea... 2764/head
2020-05-01 Thomas Faber[USBCCGP] Ignore IRP_MN_REMOVE_DEVICE return status... 2540/head
2020-05-01 Thomas Faber[USBCCGP] Don't handle IRP_MN_QUERY_DEVICE_TEXT request...
2020-05-01 Thomas Faber[USBCCGP] Correctly stub PDO power IRP handling.
2020-05-01 Thomas Faber[USBCCGP] Always forward device relations IRPs.
2020-04-26 Victor Perevertkin[MEDIA][CMAKE] Create add_driver_inf cmake function 2444/head
2020-04-10 Eric Kohl[USBSTOR] Add missing compatible device id 5
2020-03-21 Eric Kohl[USBHUB] Set the Removable flag for all ports of a...
2020-03-10 Joachim Henze[USBHUB] Demote a DbgBreakPoint CORE-16394
2020-03-02 Thomas Faber[USBHUB] Partially implement USBH_ProcessHubStateChange... 2370/head
2020-03-02 Thomas Faber[USBHUB] Fix recipient in USBH_SyncClearPortStatus...
2020-02-01 Thomas Faber[USBHUB] Only break into the debugger in the case that...
2020-01-06 Oleg Dubinskiy[USB] Update the names of new USB drivers
2020-01-06 Oleg Dubinskiy[SDK][USB] Delete old USB drivers and libusb
2019-12-16 Victor Perevertkin[USBOHCI] Use KeQueryTickCount for timeouts instead...
2019-09-29 Serge Gautherie[USBPORT] USBPORT_InvalidateEndpointHandler(): Properly...
2019-08-19 Victor Perevertkin[USB] Enable *_new usb stack
2019-08-19 Victor Perevertkin[USBPORT] Fix endless loop, occasionally happened on...
2019-08-16 Victor Perevertkin[USBOHCI_NEW] Fix unused variable
2019-08-16 Stanislav Motylkov[USBOHCI_NEW] Refactor OHCI_AbortTransfer function
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...
next