diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-04-02 17:09:28 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-04-04 10:22:00 +0200 |
commit | 2eaa3cf7adbdffdddbed0bc6b9e87d50f8229d16 (patch) | |
tree | d612ab28666aaeeae1dbd213c2888d4f55ad78f2 /data | |
parent | 79436bcd0d44eecef447bac23d8ea4eb4c81fb78 (diff) |
controller: handle USB redirection messages
Diffstat (limited to 'data')
-rw-r--r-- | data/spice-protocol.vapi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/spice-protocol.vapi b/data/spice-protocol.vapi index 4b88175..66f1373 100644 --- a/data/spice-protocol.vapi +++ b/data/spice-protocol.vapi @@ -62,6 +62,10 @@ namespace SpiceProtocol { ENABLE_SMARTCARD, + ENABLE_USB, + ENABLE_USB_AUTOSHARE, + USB_FILTER, + //spice client -> external app MENU_ITEM_CLICK, |