summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-02-26 18:41:35 +0100
committerPaul Kocialkowski <contact@paulk.fr>2013-02-26 18:41:35 +0100
commit866e21cb38262d0aa880291c3d3dee3b3438ce1a (patch)
tree11c0dcaeed1e7a34c335cb47596f5ff1a6e74630
parentdcc28530e9d403f473a59411ed7b40a16f90c653 (diff)
downloaddevice_samsung_p5100-866e21cb38262d0aa880291c3d3dee3b3438ce1a.zip
device_samsung_p5100-866e21cb38262d0aa880291c3d3dee3b3438ce1a.tar.gz
device_samsung_p5100-866e21cb38262d0aa880291c3d3dee3b3438ce1a.tar.bz2
sensors: Disable orientation due to the lack of orientationd
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--sensors/piranha_sensors.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sensors/piranha_sensors.c b/sensors/piranha_sensors.c
index c1fd534..4ffc06c 100644
--- a/sensors/piranha_sensors.c
+++ b/sensors/piranha_sensors.c
@@ -39,8 +39,6 @@ struct sensor_t piranha_sensors[] = {
SENSOR_TYPE_ACCELEROMETER, 19.6f, 0.0383f, 0.13f, 10000, {}, },
{ "YAS530 Magnetic Sensor", "Yamaha", 1, SENSOR_TYPE_MAGNETIC_FIELD,
SENSOR_TYPE_MAGNETIC_FIELD, 800.0f, 0.3f, 4.0f, 10000, {}, },
- { "YAS Orientation Sensor", "Yamaha", 1, SENSOR_TYPE_ORIENTATION,
- SENSOR_TYPE_ORIENTATION, 360.0f, 0.1f, 0.0f, 10000, {}, },
#ifdef TARGET_DEVICE_P5100
{ "BH1721 Light Sensor", "ROHM", 1, SENSOR_TYPE_LIGHT,
SENSOR_TYPE_LIGHT, 0.0f, 0.0f, 0.0f, 0, {}, },
@@ -58,7 +56,6 @@ int piranha_sensors_count = sizeof(piranha_sensors) / sizeof(struct sensor_t);
struct piranha_sensors_handlers *piranha_sensors_handlers[] = {
&bma250,
&yas530c,
- &yas_orientation,
#ifdef TARGET_DEVICE_P5100
&bh1721,
#endif