From: srinivas pandruvada <srinivas.pandruvada@intel.com>
To: linux-input@vger.kernel.org
Cc: linux-iio@vger.kernel.org,
srinivas pandruvada <srinivas.pandruvada@intel.com>
Subject: [PATCH, 0/7] HID Sensor Driver
Date: Wed, 6 Jun 2012 08:39:17 -0700 [thread overview]
Message-ID: <1338997164-5077-1-git-send-email-srinivas.pandruvada@intel.com> (raw)
This submits a set of patches to enable USB HID Sensor driver.
It is implemented as a HID driver and exports sensor interface
via Linux IIO interfaces. This implements a basic usage id processing
for Accelerometer 3D, Gyro 3D, Magnetometer 3D and ALS.
Srinivas pandruvada (5):
HID-Sensors: Common attributes and interfaces
HID-Sensors: Added accelerometer 3D
HID-Sensors: Added Gyro 3D
HID-Sensors: Added Compass 3D
HID-Sensors: Added ALS
srinivas pandruvada (2):
HID-Sensors: Add Intel HID sensor
HID-Sensors: Sensor framework
drivers/hid/hid-core.c | 6 +
drivers/hid/hid-ids.h | 5 +
drivers/staging/Kconfig | 2 +
drivers/staging/Makefile | 1 +
drivers/staging/hid-sensors/Kconfig | 19 +
drivers/staging/hid-sensors/Makefile | 16 +
drivers/staging/hid-sensors/hid-sensor-accel-3d.c | 387 +++++++++++
drivers/staging/hid-sensors/hid-sensor-als.c | 326 +++++++++
.../staging/hid-sensors/hid-sensor-attributes.c | 203 ++++++
.../staging/hid-sensors/hid-sensor-attributes.h | 67 ++
.../staging/hid-sensors/hid-sensor-compass-3d.c | 385 +++++++++++
drivers/staging/hid-sensors/hid-sensor-gyro-3d.c | 384 +++++++++++
drivers/staging/hid-sensors/hid-sensor-hub.c | 709 ++++++++++++++++++++
drivers/staging/hid-sensors/hid-sensor-ids.h | 117 ++++
drivers/staging/hid-sensors/hid-sensor-interface.h | 93 +++
drivers/staging/hid-sensors/hid-sensor-ring.c | 104 +++
drivers/staging/hid-sensors/hid-sensor-trigger.c | 81 +++
17 files changed, 2905 insertions(+), 0 deletions(-)
create mode 100644 drivers/staging/hid-sensors/Kconfig
create mode 100644 drivers/staging/hid-sensors/Makefile
create mode 100644 drivers/staging/hid-sensors/hid-sensor-accel-3d.c
create mode 100644 drivers/staging/hid-sensors/hid-sensor-als.c
create mode 100644 drivers/staging/hid-sensors/hid-sensor-attributes.c
create mode 100644 drivers/staging/hid-sensors/hid-sensor-attributes.h
create mode 100644 drivers/staging/hid-sensors/hid-sensor-compass-3d.c
create mode 100644 drivers/staging/hid-sensors/hid-sensor-gyro-3d.c
create mode 100644 drivers/staging/hid-sensors/hid-sensor-hub.c
create mode 100644 drivers/staging/hid-sensors/hid-sensor-ids.h
create mode 100644 drivers/staging/hid-sensors/hid-sensor-interface.h
create mode 100644 drivers/staging/hid-sensors/hid-sensor-ring.c
create mode 100644 drivers/staging/hid-sensors/hid-sensor-trigger.c
--
1.7.7.6
next reply other threads:[~2012-06-06 15:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-06 15:39 srinivas pandruvada [this message]
2012-06-06 15:39 ` [PATCH, 1/7] HID-Sensors: Add Intel HID sensor srinivas pandruvada
2012-06-06 15:39 ` [PATCH, 2/7] HID-Sensors: Sensor framework srinivas pandruvada
2012-06-06 15:39 ` [PATCH, 3/7] HID-Sensors: Common attributes and interfaces srinivas pandruvada
2012-06-07 7:54 ` Jonathan Cameron
2012-06-06 15:39 ` [PATCH, 4/7] HID-Sensors: Added accelerometer 3D srinivas pandruvada
2012-06-06 16:28 ` Jonathan Cameron
2012-06-06 16:57 ` Pandruvada, Srinivas
2012-06-06 17:07 ` Lars-Peter Clausen
2012-06-06 17:06 ` Pandruvada, Srinivas
2012-06-07 8:10 ` Jonathan Cameron
2012-06-07 15:41 ` Pandruvada, Srinivas
2012-06-07 20:27 ` Jonathan Cameron
2012-06-06 15:39 ` [PATCH, 5/7] HID-Sensors: Added Gyro 3D srinivas pandruvada
2012-06-06 15:39 ` [PATCH, 6/7] HID-Sensors: Added Compass 3D srinivas pandruvada
2012-06-06 15:39 ` [PATCH, 7/7] HID-Sensors: Added ALS srinivas pandruvada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1338997164-5077-1-git-send-email-srinivas.pandruvada@intel.com \
--to=srinivas.pandruvada@intel.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).