ei: add support for libei
This commit is contained in:
parent
084fe50259
commit
40e87f8f91
69 changed files with 4340 additions and 72 deletions
27
wire-ei/ei_seat.txt
Normal file
27
wire-ei/ei_seat.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
request release {
|
||||
}
|
||||
|
||||
request bind {
|
||||
capabilities: u64,
|
||||
}
|
||||
|
||||
event destroyed {
|
||||
serial: u32,
|
||||
}
|
||||
|
||||
event name {
|
||||
name: str,
|
||||
}
|
||||
|
||||
event capability {
|
||||
mask: u64,
|
||||
interface: str,
|
||||
}
|
||||
|
||||
event done {
|
||||
}
|
||||
|
||||
event device {
|
||||
device: id(ei_device),
|
||||
version: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue