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
//! Physical Input Device Page (0x0F)
//!
//! A Physical Input Device (PID) generates force-feedback sensations using parameterized, pre-downloaded, waveform-based Effects. A device can support Effects from well-understood waveforms (e.g. ET Ramp, ET Sine, ET Spring), and/or custom waveforms (ET Custom-Force). See 18.4.1 Effect Types for all well-known waveforms.
mod physical_input_device;
pub use physical_input_device::PhysicalInputDeviceUsage;