Signed-off-by: Zebediah Figura z.figura12@gmail.com --- 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 f9b2fa9293..f76b7c6d64 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 e1546713db..91eb68e6d5 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 0000000000..be01f00296 --- /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