Add USB/IP support for macOS

This commit is contained in:
世界
2026-08-30 17:41:41 +08:00
parent 38b447c6b4
commit 16f2a39298
9 changed files with 645 additions and 23 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ func (s *ServerService) Close() error {
return s.inner.Close()
}
func (s *dynamicServerService) AddDevice(info usbip.DynamicDeviceInfo, transport usbip.DeviceTransport) (string, error) {
func (s *dynamicServerService) AddDevice(info usbip.ProvidedDeviceInfo, transport usbip.DeviceTransport) (string, error) {
return s.host.AddDevice(info, transport)
}