OSDN Git Service

Merge remote-tracking branch 'origin/abt/topic/gmin/kitkat/sensors' into gmin/kitkat...
authorsuyyala <sridhar.uyyala@intel.com>
Sat, 10 May 2014 23:19:51 +0000 (16:19 -0700)
committersuyyala <sridhar.uyyala@intel.com>
Sat, 10 May 2014 23:20:34 +0000 (16:20 -0700)
commit46a895d0f9b54f5133bdddce3f5c3a61d105ccb9
treec8d7b248376bef746a942b0769fc029d814a36c9
parent3c60776d43656198c1264deb0921f3351fefadf7
parent2b7186600997c6470e7f8d1c50a4647b24782321
Merge remote-tracking branch 'origin/abt/topic/gmin/kitkat/sensors' into gmin/kitkat/master

git log --pretty=format:"%h %ad | %s%d [%an]" origin/abt/topic/gmin/kitkat/master..origin/abt/topic/gmin/kitkat/sensors:
  2b71866 Tue Apr 22 11:46:29 2014 -0500 | STPK-966: Fix orientation of accelerometer z-axis (origin/abt/topic/gmin/kitkat/sensors, m/abt/topic/gmin/kitkat/master, fresh) [Ivan Gomez Castellanos]
  f49a66d Tue May 6 14:53:39 2014 +0200 | STPK-1429 Enable the AOSP orientation sensor on T100 [Patrick Porlan]
  6954b9a Tue May 6 14:51:37 2014 +0200 | STPK-1429 Use proper interface version macro [Patrick Porlan]
  2b5a9b2 Fri Apr 25 14:24:19 2014 +0200 | STPK-1429 Ignore bits that should be masked out in iio sampling data [Patrick Porlan]
  27d9195 Wed Apr 16 10:53:23 2014 +0200 | STPK-1429 Revisit handling of stale incoming data notifications [Patrick Porlan]
  2e12ef2 Tue Apr 15 11:41:08 2014 +0200 | STPK-1429 Honor maximum rate if reported through sysfs [Patrick Porlan]
  f860b17 Tue Apr 15 09:52:57 2014 +0200 | STPK-1429 Allow for delivery rates up to 1000/s [Patrick Porlan]
  67575b9 Mon Apr 14 17:36:23 2014 +0200 | STPK-1429 Correct Android type for ALS sensor [Patrick Porlan]
  01f6890 Mon Apr 14 17:17:35 2014 +0200 | STPK-1429 Remove an unused variable [Patrick Porlan]
  8c75d50 Mon Apr 14 16:56:25 2014 +0200 | STPK-1429 Take into account poll-mode sensors in sampling rate code [Patrick Porlan]
  8c92626 Mon Apr 14 15:31:54 2014 +0200 | STPK-1429 Adjust sampling rate according to to available rates set [Patrick Porlan]
  4cd02d5 Mon Apr 14 15:22:55 2014 +0200 | STPK-1429 Support per-device sampling frequency sysfs entries [Patrick Porlan]
  0a4bb8b Mon Apr 14 13:50:46 2014 +0200 | STPK-1429 Rename misleading macro definition [Patrick Porlan]
  d766a84 Mon Apr 14 10:50:53 2014 +0200 | STPK-1429 Move immediate values acquisition to transform.c [Patrick Porlan]

git diff --stat origin/abt/topic/gmin/kitkat/master..origin/abt/topic/gmin/kitkat/sensors:
  common.h      |   8 ++-
  control.c     | 200 ++++++++++++++++++++++++++++++++++++++++------------------
  entry.c       |   2 +-
  enumeration.c |  57 ++++++++++++++++-
  transform.c   |  91 ++++++++++++++++----------
  transform.h   |   3 +-
  6 files changed, 257 insertions(+), 104 deletions(-)

Change-Id: I9a39bf705254f7a568b2fe06dda6225cf1614a3e
Signed-off-by: suyyala <sridhar.uyyala@intel.com>