[Spice-devel] [spice-gtk v1 0/4] rebased + fixup on introduce usb-backend
Victor Toso
victortoso at redhat.com
Tue May 21 09:05:48 UTC 2019
From: Victor Toso <me at victortoso.com>
Hi,
This is the rebased series on top of v0.37 plus my suggestion on
starting the series by removing the function instead of changing it and
removing later.
https://lists.freedesktop.org/archives/spice-devel/2019-April/048853.html
More feedback, suggestions and questions in the thread, later on.
My gitlab branch for this rebase is:
https://gitlab.freedesktop.org/victortoso/spice-gtk/commits/yuri-ml-rebased-v1
Victor Toso (1):
FIXUP suggestion: drop the function instead
Yuri Benditovich (3):
usb: use native libusb procedure for getting error name
usb-redirection: isolate usage of libusb and usbredirhost
usb-redirection: do not duplicate USB device properties
src/Makefile.am | 2 +
src/channel-usbredir-priv.h | 9 +-
src/channel-usbredir.c | 216 +++---------
src/meson.build | 2 +
src/usb-backend.c | 622 ++++++++++++++++++++++++++++++++++
src/usb-backend.h | 110 ++++++
src/usb-device-manager-priv.h | 1 -
src/usb-device-manager.c | 353 +++++++------------
src/usbutil.c | 36 --
src/usbutil.h | 2 -
src/win-usb-dev.c | 103 ++----
src/win-usb-dev.h | 5 +-
12 files changed, 936 insertions(+), 525 deletions(-)
create mode 100644 src/usb-backend.c
create mode 100644 src/usb-backend.h
--
2.20.1
More information about the Spice-devel
mailing list