summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/VBoxUSB
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-2/+0
* HostDrivers/*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-011-20/+20
* HostDrivers/*.inf, Installer/*.inf: Use more consistent naming. For the R0 "d...vboxsync2023-01-272-10/+7
* VBoxUSB.sys: Be more careful before calling MmUnlockPages.vboxsync2023-01-261-1/+3
* *.kmk: s/VBOX_WIN_NEWDEV/VBoxWinNewDevLib/ (sdk) bugref:10348vboxsync2023-01-231-1/+1
* *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348vboxsync2023-01-201-1/+1
* *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348vboxsync2023-01-191-1/+1
* *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348vboxsync2023-01-191-5/+5
* *.kmk: VBOXR0DRV -> VBoxR0Drv. bugref:10348vboxsync2023-01-192-5/+5
* Copyright year updates by scm.vboxsync2023-01-1742-42/+42
* HostDrives,Installer/win: Reworked the windows installer related code for no-...vboxsync2022-09-015-54/+75
* scm copyright and license note updatevboxsync2022-08-2242-420/+840
* HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is complete...vboxsync2022-01-139-2707/+1
* scm --update-copyright-yearvboxsync2022-01-0148-48/+48
* 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
* Solaris host: bugref:10089 VBoxUSBMon-solaris: Fixed getinfo() callback.vboxsync2021-08-251-4/+10
* HostDrivers: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-235-14/+12
* VBoxUSBMon: Do things in a different order (see bugref:9982).vboxsync2021-04-151-1/+2
* HostDrivers/VBoxUSB/solaris: vboxUsbSolarisQuerySymbols() neglected tovboxsync2021-03-231-0/+2
* USB/Darwin: Capture USB devices directly through IOUSBLib, no longer use VBox...vboxsync2021-01-221-54/+1
* VBoxUSB: Adjustments for bugref:9898.vboxsync2021-01-151-1/+2
* /Config.kmk,VBoxUSB/darwin/Makefile.kmk: Must use MacOSX10.10 or older SDK fo...vboxsync2020-07-101-1/+7
* darwin/VBoxUSB.cpp: printf non-sense with Clang 11. bugref:9790vboxsync2020-07-101-2/+2
* *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively for fun...vboxsync2020-07-081-3/+3
* 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-0448-48/+48
* VBoxUSBMon.sys: Comments, tweaked disabled code.vboxsync2020-01-081-3/+7
* VBoxUSB: logging format fix for r135563vboxsync2020-01-081-1/+1
* VBoxUSB: Use USBFilterIsMethodUsingStringValue() because USBFILTERMATCH_NUM_E...vboxsync2020-01-081-2/+13
* 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