Start to support any report size

This commit is contained in:
Arda Xi
2018-12-28 16:58:12 +01:00
parent 8678eccb9a
commit 0fa8d420c9
4 changed files with 125 additions and 102 deletions

View File

@@ -83,5 +83,6 @@ fn path_to_device(path: &PathBuf) -> io::Result<DeviceInfo> {
path: device_path,
usage_page,
usage,
report_size,
})
}