summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/VBoxUSB/win
Commit message (Expand)AuthorAgeFilesLines
* scm --update-copyright-yearvboxsync2022-01-0130-30/+30
* VBoxUSB/win/Makefile.kmk: Use a template for the USB* programs, switching the...vboxsync2021-12-161-35/+17
* /Config.kmk,*.kmk: Preparing to switch to Windows 10 SDK. bugref:10116vboxsync2021-12-141-2/+2
* HostDrivers: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-7/+5
* VBoxUSBMon: Do things in a different order (see bugref:9982).vboxsync2021-04-151-1/+2
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-082-4/+6
* Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). Correcte...vboxsync2020-05-261-2/+2
* s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489vboxsync2020-05-261-2/+2
* VBoxUSB: VC++ 14.1 adjustments and warnings (and some cleanups). bugref:8489vboxsync2020-04-185-76/+58
* Copyright year updates by scm.vboxsync2020-02-0430-30/+30
* VBoxUSBMon.sys: Comments, tweaked disabled code.vboxsync2020-01-081-3/+7
* USB/Win: Use a different method of obtaining the port number in VBoxUSBMon.sys.vboxsync2019-12-101-54/+82
* IoGetDevicePropertyData has trouble on Win7, don't require it (like we didn't...vboxsync2019-12-061-15/+25
* scmvboxsync2019-12-061-1/+1
* USB/Win: Added logic to VBoxUSBMon to query USB device location, enabling mor...vboxsync2019-12-062-12/+87
* USB/Win: Another round of USB enumeration updates.vboxsync2019-12-061-54/+15
* USB/win: More work on USB enumeration.vboxsync2019-11-051-2/+72
* USB/win: Continuing enumeration code updates.vboxsync2019-10-251-31/+147
* USB/win: Continuing enumeration changes, WIP.vboxsync2019-10-221-5/+109
* USB/win: Drill down to PDO base when looking up device objects. Solves proble...vboxsync2019-09-302-1/+117
* USB/win: Logging fix.vboxsync2019-09-301-2/+2
* USB/win: Log an error to Event Viewer if INTERNAL_IOCTL_PROXY_STARTUP fails t...vboxsync2019-09-301-1/+12
* USB/win: Additional logging, format specifier fixes.vboxsync2019-09-271-50/+65
* scmvboxsync2019-09-261-1/+1
* USB/win: Updated VBoxUSBMon testcase to work with the current filter implemen...vboxsync2019-09-262-16/+47
* USB/win: Work around a case where userland can read USB string descriptors bu...vboxsync2019-09-241-3/+17
* USB/win: Make USB device class/subclass/protocol matching optional since VBox...vboxsync2019-09-241-3/+33
* USB/win: Updated logging for better diagnostics.vboxsync2019-09-241-9/+17
* USB/win: Don't let the debug build kill the host just because bogus IOCTL inp...vboxsync2019-09-232-5/+11
* USB/win: Removed unused arguments.vboxsync2019-09-183-25/+16
* USB/win: Corrected several debug logging format specifiers.vboxsync2019-09-181-3/+3
* USB/win: Removed unused VBOX_USB_USE_DEVICE_NOTIFICATION code from userland a...vboxsync2019-09-184-186/+25
* Reverted r128297 (Windows host drivers: Use SERVICE_DEMAND_START (3) instead ...vboxsync2019-09-151-1/+2
* USB/win: Continuing USB device enumeration rewrite.vboxsync2019-09-101-25/+168
* USB/win: Started rewriting USB enumeration.vboxsync2019-09-061-0/+219
* VBoxUsbLib-win: Print information identifying the hub and port where an error...vboxsync2019-08-281-22/+23
* VBoxUSBMon: Also obtain USB device class, subclass, and protocol through IoGe...vboxsync2019-08-271-7/+84
* VBoxUSBMon: Typo fixes.vboxsync2019-08-272-3/+3
* VBoxUSBMon: Removed unused function.vboxsync2019-08-261-29/+0
* VBoxUSBMon: Log semi-undocumented PnP IRPs that we may see.vboxsync2019-08-091-0/+10
* USBInstall: Don't make CWD assumptions.vboxsync2019-06-281-36/+48
* Removed stray text.vboxsync2019-06-271-1/+1
* VBoxUsbMon: Implemented fallback method of obtaining USB vendor/product ID (s...vboxsync2019-06-271-2/+99
* VBoxUsbLib-win: More logging.vboxsync2019-06-271-4/+5
* VBoxUSBMon.sys: Removed unused code.vboxsync2019-06-252-372/+0
* USBMon (bugref:6509) Drop obsolete single-hook code.vboxsync2019-06-241-141/+2
* Remove trailing blank introduced with r131130vboxsync2019-06-051-1/+1
* Undo accidental part of r131130vboxsync2019-06-051-4/+0
* HostDrivers/VBOxUSB/win: Short term workaround for @bugref{9479} which needs ...vboxsync2019-06-052-0/+55
* Windows host drivers: Use SERVICE_DEMAND_START (3) instead of SERVICE_SYSTEM_...vboxsync2019-01-211-2/+1