• Dominik Kuhlen's avatar
    [PATCH] fix USB documentation bug · 93758098
    Dominik Kuhlen authored
    USB fix documentation bug
    
     After some source investigations I discovered a harmless mistake:
     The description of the  usb_control_msg(...) function says
     it returns 0, or less than 0 if an error occured, but
     the usb_internal_control_msg returns length, which is sometimes >0
     (success) or <0 if error.
    93758098
usb.c 78.8 KB