All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Steven Xu <linuxkernel.xxz@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: A QUESTION ABOUT USB DRIVER
Date: Tue, 12 Jan 2010 06:45:53 -0800	[thread overview]
Message-ID: <20100112144553.GA26050@kroah.com> (raw)
In-Reply-To: <1fd295ee1001102114p1b74336q16bb35d973b40c1c@mail.gmail.com>

On Mon, Jan 11, 2010 at 01:14:31PM +0800, Steven Xu wrote:
> 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?

It is needed, why, are you having problems with it?

thanks,

greg k-h

      parent reply	other threads:[~2010-01-12 14:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=20100112144553.GA26050@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxkernel.xxz@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.