• David Brownell's avatar
    [PATCH] ehci, debug info in driverfs · b2ade7ec
    David Brownell authored
    This patch teaches the ehci driver how to dump its schedule
    through two driverfs files:
    
      "sched-async" shows the control/bulk queue.  usually has
         no tds, often the idle queue head is showing.
      "sched-periodic" shows the iso/interrupt schedule.
    
    Since this is for debugging, the files aren't normally
    configured into the driver.
    b2ade7ec
ehci-dbg.c 10.3 KB