usbip-rs/cli
Davíð Steinn Geirsson b57039d22a fix: compute devid from import response for vhci attach
The client was passing devid=0 to vhci_hcd during attach, but the
server computes expected_devid from (bus_num << 16) | dev_num. This
caused the server's devid validation (added in 76f5134) to reject
every URB from the kernel client.
2026-03-27 19:56:52 +00:00
..
src fix: compute devid from import response for vhci attach 2026-03-27 19:56:52 +00:00
Cargo.toml fix: update nusb rev in both lib and cli, update flake cargoHash 2026-03-25 22:17:10 +00:00