From: Greg KH <greg@kroah.com>
To: Rick Haines <rick@kuroyi.net>,
Kernel Mailing List <linux-kernel@vger.kernel.org>,
linux-usb-devel@sourceforge.net
Subject: Re: [linux-usb-devel] Re: test12-pre3 (broke my usb)
Date: Wed, 29 Nov 2000 21:54:50 -0800 [thread overview]
Message-ID: <20001129215450.A19398@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.10.10011282248530.6275-100000@penguin.transmeta.com> <20001129183834.A443@sasami.kuroyi.net> <3A259FA2.1A46298E@linux.com>
In-Reply-To: <3A259FA2.1A46298E@linux.com>; from david@linux.com on Wed, Nov 29, 2000 at 04:30:26PM -0800
> > Nov 29 17:12:14 sasami kernel: usb_control/bulk_msg: timeout
> > Nov 29 17:12:14 sasami kernel: usb.c: USB device not accepting new address=6 (error=-110)
This message is now showing up for a lot of people.
I think we need to change the source to have it say what is really
happening:
diff -Naur -X dontdiff linux-2.4.0-test11/drivers/usb/usb.c linux-2.4.0-test11-greg/drivers/usb/usb.c
--- linux-2.4.0-test11/drivers/usb/usb.c Fri Nov 24 16:19:36 2000
+++ linux-2.4.0-test11-greg/drivers/usb/usb.c Wed Nov 29 21:55:38 2000
@@ -2008,7 +2008,8 @@
err = usb_set_address(dev);
if (err < 0) {
- err("USB device not accepting new address=%d (error=%d)",
+ err("USB device not accepting new address=%d (error=%d), "
+ "host controller probably not getting any interrupts",
dev->devnum, err);
clear_bit(dev->devnum, &dev->bus->devmap.devicemap);
dev->devnum = -1;
greg k-h
--
greg@(kroah|wirex).com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-11-30 6:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-29 6:57 test12-pre3 Linus Torvalds
2000-11-29 23:10 ` [patch] test12-pre3 include/linux/elf.h Keith Owens
2000-11-29 23:38 ` test12-pre3 (broke my usb) Rick Haines
2000-11-29 23:46 ` Miles Lane
2000-11-30 0:30 ` David Ford
2000-11-30 5:54 ` Greg KH [this message]
2000-12-01 6:00 ` test12-pre3 (FireWire issue) Dax Kelson
2000-12-04 0:10 ` Andreas Bombe
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=20001129215450.A19398@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@sourceforge.net \
--cc=rick@kuroyi.net \
/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.