mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-26 01:35:46 +00:00
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
This commit is contained in:
parent
f799ed89e8
commit
2d24f61aae
@ -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,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user