• Kyösti Mälkki's avatar
    usb: gadget: dbgp: Fix endpoint config after USB disconnect · 6876d58f
    Kyösti Mälkki authored
    SET_FEATURE request with DEBUG_MODE only worked the first time after module
    initialisation. Per the USB 2.0 debug device specification, said request
    is to be treated as if it were a SET_CONFIGURATION request, i.e. endpoint
    must be re-configured.
    
    As configure_endpoints() may now get called multiple times, move it outside
    __init and move serial_alloc_tty() call into __init.
    
    Code has assumption that endpoint mapping remains unchanged with consecutive
    calls of configure_endpoints().
    Signed-off-by: default avatarKyösti Mälkki <kyosti.malkki@gmail.com>
    Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
    6876d58f
dbgp.c 8.51 KB