VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60156   9 years vboxsync USB: Purge strings.
(edit) @59127   9 years vboxsync VBoxUSB/win: Minor cleanups and a few more pointer checks after vital …
(edit) @59121   9 years vboxsync USB/win: Fix crash
(edit) @58051   9 years vboxsync USB/Win: Keep old configuration if SET INTERFACE fails.
(edit) @58045   9 years vboxsync VBoxUsbRt: typo
(edit) @58036   9 years vboxsync USB/Win: Do not leak memory if request fails.
(edit) @57935   9 years vboxsync HostDrivers/USBMonitor: improved comment
(edit) @57934   9 years vboxsync HosDrivers/USBMon: fixed BSOD under driver verifier. Increased timeout …
(edit) @57896   9 years vboxsync USB/win: Fixed scheduling of high-speed isochronous endpoints.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56315   10 years vboxsync whitespace
(edit) @56293   10 years vboxsync HostDrivers: Updated (C) year.
(edit) @56238   10 years vboxsync VBoxUSB/win: Fix possible endless loop when bLength is 0 (seen …
(edit) @56237   10 years vboxsync VBoxUSB/win: Kill completely bogus assertion
(edit) @56073   10 years vboxsync USB/lib: Supression of assert in getting device description
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55473   10 years vboxsync USB: Increased the number of supported drivers to 5, added Event Log …
(edit) @55081   10 years vboxsync re-applied r99347 (BoxUSB: fixed BSOD on host computer at system waking up)
(edit) @55078   10 years vboxsync 5.0.0 Beta 1 (and backed out r99347 as it might have caused a regression)
(edit) @55058   10 years vboxsync VBoxUSB: fixed BSOD on host computer at system waking up
(edit) @54826   10 years vboxsync fixed misprint in IRP request
(edit) @54800   10 years vboxsync fixed Interface information size calculation using GET_USBD_INTERFACE_SIZE
(edit) @54784   10 years vboxsync removed excess line
(edit) @54781   10 years vboxsync spaces!
(edit) @54779   10 years vboxsync fix of misprint, calculation of memory size allocation used wrong structure
(edit) @54729   10 years vboxsync VBoxUSB: use try/catch to handle possible errors and set the last …
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @53109   10 years vboxsync USB: Detect SS devices on Windows.
(edit) @52840   10 years vboxsync USBTest.cpp: rather use %x instead of %p for pointers
(edit) @50794   11 years vboxsync VBoxUSB/VBoxUsbLib-win.cpp: String descriptors are optional, don't …
(edit) @50349   11 years vboxsync HostDrivers/VBoxUSB/win: Check for USBD_STATUS_DEVICE_GONE, seen …
(edit) @49137   11 years vboxsync HostDrivers: Minor nit. Coding style.
(edit) @48874   11 years vboxsync USBFlt: Another attempt to fix host crash on Windows related to USB (#6509)
(edit) @48742   11 years vboxsync USBFlt: Attempt to fix host crash on Windows when plugging USB device …
(edit) @48062   11 years vboxsync HostDrivers/VBoxUsbMon: Hook to multiple USB drivers on Windows (USB3 …
(edit) @46375   12 years vboxsync HostDrivers/win/usb: typo
(edit) @46264   12 years vboxsync these are driving me crazy.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43839   12 years vboxsync VBoxUsb/win: Earlier we assumed that 1 request will be pending while …
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @40189   13 years vboxsync usb/win: fix
(edit) @39252   13 years vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @39193   13 years vboxsync usb/win: comments
(edit) @39191   13 years vboxsync usb/win: check utf16->utf8 conversion status
(edit) @39189   13 years vboxsync usb/win: get rid of utf8->ansi string conversion
(edit) @38785   13 years vboxsync VBoxUsbLib-win.cpp: r=bird: Marked some bogus looking string …
(edit) @38715   13 years vboxsync VBoxUsbLib-win.cpp: Drop the scary exit(0) bits, fixed a copy&past …
(edit) @38714   13 years vboxsync VBoxUsbLib-win.cpp: Don't close hMonitor (or anything else) twice when …
(edit) @38713   13 years vboxsync VBoxUsbLib-win.cpp: Don't assert if we somehow failed to open the …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38616   13 years vboxsync usb/win: missing ObDereference
(edit) @38513   13 years vboxsync win-dbg build fix
(edit) @38512   13 years vboxsync usb/win: avoid replugging/filtering netsed hubs (typically could occur …
(edit) @38488   13 years vboxsync usb/win: usbhub filter drivers support (more correct dealing with …
(edit) @38436   13 years vboxsync usb/win: keep going on get string descriptor failure while devinfo …
(edit) @38425   13 years vboxsync usb/win: better logging
(edit) @38424   13 years vboxsync usb/win: fix err handling
(edit) @38392   13 years vboxsync usb/win: disable back verbose logging
(edit) @38391   13 years vboxsync usb/win: temporary enable verbose logging
(edit) @38356   13 years vboxsync usb/win: more logging
(edit) @38292   13 years vboxsync usb/win: disable back verbose logging
(edit) @38289   13 years vboxsync usb/win: temporary enable verbose release logging again
(edit) @38288   13 years vboxsync usb/win: more correct hub drvobj aquisition, more verbose logging
(edit) @38284   13 years vboxsync usb/win: disable back verbose loging
(edit) @38282   13 years vboxsync usb/win: temporary enable verbose logging for release build
(edit) @38280   13 years vboxsync annoying usb assertion
(edit) @38268   13 years vboxsync usb/win: logging fixes
(edit) @38262   13 years vboxsync usb/win: better logging & cleanup
(edit) @38208   13 years vboxsync usb/win: yet another fix, sigh
(edit) @38206   13 years vboxsync win/usb: fix typo
(edit) @38200   13 years vboxsync usb/win: fix detection devices w/o drv key
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37801   14 years vboxsync TARGET_xxx -> xxx_1_TARGET.
(edit) @37757   14 years vboxsync usb/win: fix USB-related bsod (handle hook init failure gracefully)
(edit) @37490   14 years vboxsync wddm: autoresize fixes
(edit) @37431   14 years vboxsync usb/win: close handle
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @37083   14 years vboxsync usb: prevent the monitor from being unload, when unhook fails
(edit) @37065   14 years vboxsync usb: correct assertions
(edit) @37064   14 years vboxsync usb: disable annoying assertions with ifdef …
(edit) @37060   14 years vboxsync usb: fix query hub name
(edit) @37047   14 years vboxsync usb: filter misbehaved device dynamic black list
(edit) @37042   14 years vboxsync usb: back out r71658 as it's not correct; some additional debugging
(edit) @37038   14 years vboxsync usb: fix issue with uncompleting IRP on device enumeration
(edit) @37001   14 years vboxsync usb: assertion fix
(edit) @36999   14 years vboxsync usb: yet another device capture filter logic fix
(edit) @36998   14 years vboxsync usb: device capture filter & enum fixes
(edit) @36968   14 years vboxsync rework usb
(edit) @36967   14 years vboxsync rework usb
(edit) @36941   14 years vboxsync usb rework
(edit) @36088   14 years vboxsync VBoxUSBMon.sys: initialize RemoveLock once (forgot to compare).
(edit) @36068   14 years vboxsync VBoxUSBMon.sys: initialize RemoveLock once.
(edit) @35381   14 years vboxsync The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.
(edit) @34306   14 years vboxsync USBLib-win: unused function
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