Comment 4 for bug 291351

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi virusek,

Thanks for the reference to the upstream patch. I'm including the upstream git commit id for the kernel team to reference. I'll go ahead and open an Intrepid nomination to try to get this patch pulled in as an SRU (Stable Release Update). Thanks.

ogasawara@emiko:~/linux-2.6$ git log ./drivers/usb/atm/speedtch.c
commit 8fc7aeab3851ed8c3ecf28901ca2c6f0400955c7
Author: Alan Stern <email address hidden>
Date: Mon Oct 20 09:52:12 2008 -0400

    USB: Speedtouch: add pre_reset and post_reset routines

    This patch (as1150) fixes a problem in the speedtch driver. When it
    resets the modem during probe it will be unbound from the other
    interfaces it has claimed, because it doesn't define a pre_reset and a
    post_reset method.

    The patch defines "do-nothing" methods. This fixes Bugzilla #11767.

    Signed-off-by: Alan Stern <email address hidden>
    Cc: stable <email address hidden>
    Signed-off-by: Greg Kroah-Hartman <email address hidden>