Searched hist:"838251124 ccc1b6d6de301f4828a9077c7f6ebfa" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/bus_managers/usb/ |
H A D | usb_private.h | 838251124ccc1b6d6de301f4828a9077c7f6ebfa Thu Sep 16 17:15:34 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rework Device deinitialization and destruction.
* Destroy interfaces and endpoints before deleting the default pipe, as all of these may actually use the default pipe at any time while they are alive.
* Remove the default pipe and then ourselves from the stack before deleting the default pipe, as it also may be used at any time.
May help with some of the open tickets about USB stack KDLs.
|
H A D | Device.cpp | 838251124ccc1b6d6de301f4828a9077c7f6ebfa Thu Sep 16 17:15:34 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rework Device deinitialization and destruction.
* Destroy interfaces and endpoints before deleting the default pipe, as all of these may actually use the default pipe at any time while they are alive.
* Remove the default pipe and then ourselves from the stack before deleting the default pipe, as it also may be used at any time.
May help with some of the open tickets about USB stack KDLs.
|