06 Jan, 2013
2 commits
-
The structure with common attributes for hid-sensors isn't specific
to the iio-subsystem, so rename it to hid_sensor_common.Signed-off-by: Alexander Holler
Acked-by: Jiri Kosina
Signed-off-by: Jonathan Cameron -
The stuff in hid-sensor-attributes.h is needed by every piece which
uses hid-sensor-hub and merging it into hid-sensor-hub.h makes it accessible
from outside the iio subdirectory.Signed-off-by: Alexander Holler
Acked-by: Jiri Kosina
Signed-off-by: Jonathan Cameron
07 Sep, 2012
1 commit
-
Adding processing for HID Sensor usage table as defined by
HID 1.12, Request #: HUTRR39, dated 05 May, 2011.
This driver uses HID driver framework to register, send and
receive events.
This uses MFD framework, so that actual processing for a
specific usage id can be done in a different driver. For
example an accelerometer driver can be a separate driver and
use the interface provided by this driver to register for
events.Signed-off-by: srinivas pandruvada
Signed-off-by: Jiri Kosina
Signed-off-by: Jonathan Cameron