This commit is contained in:
Wildan M
2026-01-23 01:13:41 +07:00
parent 84d5dae607
commit 7a350efae4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use std::{env, time, thread};
use std::{env, thread, time};
use inputd::ProducerHandle;
use orbclient::KeyEvent as OrbKeyEvent;
+2 -2
View File
@@ -36,8 +36,8 @@ fn main() {
.parse::<PortId>()
.expect("expected PORT ID");
let handle =
XhciClientHandle::new(scheme.to_owned(), port).expect("Failed to open XhciClientHandle");
let handle = XhciClientHandle::new(scheme.to_owned(), port)
.expect("Failed to open XhciClientHandle");
if let Some(_status_scmd_matches) = port_scmd_matches.subcommand_matches("status") {
let state = handle.port_state().expect("Failed to get port state");