Use enable/disable commands and cleanup build warnings

This commit is contained in:
jochen@g14
2024-03-31 00:34:44 +01:00
parent 2f73577e91
commit 4468a58487
7 changed files with 18 additions and 16 deletions

View File

@@ -5,7 +5,6 @@
// - If udev sees device removed then remove the zbus path
use std::collections::HashSet;
use std::time::Duration;
use log::{debug, error, info, warn};
use mio::{Events, Interest, Poll, Token};