VirtualBox

source: vbox/trunk/src/VBox/Devices/USB

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81692   5 years vboxsync Devices/USB/Dev*: Use default statistics prefix.
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81554   5 years vboxsync DevOHCI: Simplified the [P]OHCICC typedefs. bugref:9218
(edit) @81550   5 years vboxsync DevOHCI: Set the PDM_DEVREG_FLAGS_NEW_STYLE flag. bugref:9218
(edit) @81544   5 years vboxsync DevOHCI: doxygen fixes. bugref:9218
(edit) @81543   5 years vboxsync DevOHCI: Bumped saved state version and kicked out the dummy …
(edit) @81541   5 years vboxsync DevOHCI: Bumped saved state version and kicked out the dummy …
(edit) @81536   5 years vboxsync DevOHCI: Moved the in-flight and done-queue into the OHCIR3 structure. …
(edit) @81535   5 years vboxsync DevOHCI: Split up the root hub data structure, eliminating the …
(edit) @81534   5 years vboxsync DevOHCI: Style nits. bugref:9218
(edit) @81533   5 years vboxsync DevOHCI: Converting to new style. [struct alloc fixes] bugref:9218
(edit) @81529   5 years vboxsync DevOHCI: Converting to new style. [doxygen fix] bugref:9218
(edit) @81528   5 years vboxsync DevOHCI: Don't allocate the page two page caches, just put them …
(edit) @81527   5 years vboxsync DevOHCI: Converting to new style. [release build fix] bugref:9218
(edit) @81526   5 years vboxsync DevOHCI: Converting to new style. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81186   5 years vboxsync OHCI: Improved in-flight URB tracking (see bugref:9571).
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80445   5 years vboxsync Shared Clipboard/URI: Committed a bit too much, reverted.
(edit) @80444   5 years vboxsync Shared Clipboard/URI: Added protocol versioning support plus enhanced …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @79678   5 years vboxsync Devices/VUSB: Missed pointer update on rellocation
(edit) @79500   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @79499   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78549   6 years vboxsync OHCI: Interpret the OHCI spec a bit more literally when processing a …
(edit) @78530   6 years vboxsync Build fix.
(edit) @78529   6 years vboxsync OHCI: More logging when buffer sizes don't add up.
(edit) @78528   6 years vboxsync OHCI: Identify where unrecoverable error is coming from.
(edit) @78075   6 years vboxsync Devices/USB/DevOHCI.cpp: Small addendum to r129929, add LogRelMax() …
(edit) @78073   6 years vboxsync Devices/USB/DevOHCI.cpp: Remove a few todos and raise unrecoverable …
(edit) @77000   6 years vboxsync Devices/USB: Create the USB I/O thread for each device during the …
(edit) @76819   6 years vboxsync Logging.
(edit) @76729   6 years vboxsync USB/Linux: Cruft removal.
(edit) @76725   6 years vboxsync Doxygen.
(edit) @76724   6 years vboxsync USB/Linux: Reinstated real device resets, dropped old unused code. …
(edit) @76684   6 years vboxsync Reapply r127987 and r127988 (USB: Teardown the I/O thread and sync …
(edit) @76682   6 years vboxsync Revert r127987 and r127988 (USB: Teardown the I/O thread and sync …
(edit) @76681   6 years vboxsync USB: Teardown the I/O thread and sync request queue during detach to …
(edit) @76680   6 years vboxsync USB: Teardown the I/O thread and sync request queue during detach to …
(edit) @76673   6 years vboxsync Comment.
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76337   6 years vboxsync Whitespace.
(edit) @76331   6 years vboxsync VUSB/Linux: Log ENOENT errors, too.
(edit) @75598   6 years vboxsync USBProxyDevice-usbip.cpp: Don't remove/readd the wakeup pipe from the …
(edit) @75583   6 years vboxsync USBProxyDevice-usbip.cpp: Convert the synchronous CTRL message …
(edit) @75582   6 years vboxsync USBProxyDevice-usbip.cpp: Convert the synchronous CTRL message …
(edit) @73925   6 years vboxsync VUSB: warning fix (comparison between signed and unsigned integer …
(edit) @73775   6 years vboxsync VUSB/Linux: Fixed double reap of discarded URBs, causing potential crashes.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72054   7 years vboxsync *: RTListMove no longer need the call to init the destination list to …
(edit) @71300   7 years vboxsync VUSB: Fishy devices may have interfaces with no endpoints, work around …
(edit) @70694   7 years vboxsync VUSBDevice: Fix for leaving the critical section in the error case …
(edit) @70693   7 years vboxsync VUSB/VUSBDevice: Avoid that the device is destroyed while in certain …
(edit) @70371   7 years vboxsync OHCI: Dropped ancient saved state support.
(edit) @70050   7 years vboxsync Devices/OHCI: Don't touch others member of the endpoint descriptor …
(edit) @69961   7 years vboxsync VUSB/win: Report error early if further URBs cannot be queued.
(edit) @69954   7 years vboxsync OHCI: Report low/full speed to guest. Currently theoretical.
(edit) @69947   7 years vboxsync OHCI: Reduced the number of port status bit definition sets from 3 to 1.
(edit) @69944   7 years vboxsync OHCI: Added comments for register bits.
(edit) @69871   7 years vboxsync OHCI: Renamed and refactored for clear R3/RC separation.
(edit) @69769   7 years vboxsync OHCI: On root hub reset, set the PPS bit for connected devices and …
(edit) @69767   7 years vboxsync OHCI: On reset, set (not just modify) the HcControl register and clear …
(edit) @69766   7 years vboxsync OHCI: Reduced per-frame debug log flooding, improved info output.
(edit) @69721   7 years vboxsync Devices/USB: bugref:9022 Update the possibly cached data when writing …
(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) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67835   7 years vboxsync DevOHCI: warning
(edit) @67594   7 years vboxsync Picky!
(edit) @67593   7 years vboxsync Copy/paste fix.
(edit) @67590   7 years vboxsync VUSB: Bit of infrastructure to allow frame delta (interval) tracking.
(edit) @67589   7 years vboxsync Undoing bad commit.
(edit) @67588   7 years vboxsync xHCI: Move clearing the HCH bit to avoid potential side effects.
(edit) @66990   8 years vboxsync Comment.
(edit) @66989   8 years vboxsync VUSB: Collect opaque class-specific data between config and interface …
(edit) @66913   8 years vboxsync VUSB: More careful with descriptor editing.
(edit) @66807   8 years vboxsync VUSB: Edit async audio endpoints to make them look synchronous.
(edit) @66418   8 years vboxsync VUSB: Print additional information when attaching/detaching USB devices.
(edit) @66348   8 years vboxsync Undo wrong commit.
(edit) @66347   8 years vboxsync EHCI: Improved transfer type determination heuristic.
(edit) @65976   8 years vboxsync VUSB: Removed unused 'buffered pipe' code.
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65895   8 years vboxsync USB/VUSBSnifferPcapNg: Adjust data length only if there if it is big …
(edit) @65169   8 years vboxsync doxygen fixes
(edit) @65058   8 years vboxsync Devices: doxygen fixes
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64392   8 years vboxsync PDMPCIDEV: s/name/pszName/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64325   8 years vboxsync build fix
(edit) @64324   8 years vboxsync gcc 6.2 fix
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