diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-03-29 14:42:44 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-04-03 10:31:57 +0200 |
commit | 2d24f61aae4f92746940fd1c0daf546c7a51dae8 (patch) | |
tree | c8c6299b3e359037bf01bde14238fa71700724ad | |
parent | f799ed89e831776a53f49387a288209e194393e1 (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.h | 4 |
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, }; |