cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.98k stars 350 forks source link

Missing Serial Number and Device Name #192

Closed jakjablonski closed 3 years ago

jakjablonski commented 4 years ago

Hi,

I'm trying to share usb devices using your software and I found 2 issues.

  1. Missing Device Name and Serial Number Server: image Client: image

Device Name has changed to HPDO and Serial Number is missing

  1. Max length of the serial number is too small After setting this line to 18 - #define MAX_VHCI_INSTANCE_ID 16 -> 18 Then I can assign a longer serial number when attaching USB on Windows. usbip.exe attach -r 192.168.0.1 -b 5-1.1 -i 4600000D0D221600
ghost commented 4 years ago

image The serial number is present in the log when connected to the client. I join the previous post, I am very interested in the transfer from the server of the serial number and the name of the device.

cezanne commented 3 years ago

@jakjablonski :

  1. Missing Device Name and Serial Number I gave up USBdeview working for vhci(WDM). It was too complicated to emulate a virtual hub. That's why I was starting to develop vhci(ude). See #111
  2. Max length of the serial number is too small I got it. Sadly, vhci(ude) does not support a customized instance id. It can be TODO.
cezanne commented 3 years ago

@jakjablonski @olehkon : Please check this wiki

cezanne commented 3 years ago

@jakjablonski : I'm going to close this isuse. Please reopen if you want.