Kevin Brosius wrote: > > David Brownell wrote: > > > > > > Hi, > > > > This is a slightly cleaned up version of Kevin's patch to > > add a "registers" sysfs debug file. Minor style and whitespace > > fixups, prints the other register, resolved config/build > > issues (minor). > > > > It also has two minor tweaks: a fix for a potential assertion > > violation on a "dead-hc" cleanup path (rare), and wasting less > > time blocking irqs when they're already blocked. > > > > Please merge; this is against your current BK. > > > > - Dave > > This exhibits a build error when OHCI_VERBOSE_DEBUG is enabled: > > In file included from drivers/usb/host/ohci-hcd.c:143: > drivers/usb/host/ohci-q.c: In function `td_done': > drivers/usb/host/ohci-q.c:686: `ohci' undeclared (first use in this > function) > drivers/usb/host/ohci-q.c:686: (Each undeclared identifier is reported > only once > drivers/usb/host/ohci-q.c:686: for each function it appears in.) > make -f scripts/Makefile.build obj=net/core > make[3]: *** [drivers/usb/host/ohci-hcd.o] Error 1 > > -- > Kevin
And in related news... It also seems to break device attaches for me: ----- Mar 1 07:20:05 sea kernel: usb 1-2: USB device not accepting new address=2 (err or=-110) ... (several more messages, a power cycle of the usb device)... Mar 1 07:21:59 sea kernel: usb 1-2: USB device not accepting new address=5 (error=-110) ----- I don't see any error indications or other messages related to the attach that might explain this. This USB device does attach if I revert the changeset. -- Kevin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
