mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-06 23:01:25 +00:00
server: Add a usbredir channel
This commit is contained in:
parent
4b6598dc02
commit
85da46bacd
@ -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