summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* n7100: Remove deprecated storage_listtilaksidduram2015-11-171-52/+0
|
* n7100: Download and build stlporttilaksidduram2015-11-171-0/+4
| | | | * Building of stlport is now moved to smdk4412-common
* n7100: Update fstabtilaksidduram2015-11-171-2/+2
|
* Remove USB-OTGtilaksidduram2015-11-171-4/+0
|
* n7100: MM bringup for CMtilaksidduram2015-11-175-36/+43
|
* Test..: Increase sound volume on main speakerIvan Meler2015-09-071-3/+3
|
* N7100: Boost earpiece volumeJustArchi2015-09-071-3/+6
| | | | | | | | | | | | I'm still wondering what exactly happened that resulted earpiece volume that low between CM11 and CM12. I compared all current earpiece CTLs and they seem to be exactly the same as stock ones, although volume is still too low. Let's fix it by enabling boost level 1 (possible <0,3>) and increasing output volume to 60 (possible <57,63>) Perhaps I find some better solution in future. Closes #101
* n7100: cleanup and add settings overlay for audio dockDheeraj CVR2015-06-221-0/+21
| | | | Change-Id: Idf8a7803a96cfa81c1af818617dc66aeb872f68e
* audio: enable noise suppression by defaultDheeraj CVR2015-06-223-41/+19
| | | | | | | | | | Framework was responsible for enabling or disabling the noise suppression using audio parameters. However, this is currently broken in lollipop and most of the newer devices have noise suppression enabled by default. Use noise suppression when using the default input device (main microphone). Change-Id: Ie8bdfe1d9860fdad996640d1664e8111df7d3cec
* ril: update ril header to v11Utkarsh Gupta2015-06-221-19/+929
|
* Update gps.hUtkarsh Gupta2015-06-221-7/+38
|
* added accelerometer overlaytilaksidduram2015-06-201-0/+3
|
* n7100: update dependenciestilaksidduram2015-06-201-12/+10
|
* add doze_enabled option to device configtilaksidduram2015-05-061-0/+2
|
* 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
|