aboutsummaryrefslogtreecommitdiff
path: root/rmidevice/rmidevice.h
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2016-02-23 10:09:26 -0800
committerAndrew Duggan <aduggan@synaptics.com>2016-02-23 10:09:26 -0800
commit93de3d6514bcec9c5d8ceb4454c429e4ef9da545 (patch)
treee60738f757872e4997144015070392288dfedb80 /rmidevice/rmidevice.h
parent8900caa5c44f9ccaf634d4624f0c5265c732498a (diff)
downloadrmi4utils-93de3d6514bcec9c5d8ceb4454c429e4ef9da545.tar.gz
rmidevice / rmihidtool: Add feature to print config id
Based on changes from Leon Tu.
Diffstat (limited to 'rmidevice/rmidevice.h')
-rw-r--r--rmidevice/rmidevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rmidevice/rmidevice.h b/rmidevice/rmidevice.h
index 48de72b..c2b004c 100644
--- a/rmidevice/rmidevice.h
+++ b/rmidevice/rmidevice.h
@@ -49,6 +49,7 @@ public:
virtual void RebindDriver() = 0;
unsigned long GetFirmwareID() { return m_buildID; }
+ unsigned long GetConfigID() { return m_configID; }
int GetFirmwareVersionMajor() { return m_firmwareVersionMajor; }
int GetFirmwareVersionMinor() { return m_firmwareVersionMinor; }
virtual int QueryBasicProperties();
@@ -82,6 +83,7 @@ protected:
unsigned short m_packageID;
unsigned short m_packageRev;
unsigned long m_buildID;
+ unsigned long m_configID;
unsigned char m_sensorID;
unsigned long m_boardID;