aboutsummaryrefslogtreecommitdiff
path: root/rmidevice/hiddevice.h
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-06-18 13:11:49 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-06-18 13:11:49 -0700
commit8b77439d5c8900ab307da3d207665920b52d949e (patch)
tree69d8080654fc8dc53864ac52c5bf57447569ac87 /rmidevice/hiddevice.h
parenta90829bd42fc7c0dc5e901376397ef22aa9b09a4 (diff)
downloadrmi4utils-8b77439d5c8900ab307da3d207665920b52d949e.tar.gz
Parse the size of the HID reports from the HID Report Descriptor.
Diffstat (limited to 'rmidevice/hiddevice.h')
-rw-r--r--rmidevice/hiddevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rmidevice/hiddevice.h b/rmidevice/hiddevice.h
index fb3c848..f086f42 100644
--- a/rmidevice/hiddevice.h
+++ b/rmidevice/hiddevice.h
@@ -70,6 +70,7 @@ private:
int GetReport(int reportid, struct timeval * timeout = NULL);
void PrintReport(const unsigned char *report);
+ void ParseReportSizes();
static const int HID_REPORT_QUEUE_MAX_SIZE = 8;
};