├── LICENSE ├── README.md ├── USBDDFix.sln ├── USBDDFix ├── Acerca.Designer.cs ├── Acerca.cs ├── Acerca.resx ├── App.xaml ├── App.xaml.cs ├── MainForm.Designer.cs ├── MainForm.cs ├── MainForm.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ └── WPFAssemblyInfo.cs ├── USBDDFix.csproj ├── USBDDFix.sln ├── Window1.xaml ├── Window1.xaml.cs ├── app.config └── app.manifest └── meta ├── art ├── ic_main.png └── screenshot.png └── output └── USBDDFix.exe /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/README.md -------------------------------------------------------------------------------- /USBDDFix.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix.sln -------------------------------------------------------------------------------- /USBDDFix/Acerca.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/Acerca.Designer.cs -------------------------------------------------------------------------------- /USBDDFix/Acerca.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/Acerca.cs -------------------------------------------------------------------------------- /USBDDFix/Acerca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/Acerca.resx -------------------------------------------------------------------------------- /USBDDFix/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/App.xaml -------------------------------------------------------------------------------- /USBDDFix/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/App.xaml.cs -------------------------------------------------------------------------------- /USBDDFix/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/MainForm.Designer.cs -------------------------------------------------------------------------------- /USBDDFix/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/MainForm.cs -------------------------------------------------------------------------------- /USBDDFix/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/MainForm.resx -------------------------------------------------------------------------------- /USBDDFix/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/Program.cs -------------------------------------------------------------------------------- /USBDDFix/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /USBDDFix/Properties/WPFAssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/Properties/WPFAssemblyInfo.cs -------------------------------------------------------------------------------- /USBDDFix/USBDDFix.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/USBDDFix.csproj -------------------------------------------------------------------------------- /USBDDFix/USBDDFix.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/USBDDFix.sln -------------------------------------------------------------------------------- /USBDDFix/Window1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/Window1.xaml -------------------------------------------------------------------------------- /USBDDFix/Window1.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/Window1.xaml.cs -------------------------------------------------------------------------------- /USBDDFix/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/app.config -------------------------------------------------------------------------------- /USBDDFix/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/USBDDFix/app.manifest -------------------------------------------------------------------------------- /meta/art/ic_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/meta/art/ic_main.png -------------------------------------------------------------------------------- /meta/art/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/meta/art/screenshot.png -------------------------------------------------------------------------------- /meta/output/USBDDFix.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SimulatedRealitySoft/USBDDFixer/HEAD/meta/output/USBDDFix.exe --------------------------------------------------------------------------------