From 8405e1de4d3780a1138e1329d9603744bc8f87dc Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 9 Aug 2019 19:49:26 -0400 Subject: Log endpoint for boot keyboard. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 2b63591..c60057b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -208,6 +208,7 @@ impl Device { Ok(None) => Err(TransferError::Permanent("no boot keyboard found"))?, Err(e) => Err(TransferError::Permanent(e))?, }; + info!("Boot keyboard found on endpoint {}", ep); self.endpoints[0] = Some(EP::new( self.addr, -- cgit v1.2.3