Go to file
Iordan Iordanov 9a0cec4b2f Implemented the ability to allocate SpiceUsbDevice instances
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>
2022-01-28 12:20:46 +00:00
build-aux spice-client-glib-usb-acl-helper doesn't need suid root 2020-04-16 10:07:46 +01:00
data Drop autotools 2019-07-09 11:05:29 +01:00
doc Implemented the ability to allocate SpiceUsbDevice instances 2022-01-28 12:20:46 +00:00
man Install man pages under mandir. 2020-04-04 21:10:15 +01:00
po po: update po files 2020-03-16 13:34:34 +01:00
src Implemented the ability to allocate SpiceUsbDevice instances 2022-01-28 12:20:46 +00:00
subprojects Update spice-common submodule 2022-01-28 09:56:01 +00:00
tests coroutine_gthread: Fix recursive yield 2020-08-12 16:17:15 +01:00
tools spicy: destroy all windows on disconnection 2021-02-19 12:37:52 +01:00
vapi build: Replace "join_paths" with "/" operator 2019-08-21 12:08:12 +01:00
.editorconfig Replace emacs modeline with .editorconfig 2020-04-09 07:38:08 +01:00
.gitlab-ci.yml ci: Test for Windows coroutines 2020-08-12 16:17:19 +01:00
.gitmodules Move src/keycodemapdb -> subprojects/keycodemapdb 2019-02-18 18:31:35 +00:00
.gitpublish Add default .gitpublish profile 2017-04-11 15:26:26 +02:00
.mailmap .mailmap: add another Victor Toso alias 2018-06-08 17:47:55 +02:00
AUTHORS Release 0.8 2012-01-15 22:07:05 +01:00
CHANGELOG.md Release v0.39 2020-12-01 16:13:08 +01:00
COPYING Initial import from SPICE 2010-11-23 17:00:17 +01:00
meson_options.txt Allows to use Valgrind with ucontext coroutines 2020-08-22 09:25:07 +01:00
meson.build meson: add a summary for the various options and infos 2020-09-21 17:44:54 +01:00
README.md Drop autotools 2019-07-09 11:05:29 +01:00