linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: David Acklam <dackl@post.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: compiled-in (non-modular) USB initialization bug
Date: Mon, 17 Sep 2001 15:26:25 -0700	[thread overview]
Message-ID: <20010917152625.E32389@kroah.com> (raw)
In-Reply-To: <20010917140500.C32389@kroah.com> <Pine.LNX.4.30.0109171717200.2285-300000@Enterprise.udcnet.dyn.dhs.org>
In-Reply-To: <Pine.LNX.4.30.0109171717200.2285-300000@Enterprise.udcnet.dyn.dhs.org>

On Mon, Sep 17, 2001 at 05:19:05PM -0500, David Acklam wrote:
> 
> I've edited the dmesg output to put a 'marker' between what's modular and
> what's compiled-in. You will note the input0 init is post-FS-mount.

I think you have a timing issue.
The USB input driver is loaded and started before init starts, but it
takes an ammount of time before the USB device is seen by the USB core
and initialized.  This seems to happen _after_ init starts up :)

Other than simply sitting and spinning in the USB init code for all of
the devices to be found before continuing on, I don't know what could be
done for this.

Anyone else have any ideas?

thanks,

greg k-h

  parent reply	other threads:[~2001-09-17 22:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-17 19:34 compiled-in (non-modular) USB initialization bug David Acklam
2001-09-17 21:05 ` Greg KH
     [not found]   ` <Pine.LNX.4.30.0109171717200.2285-300000@Enterprise.udcnet.dyn.dhs.org>
2001-09-17 22:26     ` Greg KH [this message]
2001-09-17 22:41 ` Eric Lammerts
2001-09-18 19:19   ` Eric Lammerts

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=20010917152625.E32389@kroah.com \
    --to=greg@kroah.com \
    --cc=dackl@post.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;
as well as URLs for NNTP newsgroup(s).