Ticket #2083: diff_no_usb_trace.diff

File diff_no_usb_trace.diff, 755 bytes (added by pieterpan, 16 years ago)

cant get usb traccking output with this... why not?

  • build/config_headers/tracing_config.h

     
    55
    66// enable tracing (0/1)
    77#ifndef ENABLE_TRACING
    8 #   define ENABLE_TRACING 0
     8#   define ENABLE_TRACING 1
    99#endif
    1010
    1111// tracing buffer size (in bytes)
  • src/add-ons/kernel/busses/usb/ehci.cpp

     
    55 * Authors:
    66 *      Michael Lotz <mmlr@mlotz.ch>
    77 */
     8#define TRACE_USB
    89
    910#include <module.h>
    1011#include <PCI.h>