Ticket #2083: diff_no_usb_trace.diff
File diff_no_usb_trace.diff, 755 bytes (added by , 17 years ago) |
---|
-
build/config_headers/tracing_config.h
5 5 6 6 // enable tracing (0/1) 7 7 #ifndef ENABLE_TRACING 8 # define ENABLE_TRACING 08 # define ENABLE_TRACING 1 9 9 #endif 10 10 11 11 // tracing buffer size (in bytes) -
src/add-ons/kernel/busses/usb/ehci.cpp
5 5 * Authors: 6 6 * Michael Lotz <mmlr@mlotz.ch> 7 7 */ 8 #define TRACE_USB 8 9 9 10 #include <module.h> 10 11 #include <PCI.h>