summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/USB/VUSBUrb.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-2/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* Devices/USB: Fix crash introduced with r150219 when a USB device is detached ...vboxsync2022-02-281-0/+1
* Devices/USB: Fix crash introduced with r150219 when a USB device is detached ...vboxsync2022-02-281-8/+5
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Devices/USB: GCC 11 build fix.vboxsync2021-12-141-2/+4
* VUSB: If a descriptor read can't be satisfied from cache, pass it through to ...vboxsync2021-07-061-13/+1
* VUSB: Removed redundant casts, fixed forgotten code (see bugref:9928)/vboxsync2021-02-041-3/+3
* VUSBUrb.cpp: Try clean up some old old hack (r25945, ++). bugref:9899vboxsync2021-01-081-14/+32
* VUSB: Restored non-minimal initial control URB extra allocation (see bugref:9...vboxsync2020-05-191-5/+5
* CamelCasing.vboxsync2020-05-191-2/+2
* VUSB: Simplified control message extra data layout (WIP).vboxsync2020-04-281-16/+12
* VUSB: Avoid too large URBs (see bugref:9697).vboxsync2020-04-081-0/+11
* VUSBUrb.cpp: Fix reaping-next-urb regression from r105601.vboxsync2020-04-061-2/+2
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Devices/VUSB: Missed pointer update on rellocationvboxsync2019-07-101-0/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-7/+7
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-1/+1
* VUSB: Removed unused 'buffered pipe' code.vboxsync2017-03-071-15/+2
* gcc 7: fall thruvboxsync2017-03-011-0/+1
* doxygen fixesvboxsync2017-01-051-2/+2
* VUSB: Doxygen fixesvboxsync2016-10-171-0/+3
* Devices: warningsvboxsync2016-08-041-8/+8
* VUSB: Allow bulk/interrupt transfer mixing (most USB stack do not distinguish...vboxsync2016-04-151-4/+20
* VUSB: Move the thread for periodic frame procession down to the roothub. Ther...vboxsync2016-02-291-0/+2
* VUSB: Update pointer pointers to pVUsb and pVUsb->pUrb when reallocating mess...vboxsync2016-02-241-2/+7
* VUSB: Remove unused read ahead buffering code and replace with new implementa...vboxsync2016-02-221-4/+5
* VUSB: Some structural cleanup (#7 Move the debug log trace related bits into ...vboxsync2016-02-191-775/+1
* VUSB: Some structural cleanup (#6 Use RTLIST* where appropriate)vboxsync2016-02-191-15/+13
* VUSB: Some structural cleanup (#3 Make the VUSB URB specific data private to ...vboxsync2016-02-161-56/+57
* VUSB: Some structural cleanup (#2 Remove the HCI specific bits from the VUSBU...vboxsync2016-02-161-11/+7
* *: scm cleanup run.vboxsync2015-08-141-9/+10
* Commit r100743 and r100913 to trunk which should improve pass through of USB ...vboxsync2015-06-161-4/+20
* Devices: Updated (C) year.vboxsync2015-06-091-1/+1
* VUSBUrb: Leave the critical section when the assertion fails before returningvboxsync2015-01-231-2/+6
* USB: fix debug assertionvboxsync2015-01-021-2/+3
* build fixvboxsync2014-10-291-4/+0
* USB: Sniffer fixesvboxsync2014-10-291-4/+4
* Add possibility to configure a single USB traffic sniffer for a complete root...vboxsync2014-10-151-0/+12
* USB: Integrate USB sniffer. Make it possible to specify a file to dump the tr...vboxsync2014-10-151-0/+16
* Devices/USB: Fix race when resetting USB devices causing a crash latervboxsync2014-09-291-2/+2
* USB: Serialize access to the extra state data for control pipes, fixes severa...vboxsync2014-08-281-4/+19
* USB: Move the URB cancellation work to the per device I/O thread, fix a deadlockvboxsync2014-08-061-9/+19
* Devices/USB: Several fixes and misc cleanups, the VM crash when detaching a U...vboxsync2014-08-021-23/+13
* Devices/USB: ancel URBs on the I/O thread if available, fixes a race causing ...vboxsync2014-07-231-23/+46