VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105377   5 months vboxsync iprt/cdefs.h,*: s/RT_IPRT_CALL_ATTR/RT_IPRT_CALLREQ_ATTR/g bugref:10725
(edit) @105353   5 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @105209   5 months vboxsync Devices/USB/DevEHCI: Adjust padding for the ITD, bugref:10709
(edit) @104838   6 months vboxsync DevEHCI: Fixed bug loading really old saved states (5 - VBox v4.2.4). …
(edit) @104804   6 months vboxsync Devices/USB: Fix a deadlock in OHCI triggered when saving the current …
(edit) @104789   6 months vboxsync VUSB: Remember that pDev may be NULL.
(edit) @104604   7 months vboxsync Devices/USB/DevOHCI.cpp: Fix parfait warning about unused chg variable …
(edit) @104591   7 months vboxsync Devices/USB/VUSBUrb.cpp: Remove unused variable, bugref:3409
(edit) @104590   7 months vboxsync Devices/USB/darwin/USBProxyDevice-darwin.cpp: Return rc instead of …
(edit) @104569   7 months vboxsync DevXHCI: Avoid needless conditionals when toggling the DCS bit.
(edit) @104504   7 months vboxsync Devices/USB/USBProxyDevice-darwin.cpp: Resolve IOServiceAuthorize() …
(edit) @104503   7 months vboxsync Devices/USB/USBProxyDevice-darwin.cpp: Resolve IOServiceAuthorize() …
(edit) @104502   7 months vboxsync Devices/USB/USBProxyDevice-darwin.cpp: Request authorization for …
(edit) @104501   7 months vboxsync Revert r163022 for now as the older mac buildboxes fail to build …
(edit) @104500   7 months vboxsync Devices/USB/USBProxyDevice-darwin.cpp: Request authorization for …
(edit) @104303   8 months vboxsync VUSB: Be more careful with what vusbR3RhGetVUsbDevByXxxRetain() returns.
(edit) @104302   8 months vboxsync DevOHCI: Reworked ohciR3GetDirection() to not return a separate …
(edit) @104280   8 months vboxsync VirtioCore: improved chain length checks and MMIO read handling in …
(edit) @104277   8 months vboxsync Edito.
(edit) @104276   8 months vboxsync DevOHCI: Reworked endpoint skipping to use the new cancel by …
(edit) @104250   8 months vboxsync DevOHCI: Take more care when adding items to in-flight tracker (see …
(edit) @104125   8 months vboxsync VUSB: Added vusbRhAbortEpByAddr(), renamed vusbRhAbortEp() to …
(edit) @104124   8 months vboxsync OHCI: Comments, typos.
(edit) @103681   9 months vboxsync DevXHCI: Fixed a rare race condition which could miss a ringing …
(edit) @103397   10 months vboxsync Devices/VUSBUrb: Documented parfait false positive. bugref:3409
(edit) @103317   10 months vboxsync DevEHCI: Cast bit-fields to RTGCPHYS before left shifting, otherwise …
(edit) @103154   10 months vboxsync Devices/USB/USBProxyDevice-usbip.cpp: u32Status is actually signed, …
(edit) @103153   10 months vboxsync Devices/USB/USBProxyDevice-usbip.cpp: Wrong return type, bugref:3409
(edit) @100779   16 months vboxsync DrvVUSBRootHub: Don't arm a re-attach timer in vusbR3RhLoadDone when …
(edit) @100776   16 months vboxsync DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
(edit) @100775   16 months vboxsync DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
(edit) @100774   16 months vboxsync DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
(edit) @100518   17 months vboxsync VUSB: Additional paranoia to clear USB buffers used by the guest (see …
(edit) @100517   17 months vboxsync VUSB: Explicitly ignore any high bits of a USB address which is a …
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99368   20 months vboxsync VUSB: Better cleanup when recycling URB memory (see bugref:10140).
(edit) @99367   20 months vboxsync OHCI: More thorough cleanup of URB in-flight tracking.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96854   2 years vboxsync Devices/USB,Main,FE/Qt: Export EHCI and XHCI controller …
(edit) @96800   2 years vboxsync Devices/DrvVUSBRootHub: Fix possible crash when the device got …
(edit) @96720   2 years vboxsync USBProxyDevice-linux.cpp: Put struct usbdevfs_urb KUrb at the end of …
(edit) @96719   2 years vboxsync USBProxyDevice-linux.cpp: Put struct usbdevfs_urb KUrb in a union with …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95108   3 years vboxsync Devices/Dev*: Replaced some leftover 'PDMBOTHCBDECL' usage with …
(edit) @94344   3 years vboxsync Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM …
(edit) @94342   3 years vboxsync Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM …
(edit) @94016   3 years vboxsync Devices/USB: Need to invalidate addresses when detaching USB devices, …
(edit) @93994   3 years vboxsync Devices/USB: Fix crash introduced with r150219 when a USB device is …
(edit) @93993   3 years vboxsync Devices/USB: Fix crash introduced with r150219 when a USB device is …
(edit) @93989   3 years vboxsync Devices/USB: Fix memory leak introduced by r150140, and get rid of the …
(edit) @93979   3 years vboxsync Devices/USB: Get rid of the VUSBHUB structure which was mostly …
(edit) @93977   3 years vboxsync Devices/USB: Fix for regression introduced with r150168 where a guest …
(edit) @93974   3 years vboxsync Devices/USB: Fix for regression introduced with r150168 where a guest …
(edit) @93956   3 years vboxsync Devices/USB: Eliminiate some callback ping-pong and streamline the …
(edit) @93955   3 years vboxsync Devices/USB: Eliminiate some callback ping-pong and streamline the …
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93940   3 years vboxsync Devices/USB: Get rid of the address hashing mechanism and replace it …
(edit) @93939   3 years vboxsync Devices/USB: Get rid of the address hashing mechanism and replace it …
(edit) @93934   3 years vboxsync Devices/USB/DrvVUSBRootHub: Get rid of device list which is …
(edit) @93915   3 years vboxsync Devices/USB: Convert the HCI emulations to call into the roothub using …
(edit) @93914   3 years vboxsync Devices/USB: Convert the HCI emulations to call into the roothub using …
(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) @92901   3 years vboxsync Devices/USB: GCC 11 build fix.
(edit) @92386   3 years vboxsync VMM,VUSB: Statistics corrections (unit, type).
(edit) @91945   3 years vboxsync VMM,Devices: Eliminate calls to PDMR3Thread and use the driver hlper …
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91880   3 years vboxsync Devices/USB: Change the USB proxy device to access the CFGM API …
(edit) @91871   3 years vboxsync Devices/USB: Change the USB roothub driver to access the CFGM API …
(edit) @91737   3 years vboxsync OHCI: Straightened out ED/TD iteration limits (see bugref:10103).
(edit) @91374   3 years vboxsync Devices/USB: vusbUrbTrace() can dereference a NULL …
(edit) @90791   3 years vboxsync Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90332   3 years vboxsync Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @90051   3 years vboxsync VUSB: Only edit descriptors to hide remote wakeup when device actually …
(edit) @90049   3 years vboxsync VUSB: If a descriptor read can't be satisfied from cache, pass it …
(edit) @90027   3 years vboxsync VUSB: Don't needlessly wait just because we need to read a descriptor …
(edit) @90026   3 years vboxsync VUSB/Win: Improved logging, reworked Windows backend so that …
(edit) @90025   3 years vboxsync Typo.
(edit) @89674   3 years vboxsync VUSBDevice: Make sure the reset timer get a unique name as this is …
(edit) @87971   4 years vboxsync OHCI: Clear list enable bits on reset in order to get out of work …
(edit) @87855   4 years vboxsync Typos.
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87762   4 years vboxsync VMM/UsbHlp: Changed the timer interface to TMTIMERHANDLE, adding the …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87632   4 years vboxsync Warning.
(edit) @87628   4 years vboxsync Warning.
(edit) @87627   4 years vboxsync VUSB: Minor logging improvements.
(edit) @87609   4 years vboxsync VUSB: Removed redundant casts, fixed forgotten code (see bugref:9928)/
(edit) @87419   4 years vboxsync USB/Darwin: Capture USB devices directly through IOUSBLib, no longer …
(edit) @87376   4 years vboxsync USB/Darwin: Capture USB devices directly through IOUSBLib, no longer …
(edit) @87207   4 years vboxsync VUSBUrb.cpp: Try clean up some old old hack (r25945, ++). bugref:9899
(edit) @87190   4 years vboxsync OHCI: Do not consider TD address zero special, instead check whether …
(edit) @87163   4 years vboxsync USB/IP: Warning fix. ​bugref:9861
(edit) @87161   4 years vboxsync USB/IP: Be more strict about stuff we accept from the remote end, …
(edit) @86858   4 years vboxsync Devices/USB/DevOHCI: Build fix when VBOX_WITH_OHCI_PHYS_READ_CACHE is …
(edit) @86515   4 years vboxsync Devices/USB: trailing spaces. bugref:9839
(edit) @86491   4 years vboxsync USB: Mask out USB remote wake capability by default to avoid devices …
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