[Spice-commits] 2 commits - spice/controller_prot.h

Christophe Fergau teuf at kemper.freedesktop.org
Tue Apr 3 05:19:28 PDT 2012


 spice/controller_prot.h |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 2d24f61aae4f92746940fd1c0daf546c7a51dae8
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Mar 29 14:42:44 2012 +0200

    Add controller messages for USB redirection
    
    This adds 3 new controller messages:
    
    CONTROLLER_ENABLE_USB (ControllerValue, boolean)
    CONTROLLER_ENABLE_USB_AUTOSHARE (ControllerValue, boolean)
    CONTROLLER_USB_FILTER (ControllerData, string)
    
    This fixes rhbz #807295

diff --git a/spice/controller_prot.h b/spice/controller_prot.h
index 355feac..facf241 100644
--- a/spice/controller_prot.h
+++ b/spice/controller_prot.h
@@ -78,6 +78,10 @@ enum {
     CONTROLLER_COLOR_DEPTH,
     CONTROLLER_DISABLE_EFFECTS,
 
+    CONTROLLER_ENABLE_USB,
+    CONTROLLER_ENABLE_USB_AUTOSHARE,
+    CONTROLLER_USB_FILTER,
+
     //spice client -> external app
     CONTROLLER_MENU_ITEM_CLICK = 1001,
 };
commit f799ed89e831776a53f49387a288209e194393e1
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Mar 29 14:33:45 2012 +0200

    Fix typo in comment

diff --git a/spice/controller_prot.h b/spice/controller_prot.h
index f7b1f26..355feac 100644
--- a/spice/controller_prot.h
+++ b/spice/controller_prot.h
@@ -78,7 +78,7 @@ enum {
     CONTROLLER_COLOR_DEPTH,
     CONTROLLER_DISABLE_EFFECTS,
 
-    //spice client -> extrenal app
+    //spice client -> external app
     CONTROLLER_MENU_ITEM_CLICK = 1001,
 };
 


More information about the Spice-commits mailing list