summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/libsensors-API.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/libsensors-API.txt b/doc/libsensors-API.txt
index b244370e..3f3829ed 100644
--- a/doc/libsensors-API.txt
+++ b/doc/libsensors-API.txt
@@ -6,6 +6,10 @@ over time. This document summarizes these evolutions so that application
authors can quickly figure out how to test for the availability of a
given new feature.
+0x421 lm-sensors SVN
+* Added bus type "hid":
+ #define SENSORS_BUS_TYPE_HID
+
0x420 lm-sensors 3.1.1
* Added a method to free the memory allocated by sensors_parse_chip_name()
void sensors_free_chip_name(sensors_chip_name *chip);