mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-01-01 04:11:24 +00:00
by passing an open file descriptor in order to support the modern Android USB device permissioning scheme. During the process, a handle obtained by a call to libusb_wrap_sys_device() is stored in the SpiceUsbDevice instance. A call to libusb_open() is skipped if there is already a handle present in the SpiceUsbDevice instance. Finally, on Android, the option LIBUSB_OPTION_NO_DEVICE_DISCOVERY must be set prior to the call to libusb_init() as per libusb documentation. Acked-by: Frediano Ziglio <freddy77@gmail.com> |
||
|---|---|---|
| build-aux | ||
| data | ||
| doc | ||
| man | ||
| po | ||
| src | ||
| subprojects | ||
| tests | ||
| tools | ||
| vapi | ||
| .editorconfig | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| .gitpublish | ||
| .mailmap | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| COPYING | ||
| meson_options.txt | ||
| meson.build | ||
| README.md | ||