Skip to content
  • Simon Glass's avatar
    blk: Switch over to using uclass IDs · e33a5c6b
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    
    We currently have an if_type (interface type) and a uclass id. These are
    closely related and we don't need to have both.
    
    Drop the if_type values and use the uclass ones instead.
    
    Maintain the existing, subtle, one-way conversion between UCLASS_USB and
    UCLASS_MASS_STORAGE for now, and add a comment.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    e33a5c6b