drm: re-add device_id() to DrmDevice
This commit is contained in:
parent
c05a7aafdf
commit
1f86faf1e6
|
@ -379,6 +379,10 @@ impl<A: AsRawFd + 'static> DrmDevice<A> {
|
|||
formats,
|
||||
})
|
||||
}
|
||||
|
||||
pub fn device_id(&self) -> dev_t {
|
||||
self.dev_id
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Planes {
|
||||
|
|
Loading…
Reference in New Issue