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
---
spice/controller_prot.h | 4 ++++
1 file changed, 4 insertions(+)
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,
};
--
1.7.9.3
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel