linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH, 0/7] HID Sensor Driver
@ 2012-06-06 15:39 srinivas pandruvada
  2012-06-06 15:39 ` [PATCH, 1/7] HID-Sensors: Add Intel HID sensor srinivas pandruvada
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: srinivas pandruvada @ 2012-06-06 15:39 UTC (permalink / raw)
  To: linux-input; +Cc: linux-iio, srinivas pandruvada

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-06-07 20:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 15:39 [PATCH, 0/7] HID Sensor Driver srinivas pandruvada
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

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).