commit | dcc7461eef7341e84e2f7274f904ce01a43b2506 | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@csr.com> | Wed Nov 26 13:36:59 2008 +0000 |
committer | David Vrabel <david.vrabel@csr.com> | Wed Nov 26 13:36:59 2008 +0000 |
tree | 25afd640b7ed7fc1efc29fd0075f0d399af93e84 | |
parent | e4b49580f70380a4216ff8220c8f48a95e21c238 [diff] [blame] |
wusb: add debug files for ASL, PZL and DI to the whci-hcd driver Add asl, pzl and di debugfs files to uwb/uwbN/wusbhc for WHCI host controller. These dump the current ASL, PZL and DI buffer. Signed-off-by: David Vrabel <david.vrabel@csr.com>
diff --git a/drivers/usb/host/whci/Kbuild b/drivers/usb/host/whci/Kbuild index 26a3871..11e5040 100644 --- a/drivers/usb/host/whci/Kbuild +++ b/drivers/usb/host/whci/Kbuild
@@ -2,6 +2,7 @@ whci-hcd-y := \ asl.o \ + debug.o \ hcd.o \ hw.o \ init.o \