Commit 561a84ec authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wineboot: Install wineusb as a root-enumerated PnP service.

parent dc62d848
......@@ -1367,6 +1367,7 @@ static void install_root_pnp_devices(void)
root_devices[] =
{
{"root\\wine\\winebus", "root\\winebus\0", "C:\\windows\\inf\\winebus.inf"},
{"root\\wine\\wineusb", "root\\wineusb\0", "C:\\windows\\inf\\wineusb.inf"},
};
SP_DEVINFO_DATA device = {sizeof(device)};
unsigned int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment