diff --git a/src/main.rs b/src/main.rs index e979f19..ab0077a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,11 @@ //! Footswitch-RS //! -//! `footswitch-rs` enables you to use footswitches of +//! `footswitch-rs` enables you to manage PCSensor foot switches. Following +//! vnedorId:productId combinations are supported: +//! +//! * 0c45:7403 +//! * 0c45:7404 +//! * 413d:2107 //! extern crate structopt;