8000 Tags · pingzhenyu/usbip-win · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pingzhenyu/usbip-win

Tags

v0.3.5

Toggle v0.3.5's commit message
update version to 0.3.5

v0.3.5-dev

Toggle v0.3.5-dev's commit message
update version to 0.3.4

v0.3.4

Toggle v0.3.4's commit message
update version to 0.3.4

v0.3.3-dev

Toggle v0.3.3-dev's commit message
raise maximum number of ports of vhci(ude) to 16

Maximum # of ports of vhci(ude) was 4. It was relatively small?
Now, ports number is raised to 16.
Attach command will show a proper error message when port full occur.

v0.3.2

Toggle v0.3.2's commit message
update version to 0.3.2

Version 0.3.2. Now usbip.exe, usbipd.exe have version resources.

v0.3.1

Toggle v0.3.1's commit message
update usb.ids

up-to-date usb.ids from http://www.linux-usb.org/usb.ids (cezanne#151)

v0.3.0

Toggle v0.3.0's commit message
new vhci driver based on kmdf UDE

The old WDM-based vhci could not fully support USB libraries and
applications such as cezanne#111 because it did not implement many USB host
contoller & hub functionalities. They were impossible to be properly
developed with poor MS documents. However, MS has already implemented
most things via USB device emulation(UDE).

Now, usbip-win provides a vhci driver using UDE. It is experimental
and more tests are required.

v0.2.0

Toggle v0.2.0's commit message
vhci driver version up from 0.3 to 0.4

From 103ebb8, vhci drver
implementation is quite different from previous drviers, which can
simulate a real host controller and a USB hub. So, in order to prevent
confusion with an old vhci driver, version up to 0.4 would be helpful.

v0.1.0

Toggle v0.1.0's commit message
remove invalid error logs generated by an usbipd while listing devices

When an usipd lists exported devices, invalid error logs are generated.
(reported from cezanne#137) To suppress unnecessary logs, a stub traversing
routine first checks a traversed device has a stub device interface.

v0.0.9

Toggle v0.0.9's commit message
Add nominal support of USBDI V3 for vhci controller

An ASUS bluetooth USB dongle requires vhci to support USBDI V3.
Although the effect of the version up of USBDI cannot be identified,
its skeleton is embodied for future implementation.
IRP_MN_QUERY_PNP_DEVICE_STATE is also simply implemented to return
STATUS_SUCCESS.
0