Vendor HID (#446)
* introduces vendor HID * updates workflows with new feature * feature renaming and variant covering
This commit is contained in:
1
src/env/tock/mod.rs
vendored
1
src/env/tock/mod.rs
vendored
@@ -58,6 +58,7 @@ impl UserPresence for TockEnv {
|
||||
fn check(&mut self, channel: Channel) -> Result<(), Ctap2StatusCode> {
|
||||
match channel {
|
||||
Channel::MainHid(cid) => check_user_presence(self, cid),
|
||||
#[cfg(feature = "vendor_hid")]
|
||||
Channel::VendorHid(cid) => check_user_presence(self, cid),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user