usbhidusage 0.1.3

A general purpose library for working with usb Human Interface Device Descriptors from the HID Usage Tables for Universal Serial Bus (USB) v1.5
Documentation
1
2
3
4
5
//! VESA Virtual Controls Page (0x82)
//!
//! Defines controls for VESA supported monitor characteristics and control of monitor brightness, contrast, size, position, etc. Each UsageId below is a Virtual Control Panel (VCP) op-code of the same id/value. All VCP op-codes are assigned by VESA (see VESA Monitor Command Set Standard (MCCS)).
mod vesa_virtual_controls;
pub use vesa_virtual_controls::VesaVirtualControlsUsage;