summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert "Config : GPS : update GPS server"tilaksidduram2015-04-221-2/+2
| | | | | | | | This reverts commit 9a3be307eccf1b4ae7537125d0eab042224d9f0b.
| * Config : GPS : update GPS serverKNIGHT972015-03-101-2/+2
| |
| * App2SD 2/2tilaksidduram2015-03-101-1/+1
| | | | | | | | credits to Ivanmeler
| * Enable USB-OTGtilaksidduram2015-03-021-0/+4
| | | | | | | | credits to DimitriMayakovsky
| * audio: forward call mute to RIL client interfaceDheeraj CVR2015-02-253-2/+21
| | | | | | | | Change-Id: Iccb763b48a687b88692c84976a7cddf72031b5be
| * Revert "audio: fix incall mute"tilaksidduram2015-02-252-49/+0
| | | | | | | | This reverts commit 1c3ccd1cbf98430dc091240fe1aa494a51908980.
| * Enable tetheringtilaksidduram2015-02-241-0/+3
| | | | | | | | credits to DimitriMayakovsky
| * N7100: Accelerometer for Ambient Displaytilaksidduram2015-02-242-0/+5
| |
| * added dreams overlaytilaksidduram2015-02-221-1/+13
| |
| * libsensors: fix sensors enable and disableDheeraj CVR2015-02-131-24/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * "//Accel sensor is first on and last off" This is totally wrong. The since we are using a single sysfs path to enable and disable all of the sensors, the kernel driver uses bitwise operations on the input value to know which sensors should be enabled. The current logic wrongly assumes that the sensors are enabled and disabled in a specific order and if accelerometer was disabled, all of the other sensors were being disabled too. This caused inconsistent sensor states between the sensor HAL and the kernel driver and most of the time, the sensors failed to work properly and drained battery. Simplify the code to use bitwise operations instead of arithematic operations to keep things clean. Additionally, since two or more sensors can be enabled or disabled at the same time, we use a lock to prevent race conditions. Change-Id: Ifc3fab1456d4061f58d52f2ecda822c6157aae6e
| * sound: remove absent AIF1ADC2L mixer controlsDheeraj CVR2015-02-131-3/+0
| | | | | | | | | | | | | | AIF1ADC2L mixer controls are no longer present on the newer kernel. Remove them to prevent failure errors. Change-Id: I163a3ca105f048a4aea06817bde794c8721cbfcf
| * n7100: Enable Wifi displaytilaksidduram2015-02-111-0/+14
| |
| * n7100: Enable Stylus gesturestilaksidduram2015-02-111-2/+2
| |
| * audio: fix mute when switching devicesMarcKe2015-02-111-0/+3
| |
| * audio: fix incall muteMarcKe2015-02-112-0/+49
| |
| * n7100: audio: adjust microphone sensitivityDheeraj CVR2015-01-051-4/+4
| | | | | | | | | | | | | | | | * Lower the main and sub mic gain to prevent distortion. * Increase the headset mic gain * Enable +30db boost for headset mic Change-Id: Ie13c25cc1f119c372031a9e5f6a95374bace3ae2
| * n7100: use opensource sensorsDheeraj CVR2015-01-052-11/+0
| | | | | | | | Change-Id: I8656a410982ee64295476a016f44cfa49a2e900f
| * libsensors: update paths to match new kernel baseDerTeufel2015-01-055-5/+5
| | | | | | | | Change-Id: I89bcc9c86d1974348f67ec4b5974f52c05de711d
| * n7100: update sensors for Lsbrissen2015-01-052-9/+14
| | | | | | | | Change-Id: I94bed7e8e1a722cef01649930c82c84276720946
| * n7100: Bring back open source sensorsDheeraj CVR2015-01-0522-1/+2397
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 00ac0f43785afd63a16b74034f4701928e941360. Change-Id: I810bad7b533d8c8edf0152b36874789e02994bad n7100: sensors: Fix buffer size Change-Id: I93a999a47ade6982c0b1fec56d611465f8dad830 Conflicts: n7100.mk
| * n7100: init: cleanupDheeraj CVR2015-01-051-13/+1
| | | | | | | | Change-Id: I764a87e5cea6361d8d267dd1ac53dc9dbd887e88
| * n7100: Update hardware keys overlaytilaksidduram2014-12-251-1/+16
| |
| * Revert "n7100: Re-enable hardware keyboard overlay"tilaksidduram2014-12-221-2/+2
| | | | | | | | This reverts commit ea5d43559586e1a44e3ef1f204e079c92e75c1b1.
| * n7100: Updated dependenciestilaksidduram2014-12-211-9/+3
| |
| * Revert "Use legacy mmap"tilaksidduram2014-12-211-2/+0
| | | | | | | | | | | | This reverts commit 7e5b3b523210bfce1931e97f60f862302769d1c5. This is already defined in smdk4412-common
| * Revert "add -DNEEDS_VECTORIMPL_SYMBOLS flag for blobs"tilaksidduram2014-12-211-3/+0
| | | | | | | | This reverts commit 1220dd2be89b11032ea3bad91b87aa0c17376a92.
| * Revert "Add extended font support"tilaksidduram2014-12-211-3/+0
| | | | | | | | | | | | This reverts commit d1411e7965cdeee7874e914c4c321873ee8e2cc1. This is already defined in smdk4412-common
| * n7100: Re-enable hardware keyboard overlaytilaksidduram2014-12-171-2/+2
| |
| * Remove apollo and DSPmanager from devicetilaksidduram2014-12-132-12/+2
| |
| * n7100: Enable SElinuxtilaksidduram2014-12-071-14/+14
| | | | | | | | | | | | | | This reverts commit fd12f10a780a5af4ccc3e67498dc3d7d3f89b1f5. Conflicts: BoardConfig.mk
| * n7100: Update overlays again.tilaksidduram2014-12-071-2/+117
| |
| * n7100: update gpstilaksidduram2014-12-071-6/+5
| |
| * n7100: Enable multiusertilaksidduram2014-12-061-0/+6
| |
| * Add extended font supporttilaksidduram2014-12-051-0/+3
| |
| * Update for new syntaxtilaksidduram2014-12-051-2/+2
| |
| * add -DNEEDS_VECTORIMPL_SYMBOLS flag for blobstilaksidduram2014-12-051-0/+3
| |
| * Use legacy mmaptilaksidduram2014-12-051-0/+2
| |
| * n7100: Add Ril headertilaksidduram2014-12-031-0/+1
| |
| * Revert "Camera wrapper"tilaksidduram2014-11-284-620/+2
| | | | | | | | | | | | | | This reverts commit da2f11839adee60a0ab91f14a97d22735806890e. Conflicts: BoardConfig.mk
| * Revert "n7100: Add missing include for Camera wrapper"tilaksidduram2014-11-281-3/+0
| | | | | | | | This reverts commit 78a558314d7188d50e37b9bf7042ee79db5f1316.
| * Revert "Camera wrapper update"tilaksidduram2014-11-281-99/+65
| | | | | | | | This reverts commit 0a499126670ffc029713c3c245d6f6bb73192b12.
| * Revert "N7100: Fix video snapshots"tilaksidduram2014-11-281-0/+3
| | | | | | | | This reverts commit 54f66e6fb83ef1680030c4e199e6393f70de6c95.
| * n7100: removed not required nfc permission.tilaksidduram2014-11-281-2/+1
| |
| * n7100: add missing overlay for Notification Ledtilaksidduram2014-11-261-0/+3
| |
| * n7100: update mobile data interfacesDheeraj CVR2014-11-261-1/+1
| | | | | | | | Change-Id: Id12e56cbe08bdee0e83589ddce691bc01fe72646
| * n7100: more update to GPS headertilaksidduram2014-11-261-17/+40
| |
| * overlay: Enable Battery & Notification LED settingstilaksidduram2014-11-261-5/+5
| |
| * N7100: Add ambient display doze featuretilaksidduram2014-11-242-0/+13
| |
| * enable samsung stk overlaytilaksidduram2014-11-241-2/+2
| |
| * add nfc enhancedtilaksidduram2014-11-221-0/+2
| |