summaryrefslogtreecommitdiff
path: root/lib/sensors.h
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2009-10-18 12:05:16 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2009-10-18 12:05:16 +0000
commitd5eae077e5a8a4e9577d765565732a31ac66da34 (patch)
tree17cab6936f7ead980916194d305ae8e3f5c696db /lib/sensors.h
parent530903b4ad797ee0bef70824eee719a77ea9350c (diff)
downloadlm-sensors-d5eae077e5a8a4e9577d765565732a31ac66da34.tar.gz
Add support for HID devices.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5786 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/sensors.h')
-rw-r--r--lib/sensors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sensors.h b/lib/sensors.h
index 8471006f..4f987213 100644
--- a/lib/sensors.h
+++ b/lib/sensors.h
@@ -31,7 +31,7 @@
when the API + ABI breaks), the third digit is incremented to track small
API additions like new flags / enum values. The second digit is for tracking
larger additions like new methods. */
-#define SENSORS_API_VERSION 0x420
+#define SENSORS_API_VERSION 0x421
#define SENSORS_CHIP_NAME_PREFIX_ANY NULL
#define SENSORS_CHIP_NAME_ADDR_ANY (-1)
@@ -43,6 +43,7 @@
#define SENSORS_BUS_TYPE_SPI 3
#define SENSORS_BUS_TYPE_VIRTUAL 4
#define SENSORS_BUS_TYPE_ACPI 5
+#define SENSORS_BUS_TYPE_HID 6
#define SENSORS_BUS_NR_ANY (-1)
#define SENSORS_BUS_NR_IGNORE (-2)