diff options
Diffstat (limited to 'drivers/usb/host/ohci-dbg.c')
-rw-r--r-- | drivers/usb/host/ohci-dbg.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-dbg.c b/drivers/usb/host/ohci-dbg.c index 7bfffcbbd226..da52609a9290 100644 --- a/drivers/usb/host/ohci-dbg.c +++ b/drivers/usb/host/ohci-dbg.c | |||
@@ -667,6 +667,11 @@ show_registers (struct class_device *class_dev, char *buf) | |||
667 | size -= temp; | 667 | size -= temp; |
668 | next += temp; | 668 | next += temp; |
669 | 669 | ||
670 | temp = scnprintf (next, size, "hub poll timer %s\n", | ||
671 | ohci_to_hcd(ohci)->poll_rh ? "ON" : "off"); | ||
672 | size -= temp; | ||
673 | next += temp; | ||
674 | |||
670 | /* roothub */ | 675 | /* roothub */ |
671 | ohci_dump_roothub (ohci, 1, &next, &size); | 676 | ohci_dump_roothub (ohci, 1, &next, &size); |
672 | 677 | ||