Re: [spice-gtk] usb-device-manager: Do not hide devices on client if USB redirection disabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Apr 09, 2017 at 06:16:45PM +0300, Yuri Benditovich wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=1431137
> When auto sharing of USB devices is enabled in remote-viewer's configuration
> file, Windows spice client hides connected USB devices on client machine even
> if USB redirection is disabled by --spice-disable-usbredir.
> 
> Signed-off-by: Yuri Benditovich <yuri.benditovich@xxxxxxxxxx>
> ---
>  src/usb-device-manager.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/src/usb-device-manager.c b/src/usb-device-manager.c
> index 4d0b93d..fc17338 100644
> --- a/src/usb-device-manager.c
> +++ b/src/usb-device-manager.c
> @@ -1945,6 +1945,12 @@ void _usbdk_hider_update(SpiceUsbDeviceManager *manager)
>          return;
>      }
>  
> +    if (!spice_session_get_usbredir_enabled(priv->session)) {
> +        SPICE_DEBUG("Usb redirection is disabled, no hider setup needed");

"USB redirection disabled, ..."

Acked-by: Christophe Fergeau <cfergeau@xxxxxxxxxx>

with this change.

Christophe

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]