Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144451101
D27108.id79236.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
837 B
Referenced Files
None
Subscribers
None
D27108.id79236.diff
View Options
Index: usb_hub.c
===================================================================
--- usb_hub.c
+++ usb_hub.c
@@ -720,8 +720,10 @@
if ((sc->sc_st.port_change & UPS_C_CONNECT_STATUS) ||
(!(sc->sc_st.port_status & UPS_CURRENT_CONNECT_STATUS))) {
if (timeout) {
- DPRINTFN(0, "giving up port reset "
- "- device vanished\n");
+ DPRINTFN(0, "giving up port %d reset - "
+ "device vanished: change %#x status %#x\n",
+ portno, sc->sc_st.port_change,
+ sc->sc_st.port_status);
goto error;
}
timeout = 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 12:30 PM (7 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28579052
Default Alt Text
D27108.id79236.diff (837 B)
Attached To
Mode
D27108: usb_hub: giving up port reset - device vanished
Attached
Detach File
Event Timeline
Log In to Comment