|
|
@55414
|
10 years |
vboxsync |
USB,EHCI,OHCI: release and reacquire the critical section when …
|
|
|
@55337
|
10 years |
vboxsync |
USB: Walk the async URB list only under the critical section or we …
|
|
|
@54568
|
10 years |
vboxsync |
In case we need it later.
|
|
|
@54556
|
10 years |
vboxsync |
VUSB: Added RH service to abort an endpoint (as opposed to canceling a …
|
|
|
@54381
|
10 years |
vboxsync |
Typo fix.
|
|
|
@54072
|
10 years |
vboxsync |
USB: Make the number of reported OHCI ports adjustable.
|
|
|
@53977
|
10 years |
vboxsync |
VUSB: Added separate SS EP companion descriptor to VUSBDESCENDPOINTEX …
|
|
|
@53949
|
10 years |
vboxsync |
VUSBUrb: Leave the critical section when the assertion fails before …
|
|
|
@53911
|
10 years |
vboxsync |
OHCI: Immediately wake up the frame thread when an URB completed and …
|
|
|
@53633
|
10 years |
vboxsync |
USB: fix debug assertion
|
|
|
@53624
|
10 years |
vboxsync |
scm automatic cleanups.
|
|
|
@53429
|
10 years |
vboxsync |
USB: Fix FreeBSD backend (thanks to Hans Petter Selasky)
|
|
|
@53411
|
10 years |
vboxsync |
USB: Continue work on USB/IP backend
|
|
|
@53260
|
10 years |
vboxsync |
USB: Current state of USB/IP backend (work in progress)
|
|
|
@53211
|
10 years |
vboxsync |
Alignment.
|
|
|
@53210
|
10 years |
vboxsync |
PDM/VUSB: Provide port/device speed to HCs (and emulated devices).
|
|
|
@53168
|
10 years |
vboxsync |
VUSBSniffer: Don't include the setup URB data twice in the packet
|
|
|
@53163
|
10 years |
vboxsync |
VUSBSniffer: replace existing USB captures instead of failing
|
|
|
@53162
|
10 years |
vboxsync |
build fix
|
|
|
@53161
|
10 years |
vboxsync |
USB: Sniffer fixes
|
|
|
@53146
|
10 years |
vboxsync |
VUSBSniffer: Make it work with isochronous endpoints
|
|
|
@53072
|
10 years |
vboxsync |
VUSBSniffer: More fixes
|
|
|
@53071
|
10 years |
vboxsync |
VUSBSniffer: use semaphore to protect data against concurrent access
|
|
|
@53067
|
10 years |
vboxsync |
Add possibility to configure a single USB traffic sniffer for a …
|
|
|
@53062
|
10 years |
vboxsync |
USB: Integrate USB sniffer. Make it possible to specify a file to dump …
|
|
|
@53060
|
10 years |
vboxsync |
VUSBSniffer: Fixes
|
|
|
@53014
|
10 years |
vboxsync |
VUSB: Implement sniffer facility for creating USB traces from devices …
|
|
|
@52948
|
10 years |
vboxsync |
USBProxyDevice-linux: various fixes for the split URB code paths used …
|
|
|
@52946
|
10 years |
vboxsync |
USBProxyDevice-linux: Hold the critical section while splitting the …
|
|
|
@52881
|
10 years |
vboxsync |
Devices/USB: Fix race when resetting USB devices causing a crash later
|
|
|
@52878
|
10 years |
vboxsync |
USB: Fix lock order violation when canceling all URBs
|
|
|
@52526
|
10 years |
vboxsync |
usb arg2
|
|
|
@52525
|
10 years |
vboxsync |
memset. arg.
|
|
|
@52522
|
10 years |
vboxsync |
VUSBDevice.cpp: The critical sections associated with the pipes shall …
|
|
|
@52517
|
10 years |
vboxsync |
Devices/USB: Fix crash on Linux hosts, a hang when disconnecting a USB …
|
|
|
@52513
|
10 years |
vboxsync |
USB: Serialize access to the extra state data for control pipes, fixes …
|
|
|
@52386
|
10 years |
vboxsync |
USBProxyDevice-linux: Make sure USBDEVFS_URB_SHORT_NOT_OK is only ever …
|
|
|
@52307
|
10 years |
vboxsync |
Build fix, take 5
|
|
|
@52306
|
10 years |
vboxsync |
Build fix, take 4
|
|
|
@52305
|
10 years |
vboxsync |
Build fix, take 3
|
|
|
@52304
|
10 years |
vboxsync |
Build fix, take 2
|
|
|
@52302
|
10 years |
vboxsync |
Build fix
|
|
|
@52301
|
10 years |
vboxsync |
USB: Move the URB cancellation work to the per device I/O thread, fix …
|
|
|
@52274
|
10 years |
vboxsync |
USB: Destroy I/O thread and request queue last because they might be …
|
|
|
@52270
|
10 years |
vboxsync |
Fix 32bit build box
|
|
|
@52269
|
10 years |
vboxsync |
USB: Cleanup, move the device reset worker to the I/O thread instead …
|
|
|
@52255
|
10 years |
vboxsync |
Shot at fixing 32bit builds
|
|
|
@52254
|
10 years |
vboxsync |
Devices/USB: Several fixes and misc cleanups, the VM crash when …
|
|
|
@52209
|
10 years |
vboxsync |
OHCI,EHCI: 6305: Maximal number of ports is set to 15
|
|
|
@52150
|
10 years |
vboxsync |
32-bit Linux build fix
|
|
|
@52148
|
10 years |
vboxsync |
Devices/USB: ancel URBs on the I/O thread if available, fixes a race …
|
|
|
@51991
|
10 years |
vboxsync |
DevOHCI.cpp: RTCritSectDelete asserts if the section is uninitialized.
|
|
|
@51990
|
10 years |
vboxsync |
DevOHCI.cpp: RTCritSectDelete asserts if the section is uninitialized.
|
|
|
@51738
|
10 years |
vboxsync |
USB/win/USBProxyDevice-win.cpp: Return last error code instead of just …
|
|
|
@51636
|
10 years |
vboxsync |
Devices: release log cosmetics.
|
|
|
@51589
|
10 years |
vboxsync |
USB/OHCI: Fix saved state assertion witz emulated USB devices
|
|
|
@50530
|
11 years |
vboxsync |
USB: Split dev_usb logging group into dev_ehci and dev_ohci so the …
|
|
|
@50453
|
11 years |
vboxsync |
USB/ReadAhead: Don't keep the buffered URBs around when the buffer …
|
|
|
@50245
|
11 years |
vboxsync |
USBProxyDevice: Fix broken passthrough, pfnSetConfig returns a status …
|
|
|
@50238
|
11 years |
vboxsync |
win-dbg build fix
|
|
|
@50237
|
11 years |
vboxsync |
Another Solaris build fix
|
|
|
@50236
|
11 years |
vboxsync |
USB/Proxy-freebsd: Forgotten true/false -> rc conversion
|
|
|
@50235
|
11 years |
vboxsync |
Solaris build fix
|
|
|
@50234
|
11 years |
vboxsync |
USB/Proxy: More code cleanup and finish a few todos, also some new …
|
|
|
@50233
|
11 years |
vboxsync |
Windows build fix
|
|
|
@50232
|
11 years |
vboxsync |
Another Solaris build fix
|
|
|
@50231
|
11 years |
vboxsync |
OS X build fix
|
|
|
@50230
|
11 years |
vboxsync |
Solaris build fix
|
|
|
@50229
|
11 years |
vboxsync |
Removed a bit too much
|
|
|
@50228
|
11 years |
vboxsync |
USB/Proxy: Start a source code cleanup, remove unused struct members …
|
|
|
@50093
|
11 years |
vboxsync |
USBProxy-darwin: Fix high CPU consumption caused by not sleeping in …
|
|
|
@49991
|
11 years |
vboxsync |
OHCI,EHCI: Fix save/restore issues keeping saved state compatibility
|
|
|
@49959
|
11 years |
vboxsync |
EHCI,OHCI: Cleanup
|
|
|
@49958
|
11 years |
vboxsync |
EHCI,OHCI: Fix possible deadlock introduced with the first version of …
|
|
|
@49817
|
11 years |
vboxsync |
Fix darwin burn
|
|
|
@49816
|
11 years |
vboxsync |
Try to fix solaris burn
|
|
|
@49815
|
11 years |
vboxsync |
Try to fix burn
|
|
|
@49814
|
11 years |
vboxsync |
Devices/USB: First part of the rework, move most of the work to …
|
|
|
@49117
|
11 years |
vboxsync |
USB: Missing change
|
|
|
@49097
|
11 years |
vboxsync |
Alignment
|
|
|
@49094
|
11 years |
vboxsync |
build fix
|
|
|
@49092
|
11 years |
vboxsync |
VUSB,EHCI,OHCI: Add a method to query whether a device is emulated or …
|
|
|
@48947
|
11 years |
vboxsync |
Devices: Whitespace and svn:keyword cleanups by scm.
|
|
|
@47504
|
11 years |
vboxsync |
Devices/USB/VUSBUrb: Hex prefix like we use in all other places.
|
|
|
@47497
|
11 years |
vboxsync |
Solaris/USB: Fix short-transfers-okay flag.
|
|
|
@46806
|
11 years |
vboxsync |
USB: respect the case that vusbDevGetRh() returns NULL
|
|
|
@46326
|
12 years |
vboxsync |
RT_STR_TUPLE
|
|
|
@46046
|
12 years |
vboxsync |
USB/proxy/darwin: typo.
|
|
|
@45756
|
12 years |
vboxsync |
VBox/USB:proxy:darwin: detaching bits for vSMP case.
|
|
|
@45755
|
12 years |
vboxsync |
VBox/USB: fix in common USB code for device detachment.
|
|
|
@45671
|
12 years |
vboxsync |
OHCI: Endpoints may need to be skipped when looking for orphaned URBs.
|
|
|
@45667
|
12 years |
vboxsync |
build fix
|
|
|
@45666
|
12 years |
vboxsync |
OHCI: Periodically cancel orphaned URBs.
|
|
|
@45626
|
12 years |
vboxsync |
USB/Darwin: checks whether event's sources presents in the run loop of …
|
|
|
@45025
|
12 years |
vboxsync |
Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
|
|
|
@44902
|
12 years |
vboxsync |
Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
|
|
|
@44835
|
12 years |
vboxsync |
Fixed typo in comment.
|
|
|
@44699
|
12 years |
vboxsync |
DevOHCI.cpp: pOhci -> pThis, like the rest.
|
|
|
@44698
|
12 years |
vboxsync |
DevOHCI.cpp: ohciMmioWrite will only get DWORD size+aligned requests …
|
|
|
@44571
|
12 years |
vboxsync |
Fixed hungarian typos in MSI registration code. Some E1000 prefix …
|
|
|