aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hid-sensor-hub.h
diff options
context:
space:
mode:
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>2013-11-27 22:19:00 +0000
committerJonathan Cameron <jic23@kernel.org>2013-12-02 21:05:30 +0000
commit9f740ffa8134aaef770f964485dac3ed6780d8b7 (patch)
tree31d09c550baafe58d827162d41b5d4d7f3871700 /include/linux/hid-sensor-hub.h
parentStaging: tidspbridge: disable driver (diff)
downloadlinux-dev-9f740ffa8134aaef770f964485dac3ed6780d8b7.tar.xz
linux-dev-9f740ffa8134aaef770f964485dac3ed6780d8b7.zip
HID: hid-sensor-hub: Add logical min and max
Exporting logical minimum and maximum of HID fields as part of the hid sensor attribute info. This can be used for range checking and to calculate enumeration base for NAry fields of HID sensor hub. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/hid-sensor-hub.h')
-rw-r--r--include/linux/hid-sensor-hub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hid-sensor-hub.h b/include/linux/hid-sensor-hub.h
index 206a2af6b62b..b914ca3f57ba 100644
--- a/include/linux/hid-sensor-hub.h
+++ b/include/linux/hid-sensor-hub.h
@@ -42,6 +42,8 @@ struct hid_sensor_hub_attribute_info {
s32 units;
s32 unit_expo;
s32 size;
+ s32 logical_minimum;
+ s32 logical_maximum;
};
/**