From c5a291f454a552604807e8dc995c060bfa41a8b9 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 25 Jul 2011 11:09:12 +0200 Subject: server: Add a usbredir channel --- spice.proto | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'spice.proto') diff --git a/spice.proto b/spice.proto index 80c40d4b..99302ffe 100644 --- a/spice.proto +++ b/spice.proto @@ -1104,6 +1104,13 @@ client: Data data = 101; }; +channel UsbredirChannel : BaseChannel { +server: + Data data = 101; +client: + Data data = 101; +}; + protocol Spice { MainChannel main = 1; DisplayChannel display; @@ -1113,4 +1120,5 @@ protocol Spice { RecordChannel record; TunnelChannel tunnel; SmartcardChannel smartcard; + UsbredirChannel usbredir; }; -- cgit