• C
    node_device: udev: Use base 16 for product/vendor · 3238081e
    Cole Robinson 提交于
    udev doesn't prefix USB product/vendor info with '0x', so the
    strtol conversions were wrong for the product field (vendor already
    set the correct base). Make the change for PCI product/vendor as
    well to be safe.
    
    This fixes USB device assignment via virt-manager.
    3238081e
node_device_udev.c 43.1 KB