[NTOS:KE/x64] Handle NMI vs swapgs race condition
[reactos.git] / drivers / usb /
2024-03-23 Timo Kreuzer[USBOHCI] Fix broken indentation
2024-03-23 Timo Kreuzer[USBUHCI] Fix broken indentation
2024-02-16 Adam Słaboń[USBSTOR] Fix PdoHandleQueryInstanceId and increase...
2023-10-23 Serge Gautherie[BDASUP][PORTCLS][SYSAUDIO][USB] Use ExAllocatePoolZero...
2023-01-30 Mark Jansen[USBSTOR_NEW] Add missing poppack.h 4963/head
2022-06-27 Stanislav Motylkov[INF] Set manufacturer as ReactOS Project for consistency
2022-03-31 Luke Luo[TRANSLATION] Improve Simplified & Traditional Chinese...
2022-02-18 Thomas Faber[USBPORT] Fix incorrect use of bitfields.
2022-01-04 Victor Perevertkin[DRIVERS] Use IoForwardIrpSynchronously in drivers 3142/head
2021-12-08 Stanislav Motylkov[BOOTDATA][USBSTOR] Add device definitions for SFF...
2021-10-27 Thomas Faber[USBUHCI] Fix always-false HcFlavor checks.
2021-10-27 Thomas Faber[USBEHCI] Avoid uninitialized return status in EHCI_Reo...
2021-10-27 Thomas Faber[USBPORT] Don't use NTAPI for variadic function.
2021-10-26 Efe Itietie[USBUHCI] Fix wrong sizeof access (#4070) 4070/head
2021-10-26 Efe Itietie[USBEHCI] Fix coverity #1476930 "Wrong sizeOf access...
2021-10-10 Süleyman Poyraz[TRANSLATION] Update Turkish (tr-TR) translations ... 3958/head
2021-09-13 Hermès Bélusca-Maïto[REACTOS] Fix some instances of DPRINTs with trailing...
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2021-05-28 Timo Kreuzer[USBPORT] Make unload work
2021-05-20 Mark Jansen[USBHUB] Mute debug spam
2021-05-20 Mark Jansen[USBCCGP] Mute debug spam
2021-01-27 Victor Perevertkin[USBHUB] Add a delay hack for USB boot
2020-12-06 Victor Perevertkin[USBSTOR] Remove workarounds for old storage stack
2020-12-05 Victor Perevertkin[USBSTOR] Enable USB (ATAPI) cdroms
2020-12-05 Victor Perevertkin[USBSTOR][SCSIPORT] Use STORAGE_ADAPTER_DESCRIPTOR...
2020-10-20 Jérôme Gardou[CMAKE] Get rid of the set_cpp macro
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...
next