Comment 23 for bug 992639

Revision history for this message
Marius B. Kotsbak (mariusko) wrote : Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

Well, the default was changed in this kernel commit:

commit a4a47bc03fe520e95e0c4212bf97c86545fb14f9
Author: Linus Torvalds <email address hidden>
Date: Fri Feb 26 10:03:22 2010 -0800

    Lower USB storage settling delay to something more reasonable

    The five-second delay can be rather annoying, and makes the system
    appear much less responsive when you connect a USB drive.

    It's also not entirely clear that it is needed - the settling delay has
    at least historically been an issue on some Apple iPods, for example,
    and some devices have been reported to need even more than the old 5s
    delay.

    But before we penalize them all, let's see how bad it really is. Some
    of the reasons for long delays seem to be actual historical kernel bugs
    that should probably never have been papered over with a delay in the
    first place (there's a Ubuntu bug report for 2.6.20 about a NULL pointer
    dereference unless 'delay_use' is 8 or more, for example).

    It also looks like some distros have already shipped with delay_use=0,
    so the five second default may well be totally historical.

    In other words: "Let's see if anybody screams".

    Signed-off-by: Linus Torvalds <email address hidden>

which appeared in Ubuntu v2.6.34, but Ubuntu 11.10 contained a 3.0.0 kernel...