USB/IP Client for Windows. Contribute to nefarius/usbip-win2 development by creating an account on GitHub.
USB/IP Client for Windows. Contribute to vadimgrn/usbip-win2 development by creating an account on GitHub.
libusbip.rc libusbip.vcxproj libusbip.vcxproj.filters output.h persistent.h remote.h resource.h vhci.h win_handle.h win_socket.h libusbip_check resources usbip wusbip .gitattributes .gitignore LICENSE README.md usbip_win2.sln Breadcrumbs ...
After finding the correct place I found that there is no reference to UpperFilters or usbip2_filter I did a search and "usbip2_filter" is not present anywhere in the registry nor is "usbip2" That said, I did find a reference to "MA-USB IP Filter Driver" under Computer\HKEY_LOCAL_...
vhub_DeviceDesc = "usbip-win VHUB" ServiceDesc = "usbip-win VHCI Service" DisplayClassName = "usbip-win" DisplayClassName = "usbip-win"2 changes: 1 addition & 1 deletion 2 driver/vhci/vhci_dev.h Original file line numberDiff line numberDiff line change @@ -25,7 +25,7 @@ #de...
2 changes: 1 addition & 1 deletion 2 userspace/config.h Original file line numberDiff line numberDiff line change @@ -3,7 +3,7 @@ #define _USBIP_CONFIG_WINDOWS_H /* Define to the full name and version of this package. */ #define PACKAGE_STRING "usbip-win 0.3.3" #define PACK...
4 changes: 4 additions & 0 deletions 4 userspace/src/usbip/usbip.vcxproj Original file line numberDiff line numberDiff line change @@ -91,6 +91,7 @@ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <AdditionalIncludeDirectories>..\..\..\include; ..\..\lib; windows</AdditionalInclud...
Open usbip_win2.sln Set certificate driver signing for package project Right-click on the Project > Properties > Driver Signing > Test Certificate Enter usbip.pfx (password: usbip) Build the solution All output files are created under x64/{Debug,Release} folders....
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> @@ -200,7 +200,7 @@ <Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command> </PostBuildEvent> <Inf> <TimeStamp>0.3.1.0</TimeStamp> <TimeStamp>0.3.2.0</Time...