From dc62d848284de0c3506279747f6ca504efb53a86 Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Thu, 16 Apr 2020 19:58:18 -0500 Subject: [PATCH] wineusb.inf: Add new INF file. Signed-off-by: Zebediah Figura Signed-off-by: Alexandre Julliard --- loader/Makefile.in | 3 ++- loader/wine.inf.in | 1 + loader/wineusb.inf.in | 22 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 loader/wineusb.inf.in diff --git a/loader/Makefile.in b/loader/Makefile.in index f9b2fa92938..f76b7c6d64e 100644 --- a/loader/Makefile.in +++ b/loader/Makefile.in @@ -10,7 +10,8 @@ SOURCES = \ wine.pl.UTF-8.man.in \ wine_info.plist.in \ winebus.inf.in \ - winehid.inf.in + winehid.inf.in \ + wineusb.inf.in PROGRAMS = $(WINELOADER_PROGRAMS) INSTALL_LIB = $(WINELOADER_PROGRAMS) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index e1546713db8..91eb68e6d59 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -3851,6 +3851,7 @@ HKLM,Software\Wine\LicenseInformation,"Shell-PremiumInBoxGames-Chess-EnableGame" [InfFiles] winebus.inf winehid.inf +wineusb.inf [NlsFiles] c_037.nls diff --git a/loader/wineusb.inf.in b/loader/wineusb.inf.in new file mode 100644 index 00000000000..be01f00296d --- /dev/null +++ b/loader/wineusb.inf.in @@ -0,0 +1,22 @@ +[Version] +Signature="$CHICAGO$" +ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} +Class=System + +[Manufacturer] +Wine=mfg_section + +[mfg_section] +Wine USB bus driver=device_section,root\wineusb + +[device_section.Services] +AddService = wineusb,0x2,svc_section + +[svc_section] +Description="Wine USB bus driver" +DisplayName="Wine USB bus" +ServiceBinary="%12%\wineusb.sys" +LoadOrderGroup="WinePlugPlay" +ServiceType=1 +StartType=3 +ErrorControl=1