This commit is contained in:
Luke D. Jones
2024-04-03 16:14:18 +13:00
parent 5178bf1d1a
commit 2f844ac151
4 changed files with 3 additions and 4 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};
@@ -14,7 +13,6 @@ use rog_aura::usb::AuraDevice;
use rog_platform::hid_raw::HidRaw;
use tokio::task::spawn_blocking;
use udev::{Device, MonitorBuilder};
// use zbus::fdo::ObjectManager;
use zbus::object_server::SignalContext;
use zbus::zvariant::{ObjectPath, OwnedObjectPath};
use zbus::Connection;