Skip to content
  • Hans de Goede's avatar
    usb: Add a speedmask to devices · ba3f9bfb
    Hans de Goede authored
    
    
    This is used to indicate at which speed[s] the device can operate,
    so that this can be checked to match the ports capabilities when it gets
    attached to a bus.
    
    Note that currently all usb1 emulated device claim to be fullspeed, this
    seems to not cause any problems, but still seems wrong, because with real
    hardware keyboards, mice and tablets usually are lo-speed, so reporting these
    as fullspeed devices seems wrong.
    
    Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
    ba3f9bfb