Skip to content
  • KyungWoon Cho's avatar
    Let vhci driver(usbip client) be working again · 82d3f73c
    KyungWoon Cho authored
    - Reconstructed userspace forwarding had not worked with vhci driver
    - Two reasons to cause that problem.
      - Bugs in forwarding routine(usbip_forward.c)
      - Old vhci had assumed that a sufficient read buffer is provided
    - Now, vhci can handle two adjacent read requests(usbip header + payload)
    - Beautify vhci driver codes
      - urb_req -> urbr
      - indentation
    - Adjust README to comply with markdown syntax
    82d3f73c