index
:
delta/VirtualBox-svn.git
master
www.virtualbox.org: svn/vbox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
VBox
/
HostDrivers
/
VBoxUSB
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
scm --update-copyright-year
vboxsync
2022-01-01
30
-30
/
+30
*
VBoxUSB/win/Makefile.kmk: Use a template for the USB* programs, switching the...
vboxsync
2021-12-16
1
-35
/
+17
*
/Config.kmk,*.kmk: Preparing to switch to Windows 10 SDK. bugref:10116
vboxsync
2021-12-14
1
-2
/
+2
*
HostDrivers: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
vboxsync
2021-08-23
1
-7
/
+5
*
VBoxUSBMon: Do things in a different order (see bugref:9982).
vboxsync
2021-04-15
1
-1
/
+2
*
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...
vboxsync
2020-07-08
2
-4
/
+6
*
Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). Correcte...
vboxsync
2020-05-26
1
-2
/
+2
*
s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
vboxsync
2020-05-26
1
-2
/
+2
*
VBoxUSB: VC++ 14.1 adjustments and warnings (and some cleanups). bugref:8489
vboxsync
2020-04-18
5
-76
/
+58
*
Copyright year updates by scm.
vboxsync
2020-02-04
30
-30
/
+30
*
VBoxUSBMon.sys: Comments, tweaked disabled code.
vboxsync
2020-01-08
1
-3
/
+7
*
USB/Win: Use a different method of obtaining the port number in VBoxUSBMon.sys.
vboxsync
2019-12-10
1
-54
/
+82
*
IoGetDevicePropertyData has trouble on Win7, don't require it (like we didn't...
vboxsync
2019-12-06
1
-15
/
+25
*
scm
vboxsync
2019-12-06
1
-1
/
+1
*
USB/Win: Added logic to VBoxUSBMon to query USB device location, enabling mor...
vboxsync
2019-12-06
2
-12
/
+87
*
USB/Win: Another round of USB enumeration updates.
vboxsync
2019-12-06
1
-54
/
+15
*
USB/win: More work on USB enumeration.
vboxsync
2019-11-05
1
-2
/
+72
*
USB/win: Continuing enumeration code updates.
vboxsync
2019-10-25
1
-31
/
+147
*
USB/win: Continuing enumeration changes, WIP.
vboxsync
2019-10-22
1
-5
/
+109
*
USB/win: Drill down to PDO base when looking up device objects. Solves proble...
vboxsync
2019-09-30
2
-1
/
+117
*
USB/win: Logging fix.
vboxsync
2019-09-30
1
-2
/
+2
*
USB/win: Log an error to Event Viewer if INTERNAL_IOCTL_PROXY_STARTUP fails t...
vboxsync
2019-09-30
1
-1
/
+12
*
USB/win: Additional logging, format specifier fixes.
vboxsync
2019-09-27
1
-50
/
+65
*
scm
vboxsync
2019-09-26
1
-1
/
+1
*
USB/win: Updated VBoxUSBMon testcase to work with the current filter implemen...
vboxsync
2019-09-26
2
-16
/
+47
*
USB/win: Work around a case where userland can read USB string descriptors bu...
vboxsync
2019-09-24
1
-3
/
+17
*
USB/win: Make USB device class/subclass/protocol matching optional since VBox...
vboxsync
2019-09-24
1
-3
/
+33
*
USB/win: Updated logging for better diagnostics.
vboxsync
2019-09-24
1
-9
/
+17
*
USB/win: Don't let the debug build kill the host just because bogus IOCTL inp...
vboxsync
2019-09-23
2
-5
/
+11
*
USB/win: Removed unused arguments.
vboxsync
2019-09-18
3
-25
/
+16
*
USB/win: Corrected several debug logging format specifiers.
vboxsync
2019-09-18
1
-3
/
+3
*
USB/win: Removed unused VBOX_USB_USE_DEVICE_NOTIFICATION code from userland a...
vboxsync
2019-09-18
4
-186
/
+25
*
Reverted r128297 (Windows host drivers: Use SERVICE_DEMAND_START (3) instead ...
vboxsync
2019-09-15
1
-1
/
+2
*
USB/win: Continuing USB device enumeration rewrite.
vboxsync
2019-09-10
1
-25
/
+168
*
USB/win: Started rewriting USB enumeration.
vboxsync
2019-09-06
1
-0
/
+219
*
VBoxUsbLib-win: Print information identifying the hub and port where an error...
vboxsync
2019-08-28
1
-22
/
+23
*
VBoxUSBMon: Also obtain USB device class, subclass, and protocol through IoGe...
vboxsync
2019-08-27
1
-7
/
+84
*
VBoxUSBMon: Typo fixes.
vboxsync
2019-08-27
2
-3
/
+3
*
VBoxUSBMon: Removed unused function.
vboxsync
2019-08-26
1
-29
/
+0
*
VBoxUSBMon: Log semi-undocumented PnP IRPs that we may see.
vboxsync
2019-08-09
1
-0
/
+10
*
USBInstall: Don't make CWD assumptions.
vboxsync
2019-06-28
1
-36
/
+48
*
Removed stray text.
vboxsync
2019-06-27
1
-1
/
+1
*
VBoxUsbMon: Implemented fallback method of obtaining USB vendor/product ID (s...
vboxsync
2019-06-27
1
-2
/
+99
*
VBoxUsbLib-win: More logging.
vboxsync
2019-06-27
1
-4
/
+5
*
VBoxUSBMon.sys: Removed unused code.
vboxsync
2019-06-25
2
-372
/
+0
*
USBMon (bugref:6509) Drop obsolete single-hook code.
vboxsync
2019-06-24
1
-141
/
+2
*
Remove trailing blank introduced with r131130
vboxsync
2019-06-05
1
-1
/
+1
*
Undo accidental part of r131130
vboxsync
2019-06-05
1
-4
/
+0
*
HostDrivers/VBOxUSB/win: Short term workaround for @bugref{9479} which needs ...
vboxsync
2019-06-05
2
-0
/
+55
*
Windows host drivers: Use SERVICE_DEMAND_START (3) instead of SERVICE_SYSTEM_...
vboxsync
2019-01-21
1
-2
/
+1
[next]