From 2e4e1bb2c713f763209a3cfde1ed4b3c1d8cd3bc Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 26 Nov 2018 17:40:35 +0100 Subject: [PATCH] Added list of supported foot switches to header --- src/main.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;