wineboot: Install wineusb as a root-enumerated PnP service.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
dc62d84828
commit
561a84ec91
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user