• D
    USB: gadget: serial gadget cleanups · 51a0e85c
    David Brownell 提交于
    Clean up the serial gadget, using newer APIs and conventions:
    
     - gadget_is_dualspeed() and gadget_is_otg() ... #ifdef removal
    
     - Remove many now-needless #includes
    
     - Use the DEBUG and VERBOSE_DEBUG conventions; turned up a bug in
       the original debug messaging
    
     - Various whitespace fixes.
    
    This gave only a minor object code shrinkage, but the source looks
    much cleaner in various places.
    Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
    Cc: Al Borchers <alborchers@steinerpoint.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    51a0e85c
serial.c 57.6 KB