Fix building usb busses with tracing on.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24880 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-04-09 21:53:11 +00:00
parent a7fb4c16b6
commit 8ff902d0bd
3 changed files with 6 additions and 0 deletions

View File

@ -501,7 +501,9 @@ EHCI::AddTo(Stack *stack)
{
#ifdef TRACE_USB
set_dprintf_enabled(true);
#ifndef __HAIKU__
load_driver_symbols("ehci");
#endif
#endif
if (!sPCIModule) {

View File

@ -1024,7 +1024,9 @@ OHCI::AddTo(Stack *stack)
{
#ifdef TRACE_USB
set_dprintf_enabled(true);
#ifndef __HAIKU__
load_driver_symbols("ohci");
#endif
#endif
if (!sPCIModule) {

View File

@ -1600,7 +1600,9 @@ UHCI::AddTo(Stack *stack)
{
#ifdef TRACE_USB
set_dprintf_enabled(true);
#ifndef __HAIKU__
load_driver_symbols("uhci");
#endif
#endif
if (!sPCIModule) {