public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* A QUESTION ABOUT USB DRIVER
@ 2010-01-11  5:14 Steven Xu
  2010-01-11  8:25 ` Oliver Neukum
  2010-01-12 14:45 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Xu @ 2010-01-11  5:14 UTC (permalink / raw)
  To: linux-kernel

output: usb 1-1: device descriptor read/64, error -71


in drivers/usb/core/hub.c  line 2250
when a udisk inserted run to here
                        for (j = 0; j < 3; ++j) {
                                buf->bMaxPacketSize0 = 0;

                                r = usb_control_msg(udev, usb_rcvaddr0pipe(),
                                        USB_REQ_GET_DESCRIPTOR, USB_DIR_IN,
                                        USB_DT_DEVICE << 8, 0,
                                        buf, GET_DESCRIPTOR_BUFSIZE,
                                        (i ? USB_CTRL_GET_TIMEOUT : 1000));
 return r=-74,

WHAT IS THE POSSIBEL REASON FOR THIS?
THANKS!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-12 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11  5:14 A QUESTION ABOUT USB DRIVER Steven Xu
2010-01-11  8:25 ` Oliver Neukum
2010-01-12 14:45 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox