Add USB/IP support for macOS

This commit is contained in:
世界
2026-06-16 17:37:10 +08:00
parent 0c7707ca9e
commit 38786cf640
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)
}