Skip to content
  • Böszörményi Zoltán's avatar
    Introduce and use BUS_USB · 68216747
    Böszörményi Zoltán authored and Peter Hutterer's avatar Peter Hutterer committed
    With !155
    
    , the device bus ID received via udev is constructed
    properly with the "usb:" prefix. But, it is not enough to
    make the following line to work in Section "Device":
    
        BusID  "usb:0:1.2:1.0"
    
    Introduce BUS_USB, so the prefix can be distinguished from BUS_PCI
    and check the supplied BusID value against device->attribs->busid
    in xf86PlatformDeviceCheckBusID().
    
    Signed-off-by: default avatarBöszörményi Zoltán <zboszor@pr.hu>
    68216747