macro_rules! input_descriptor {
( $port:expr, $device:expr, $index:expr, $id:expr, $description:literal $(,)? ) => { ... };
}macro_rules! input_descriptor {
( $port:expr, $device:expr, $index:expr, $id:expr, $description:literal $(,)? ) => { ... };
}