- 27 Feb, 2016 2 commits
- 09 Feb, 2016 2 commits
-
-
Ethan Chen authored
Change-Id: If36f52ca5302ea63a86b1ca6da7bac72dfc5f73d
-
vibhu0009 authored
Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b Signed-off-by:
vibhu0009 <cvibhu0009@gmail.com>
-
- 19 Jan, 2016 1 commit
-
-
Ashwin authored
https://github.com/CyanogenMod/android_device_yu_lettuce/commit/3bad858ec8625888d3890ad11ed55f25975dc177 Change-Id: Ib7d63e3c2fcc5b30b135a7fc0645a035fd2242af
-
- 14 Jan, 2016 2 commits
-
-
Ethan Chen authored
Change-Id: Ie910fdbef84eae8c3434e3b80fbb52691f327e51
-
Jeff Sharkey authored
vold now manages external storage in a much more dynamic fashion, so we no longer need to define FUSE daemons or mount points. Also remove deprecated storage_list.xml https://source.android.com/devices/storage/config.html Change-Id: I86be5d7a7b687a28a85ec3529685ea967b9271c3
-
- 05 Jan, 2016 1 commit
-
-
vibhu0009 authored
Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b Signed-off-by:
vibhu0009 <cvibhu0009@gmail.com>
-
- 01 Dec, 2015 1 commit
-
-
Pat Erley authored
CYNGNOS-1375 Change-Id: Ic07e6589b5168be1e96eff0c2a400c4b2a9cfa75
-
- 04 Nov, 2015 1 commit
-
-
Stephen Smalley authored
As suggested in the comments on https://android-review.googlesource.com/#/c/141560/ drop BOARD_SEPOLICY_UNION and simplify the build_policy logic. Union all files found under BOARD_SEPOLICY_DIRS. Change-Id: I4214893c999c23631f5456cb1b8edd59771ef13b Signed-off-by:
Stephen Smalley <sds@tycho.nsa.gov>
-
- 22 Oct, 2015 1 commit
-
-
Khalid Zubair authored
The driver always reports a 'far' abs value when it's first enabled, the HAL misses this event if does not result in an abs value change. With the addition of Kernel based timestamps, a new timestamp value would be generated triggering a sensor event being reported to Android. The mPendingEvent.distance field would be out of sync with the abs input dev's distance value. Handle this case by querying the abs value from the input device when the sensor is enabled. LETTUCE-779 Change-Id: I53bfa0d10f92efff8ec92abc7fc8df6a589098a7
-
- 21 Oct, 2015 2 commits
-
-
Khalid Zubair authored
Configure the AOSP fused sensors (rotation vector, gravity and linear acceleration) to accept a broader range of mag values. This change allows CTS to pass on some devices when the compass is uncalibrated. LETTUCE-779 Change-Id: I8d8957fd1df109b232ce617ceb01be1dbacffafc
-
Khalid Zubair authored
The HAL reports ~(0,0,0) when the mag is uncalibrated. The AOSP fused sensors ignore these values and don't produce output in this state. This leads to a CTS failure if the compass is uncalibrated. Report the uncalibrated mag value when calibrated instead of an invalid mag value. LETTUCE-779 Change-Id: I7415ade6627f4bf72025947c630d2b1a1db76ef8
-
- 19 Oct, 2015 1 commit
-
-
Khalid Zubair authored
The Android CDD requires that timestamps 'must be synchronized with the elapsedRealtimeNano clock'. elapsedRealtimeNano is CLOCK_BOOTIME. All Kernel sensor drivers now report the timestamp in CLOCK_BOOTTIME using the EV_SYN_TIME* event codes. getTimestamp() is only used by the on-change sensors when they are first turned on. Increase the size of the input event buffer to accommodate the additional events for Accel, Gyro and Compass (3 axes, 2 timestamp and 1 sync). [1] https://source.android.com/devices/sensors/hal-interface.html#sensors_event_t Change-Id: I866b42884fc7bd2ccd01cee335047abceb5d0ab3
-
- 16 Oct, 2015 1 commit
-
-
Khalid Zubair authored
Lettuce does not have a BMP180/Pressure Sensor and AkmSensor.cpp is unused. Remove these files to simplify maintenance. Change-Id: If20c907f66afd30399ba10e0bdc81473bd3a7afc
-
- 13 Oct, 2015 1 commit
-
-
Khalid Zubair authored
Fix a race condition between activate/setEnable and poll. The 'enabled' status is stored in the SensorContext* in NativeSensorManager::activate after the driver has been enabled. This sometimes results in a new sensor sample arriving in poll( because enable is not yet set. For continuous sensors, this just results in a dropped first sample and is not a severe issue. However on-change sensors cannot recover from this state as another sample might not be received for a while. All operations are now run on the poll thread and the wake pipe is used as a command pipe. HAL interface operations are now sent as command structs through the pipe and processed in the poll thread. Make the proximity sensor re-report the previous sample when it's first enabled as Android expects the current state to be reported. This change fixes a CTS v5.1r3 failure in SensorTest#testBatchAndFlush (LETTUCE-779) Change-Id: Id6526a16003c3d57ce52a179587f25a5069c913e
-
- 07 Oct, 2015 3 commits
-
-
Ethan Chen authored
This reverts commit 0434dad41601368333b02dc385c3dd48f757760c. REF: LETTUCE-776 Change-Id: Ib11862e8579fa623c1dd3d6cd3b09e32592c7f64
-
Ashwin authored
*We already have this in msm8916-common. Change-Id: I01239af73b4838ce10c4e8cab67e7725e6e05c92
-
Ethan Chen authored
* Already done by msm8916-common REF: LETTUCE-778 Change-Id: If02ed04ec3820cf3dc4a69007b92b64851b90197
-
- 06 Oct, 2015 1 commit
-
-
Ethan Chen authored
* CTS allows this to exist if the permissions are set properly Change-Id: Id553e96cca7012cdbe013918723605d045228909 REF: LETTUCE-778
-
- 24 Sep, 2015 1 commit
-
-
Pat Erley authored
Now that lettuce isn't building on the cm-12.1 branch, add it to roomservice so oss builds don't get broken by this. Change-Id: I2ce6fd79c861e4dc811400d899cb5b7757314821
-
- 20 Aug, 2015 1 commit
-
-
Pat Erley authored
These are tunings from the ODM for August 2015. LETTUCE-765 Change-Id: I4d98c8b898acad5774381f24ae8ccb61e856cc29
-
- 10 Aug, 2015 1 commit
-
-
Lin Ma authored
Change-Id: I3cb745de32550a0da6d237e278969b4ac7fdf08d
-
- 05 Aug, 2015 1 commit
-
-
Ethan Chen authored
Change-Id: I8bb0378b4e835d4dec221900d9632c6f3ae7d9ee
-
- 03 Aug, 2015 1 commit
-
-
Ethan Chen authored
Change-Id: If7178219e5f1c9d4d35dab886352f966fff6b6e7
-
- 30 Jul, 2015 2 commits
-
-
Jim Wilson authored
HDR in ZSL is a feature that adds almost no user value but is frequently buggy, and in fact is bugged on Lettuce now. Disable the reported support to flag apps not to try. This effectively fixes the fact that HDR basically didn't work on Lettuce. Change-Id: I6887cb2ccddfafaa83a8e464f2c0eb8bda2c3851
-
Pat Erley authored
These are now handled by msm8916-common. Change-Id: I84ff4c0ad62252a1dc636b39a1c47fdc65053a73
-
- 23 Jul, 2015 1 commit
-
-
Chirayu Desai authored
* Install libHevcSwDecoder correctly * Add libOmxVdecHevc Change-Id: I074e196bd87ee5f9e8ace5786c534b457629a6e6
-
- 22 Jul, 2015 1 commit
-
-
Chirayu Desai authored
Bug: LETTUCE-689 Original revision: 2d3ac0a104ccdadeaca289b518c666c0ad37ee30 Change-Id: I1c214c3aa6d0466fd69caf81b0a2b15cc1dcccf4
-
- 21 Jul, 2015 3 commits
-
-
Howard M. Harte authored
Issue-Id: LETTUCE-744 Change-Id: I6f095f195fb701d3cf782d799c8c88ea576fafe9
-
Pat Erley authored
Don't enable debug mask by default. This brings lettuce in line with other 8916 devices. LETTUCE-655 Change-Id: I1c72285d9787fd582dcc58c81abb70315660ccee
-
Ethan Chen authored
Change-Id: I34584750cb667ae086bf009eca8dfb871e6fd5b3
-
- 17 Jul, 2015 1 commit
-
-
Chirayu Desai authored
* Also see, recursion Change-Id: Ib8b13f105d46a89e36c86990b96dcefe8628bc8f
-
- 16 Jul, 2015 1 commit
-
-
Daqing Chen authored
Modify accelerometer sensor convert unit because of sensor data is 16 bits now. Kernel commit: "input: sensors: modify resolution for sensor mpu6050" Change-Id: I3501271d5a3c072a0fd723408008c1e14817ec00
-
- 15 Jul, 2015 5 commits
-
-
Pat Erley authored
This should fix some of the random system and application crashes that users have been reporting. LETTUCE-655 Change-Id: I44028796b044c409afcdaa24621b62a4749c0ac7
-
Ethan Chen authored
Change-Id: I6ff9d448af63dd2f4b4f2a7abd2d42e9542ce91d
-
Ethan Chen authored
Change-Id: Ie2be6a2407dd2a4586477aa1c73dd3c4adb1020a
-
Ethan Chen authored
Change-Id: I68960092881dd3da8bb9ad62673e334f02f1686f
-
Ethan Chen authored
Change-Id: Ic5a02f14d17cb51fed594d6abc358e7d37d0b22f
-
- 14 Jul, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I25566d468d750eddf6c37c6831973c8ae7779efa
-