VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @64319   8 years vboxsync OHCI: Do not enable interrupts on reset; tiny bit of extra logging.
(edit) @64294   8 years vboxsync VUSB: Doxygen fixes
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63480   8 years vboxsync Devices: warnings (clang)
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63459   8 years vboxsync gcc 6 compile fixes
(edit) @63369   8 years vboxsync warnings (gcc)
(edit) @63217   8 years vboxsync Devices: warnings (gcc)
(edit) @63211   8 years vboxsync Devices: warnings (gcc)
(edit) @63121   8 years vboxsync warnings
(edit) @63016   8 years vboxsync Devices: warnings (debug builds)
(edit) @62992   8 years vboxsync Devices: warnings
(edit) @62960   8 years vboxsync Devices: warnings
(edit) @62959   8 years vboxsync Devices: warnings
(edit) @62958   8 years vboxsync Devices: warnings
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62955   8 years vboxsync Devices: warnings
(edit) @62953   8 years vboxsync Devices: warnings
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62622   8 years vboxsync Devices: unused parameter warnings.
(edit) @62621   8 years vboxsync Devices: Fixed 3 instances of incorrect preprocessor macro usage …
(edit) @62502   8 years vboxsync (C) 2016
(edit) @62463   8 years vboxsync Devices: scm
(edit) @62462   8 years vboxsync USBProxyDevice: Please not TABs, learn the effing operator table, and …
(edit) @62317   8 years vboxsync DrvVUSBRootHub: Fix possible use after free introduced with the last fix
(edit) @62294   8 years vboxsync VUSB: Add reference couting to the USB device structure to prevent …
(edit) @62211   8 years vboxsync USB/DrvVUSBRootHub: Fix possible division by 0
(edit) @62001   8 years vboxsync DevOHCI: bugref:8125: cache for the guest memory reads
(edit) @61879   8 years vboxsync USBProxyDevice-linux.cpp: cppcheck warning
(edit) @61859   8 years vboxsync USBProxyDevice-linux: clean up emacs local variables.
(edit) @61576   9 years vboxsync Devices/USB/RootHub: Add assertion to catch when URBs are freed twice
(edit) @61247   9 years vboxsync VUSB: Shorten initial descriptor read timeout.
(edit) @61246   9 years vboxsync VUSB: Retry after most errors during device enumeration in order to …
(edit) @60800   9 years vboxsync Device/USBProxyDevice-usbip: Fixes for corner cases in the protocol
(edit) @60550   9 years vboxsync Devices/USB/USBProxyDevice-usbip.cpp: Fixes
(edit) @60515   9 years vboxsync VUSB: Allow bulk/interrupt transfer mixing (most USB stack do not …
(edit) @60514   9 years vboxsync VUSB: When aborting EPs, ignore direction for EP0.
(edit) @60497   9 years vboxsync Logging.
(edit) @60373   9 years vboxsync Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT …
(edit) @60178   9 years vboxsync VUSB: Fix assertion and non working devices attached to OHCI after a …
(edit) @59906   9 years vboxsync VUSB: Missing bits, fixing crash while saving the VM state
(edit) @59875   9 years vboxsync VUSB: Move the thread for periodic frame procession down to the …
(edit) @59859   9 years vboxsync gcc asan fix (don't call memcpy with a NULL parameter even if cb=0)
(edit) @59796   9 years vboxsync VUSB: Update pointer pointers to pVUsb and pVUsb->pUrb when …
(edit) @59776   9 years vboxsync VUSB: build fix
(edit) @59775   9 years vboxsync VUSB: Remove unused read ahead buffering code and replace with new …
(edit) @59767   9 years vboxsync VUSB: Fix possible crash
(edit) @59738   9 years vboxsync VUSB: Some structural cleanup (#7 Move the debug log trace related …
(edit) @59737   9 years vboxsync VUSB: Some structural cleanup (#6 Use RTLIST* where appropriate)
(edit) @59724   9 years vboxsync VUSB: build fix
(edit) @59722   9 years vboxsync VUSB: Some structural cleanup (#5 Optimize the allocation strategy a …
(edit) @59720   9 years vboxsync VUSB: fix 32bit builds
(edit) @59719   9 years vboxsync VUSB: export new file
(edit) @59718   9 years vboxsync VUSB: Some structural cleanup (#4 Move the URB allocation from the …
(edit) @59716   9 years vboxsync VUSB: Fix regression introduced with r105557
(edit) @59705   9 years vboxsync VUSB: Some structural cleanup (#3 build fix)
(edit) @59704   9 years vboxsync VUSB: Some structural cleanup (#3 Make the VUSB URB specific data …
(edit) @59701   9 years vboxsync VUSB: Some structural cleanup (#2 Remove the HCI specific bits from …
(edit) @59700   9 years vboxsync VUSB: Some structural cleanup (#2 Remove the HCI specific bits from …
(edit) @59688   9 years vboxsync VUSB: Some structural cleanup (#1 Don't replicate the URB tagging for …
(edit) @59687   9 years vboxsync VUSB: Some structural cleanup (#1 Don't replicate the URB tagging for …
(edit) @59686   9 years vboxsync VUSBSniffer: Add flag to avoid overwriting exitisting captures, …
(edit) @59633   9 years vboxsync USB/Sniffer: Add format writers for Linux usbmon ASCII output and …
(edit) @59616   9 years vboxsync USB/VUSBSniffer: Export new files
(edit) @59615   9 years vboxsync USB/VUSBSniffer: Separate API from format to make it possible to …
(edit) @59282   9 years vboxsync OHCI: Fixed nonsensical conditional.
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @59113   9 years vboxsync DevOHCI: bugref:8125: wakeup the framer thread only if framerate was …
(edit) @59093   9 years vboxsync Warning.
(edit) @59091   9 years vboxsync USB/Solaris: Rewrite, cleanup and numerous bug fixes to get the Apple …
(edit) @59089   9 years vboxsync USBProxyDevice: Logging.
(edit) @58778   9 years vboxsync USBProxyDevice-solaris: warning.
(edit) @58645   9 years vboxsync build fix
(edit) @58642   9 years vboxsync USBProxyDevice: on VUSBSTATUS_DNR, retry up to 5 times (thanks Dennis …
(edit) @58640   9 years vboxsync USBProxyDevice-linux: map -EPROTO to VUSBSTATUS_DNR
(edit) @58577   9 years vboxsync USB/Linux: Fix possible crash on older kernels where we have to split …
(edit) @58364   9 years vboxsync VUSB: Clear pDev->pvArgs before changing the state of the device to …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58165   9 years vboxsync USB/Darwin: Attempt to fix high-speed isochronous transfers.
(edit) @58158   9 years vboxsync USBPROXYDEV: nits.
(edit) @57990   9 years vboxsync Removed the 'temporary' VBOX_WITH_NEW_USB_CODE_ON_DARWIN define …
(edit) @57903   9 years vboxsync USB: Disabled read-ahead processing, see #6078
(edit) @57526   9 years vboxsync VUSBSniffer: Fix small memory leak
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