summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-03-29 14:42:44 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-04-03 10:31:57 +0200
commit2d24f61aae4f92746940fd1c0daf546c7a51dae8 (patch)
treec8c6299b3e359037bf01bde14238fa71700724ad
parentf799ed89e831776a53f49387a288209e194393e1 (diff)
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
-rw-r--r--spice/controller_prot.h4
1 files changed, 4 insertions, 0 deletions
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,
};