mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 00:27:13 +00:00
[USBHUB] Demote a DbgBreakPoint CORE-16394
The DbgBreakPoint() was reported to be continuable without
obvious side-effects by Doug Lyons.
Thank you for your tests Doug.
To prevent what end-users may otherwise perceive as a
freeze-regression caused by enabling the new driver in
0.4.13-dev-1048-g
6392c5a78c
This commit is contained in:
parent
7fcdf0be03
commit
23f6b36174
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ USBH_SelectConfigOrInterfaceComplete(IN PDEVICE_OBJECT DeviceObject,
|
||||||
if (Urb->UrbHeader.Status == USBD_STATUS_NO_BANDWIDTH)
|
if (Urb->UrbHeader.Status == USBD_STATUS_NO_BANDWIDTH)
|
||||||
{
|
{
|
||||||
DPRINT1("USBH_SelectConfigOrInterfaceComplete: USBD_STATUS_NO_BANDWIDTH. FIXME\n");
|
DPRINT1("USBH_SelectConfigOrInterfaceComplete: USBD_STATUS_NO_BANDWIDTH. FIXME\n");
|
||||||
DbgBreakPoint();
|
/*DbgBreakPoint();*/ /* disabled due to CORE-16384, seems to be continuable */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue