• David Brownell's avatar
    [PATCH] LDM and driver binding · 4c8b54f6
    David Brownell authored
    Here's a more complete patch for that driver binding problem.
    Now (a) when scanning for a driver to handle a new device,
    scanning stops after the first successful probe not the
    first successful match; and (b) new drivers get every chance to
    bind to additional devices, even after the first one succeeds.
    
    Please merge.  This will help resolve some of the USB flakies
    in recent kernels.  Note that (a) was noticed independently by
    me and Andries Brouwer, and AFAIK this is the first patch to
    also fix failure (b) which was uncovered by fixing (a).
    4c8b54f6
core.c 7.25 KB