mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-27 23:49:08 +00:00
server: Add a usbredir channel
This commit is contained in:
parent
82ed762637
commit
d69f4ccea2
@ -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;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user