mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Xu <linuxkernel.xxz@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: A QUESTION ABOUT USB DRIVER
Date: Mon, 11 Jan 2010 13:14:31 +0800	[thread overview]
Message-ID: <1fd295ee1001102114p1b74336q16bb35d973b40c1c@mail.gmail.com> (raw)

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!

             reply	other threads:[~2010-01-11  5:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-11  5:14 Steven Xu [this message]
2010-01-11  8:25 ` Oliver Neukum
2010-01-12 14:45 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1fd295ee1001102114p1b74336q16bb35d973b40c1c@mail.gmail.com \
    --to=linuxkernel.xxz@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®