• David Brownell's avatar
    USB: gadget rndis: stop windows self-immolation · 9c264521
    David Brownell authored
    Somewhere in the conversion of the RNDIS gadget code to the new
    framework, the descriptor of its data interface seems to have
    been copied from the CDC Ethernet driver.  Unfortunately that
    means it got a nonzero altsetting ... which is incorrect.  Issue
    uncovered by Richard Röjfors <richard.rojfors@endian.se>.
    
    This patch fixes that problem, and resolves at least some cases
    of Windows XP bluescreening itself.
    
    Tested-by: Richard Röjfors <richard.rojfors@endian.se>.
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    Cc: stable <stable@kernel.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    9c264521
f_rndis.c 23.7 KB