VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxUSB

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98414   22 months vboxsync HostDrivers/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98336   22 months vboxsync HostDrivers/*.inf, Installer/*.inf: Use more consistent naming. For …
(edit) @98327   22 months vboxsync VBoxUSB.sys: Be more careful before calling MmUnlockPages.
(edit) @98257   23 months vboxsync *.kmk: s/VBOX_WIN_NEWDEV/VBoxWinNewDevLib/ (sdk) bugref:10348
(edit) @98169   23 months vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98133   23 months vboxsync *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348
(edit) @98128   23 months vboxsync *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348
(edit) @98125   23 months vboxsync *.kmk: VBOXR0DRV -> VBoxR0Drv. bugref:10348
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96572   2 years vboxsync HostDrives,Installer/win: Reworked the windows installer related code …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93217   3 years vboxsync HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92968   3 years vboxsync VBoxUSB/win/Makefile.kmk: Use a template for the USB* programs, …
(edit) @92910   3 years vboxsync /Config.kmk,*.kmk: Preparing to switch to Windows 10 SDK. bugref:10116
(edit) @90871   3 years vboxsync Solaris host: bugref:10089 VBoxUSBMon-solaris: Fixed getinfo() callback.
(edit) @90804   3 years vboxsync HostDrivers: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @88531   4 years vboxsync VBoxUSBMon: Do things in a different order (see bugref:9982).
(edit) @88264   4 years vboxsync HostDrivers/VBoxUSB/solaris: vboxUsbSolarisQuerySymbols() neglected to …
(edit) @87376   4 years vboxsync USB/Darwin: Capture USB devices directly through IOUSBLib, no longer …
(edit) @87259   4 years vboxsync VBoxUSB: Adjustments for bugref:9898.
(edit) @85176   4 years vboxsync /Config.kmk,VBoxUSB/darwin/Makefile.kmk: Must use MacOSX10.10 or older …
(edit) @85175   4 years vboxsync darwin/VBoxUSB.cpp: printf non-sense with Clang 11. bugref:9790
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @83803   5 years vboxsync VBoxUSB: VC++ 14.1 adjustments and warnings (and some cleanups). …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82669   5 years vboxsync VBoxUSBMon.sys: Comments, tweaked disabled code.
(edit) @82663   5 years vboxsync VBoxUSB: logging format fix for r135563
(edit) @82662   5 years vboxsync VBoxUSB: Use USBFilterIsMethodUsingStringValue() because …
(edit) @82538   5 years vboxsync USB/Win: Use a different method of obtaining the port number in …
(edit) @82446   5 years vboxsync IoGetDevicePropertyData has trouble on Win7, don't require it (like we …
(edit) @82445   5 years vboxsync scm
(edit) @82444   5 years vboxsync USB/Win: Added logic to VBoxUSBMon to query USB device location, …
(edit) @82443   5 years vboxsync USB/Win: Another round of USB enumeration updates.
(edit) @81664   5 years vboxsync USB/win: More work on USB enumeration.
(edit) @81547   5 years vboxsync USB/win: Continuing enumeration code updates.
(edit) @81452   5 years vboxsync USB/win: Continuing enumeration changes, WIP.
(edit) @81083   5 years vboxsync USB/win: Drill down to PDO base when looking up device objects. Solves …
(edit) @81078   5 years vboxsync USB/win: Logging fix.
(edit) @81070   5 years vboxsync USB/win: Log an error to Event Viewer if INTERNAL_IOCTL_PROXY_STARTUP …
(edit) @81058   5 years vboxsync USB/win: Additional logging, format specifier fixes.
(edit) @81024   5 years vboxsync scm
(edit) @81023   5 years vboxsync USB/win: Updated VBoxUSBMon testcase to work with the current filter …
(edit) @80981   5 years vboxsync USB/win: Work around a case where userland can read USB string …
(edit) @80978   5 years vboxsync USB/win: Make USB device class/subclass/protocol matching optional …
(edit) @80964   5 years vboxsync USB/win: Updated logging for better diagnostics.
(edit) @80941   5 years vboxsync USB/win: Don't let the debug build kill the host just because bogus …
(edit) @80891   5 years vboxsync USB/win: Removed unused arguments.
(edit) @80889   5 years vboxsync USB/win: Corrected several debug logging format specifiers.
(edit) @80877   5 years vboxsync USB/win: Removed unused VBOX_USB_USE_DEVICE_NOTIFICATION code from …
(edit) @80796   5 years vboxsync Reverted r128297 (Windows host drivers: Use SERVICE_DEMAND_START (3) …
(edit) @80685   5 years vboxsync USB/win: Continuing USB device enumeration rewrite.
(edit) @80631   5 years vboxsync USB/win: Started rewriting USB enumeration.
(edit) @80480   5 years vboxsync VBoxUsbLib-win: Print information identifying the hub and port where …
(edit) @80441   5 years vboxsync VBoxUSBMon: Also obtain USB device class, subclass, and protocol …
(edit) @80436   5 years vboxsync VBoxUSBMon: Typo fixes.
(edit) @80431   5 years vboxsync VBoxUSBMon: Removed unused function.
(edit) @80207   5 years vboxsync VBoxUSBMon: Log semi-undocumented PnP IRPs that we may see.
(edit) @79408   5 years vboxsync USBInstall: Don't make CWD assumptions.
(edit) @79399   5 years vboxsync Removed stray text.
(edit) @79392   5 years vboxsync VBoxUsbMon: Implemented fallback method of obtaining USB …
(edit) @79390   5 years vboxsync VBoxUsbLib-win: More logging.
(edit) @79334   5 years vboxsync VBoxUSBMon.sys: Removed unused code.
(edit) @79311   5 years vboxsync USBMon (bugref:6509) Drop obsolete single-hook code.
(edit) @79000   5 years vboxsync Remove trailing blank introduced with r131130
(edit) @78999   5 years vboxsync Undo accidental part of r131130
(edit) @78998   5 years vboxsync HostDrivers/VBOxUSB/win: Short term workaround for @bugref{9479} which …
(edit) @77136   6 years vboxsync USBLib.cpp: Remove use of register keyword
(edit) @76925   6 years vboxsync Windows host drivers: Use SERVICE_DEMAND_START (3) instead of …
(edit) @76568   6 years vboxsync HostDrivers: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76527   6 years vboxsync HostDrivers: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76360   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76358   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76356   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @73066   6 years vboxsync VBoxUSB/os2: use NO_ERROR instead of literal 0 in previous.
(edit) @73065   6 years vboxsync VBoxUSB/os2: UsbIsoStop - make sure rc is always properly initialized.
(edit) @73064   6 years vboxsync VBoxUSB/os2: UsbRegisterChangeNotification - make sure EventSet.ulCaps …
(edit) @72005   7 years vboxsync HostDrivers/*.kmk: Don't hardlink .cat files. May require 'del *.sys …
(edit) @72004   7 years vboxsync Installer/win,HostDrivers/*/win: Ship two different .cat files, one …
(edit) @71986   7 years vboxsync *.inf: Trying to make new InfVerif.exe happy. bugref:8691
(edit) @71975   7 years vboxsync VBoxUSBMon.inf: Repplied r122211 (reverted in r122231) with some …
(edit) @71973   7 years vboxsync VBoxUSBMon.inf: Reverted r122211 (bugref:8691)
(edit) @71953   7 years vboxsync VBoxUSBMon.inf: Fixes to make InfVerif.exe happy. bugref:8691
(edit) @70294   7 years vboxsync Don't need stdio.h that much.
(edit) @70289   7 years vboxsync USB/win: Removed no longer needed flags (IOCTL interface change, …
(edit) @70286   7 years vboxsync More unused code.
(edit) @70285   7 years vboxsync Removed unused code/struct.
(edit) @70283   7 years vboxsync Removed unused code.
(edit) @70277   7 years vboxsync Trailing spaces.
(edit) @70273   7 years vboxsync USB/win: Use port speed already reported by OS to disginguish between …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69371   7 years vboxsync HostDrivers: more scm updates
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette