summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sensors bringupHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0Wolfgang Wiedmeyer2017-06-0811-531/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various fixes are ported from the i9300 sensors. A list of commits, where fixes were taken from, is attached below. commit 0f8e8cc Author: Christian Balster <christian.balster@gmail.com> Date: Wed May 20 13:19:48 2015 +0200 i9300: libsensors: add real accuracy reporting for magnetometer Change-Id: I3dd56f4d7fb0de8feca2422c165fe0c3cd92761a commit 2104318 Author: Christian Balster <christian.balster@gmail.com> Date: Wed May 20 17:14:11 2015 +0200 i9300: libsensors: fix typo in accelerometer data Change-Id: Iee501b65c23bed22bfe769496bafc852f939a8ac commit b69dd87 Author: Christian Balster <christian.balster@gmail.com> Date: Wed May 20 17:16:29 2015 +0200 i9300: libsensors: report at least bogus accuracy for gyro Change-Id: I81ff71c8ae6bf25c1aabac4a6d8d6fcf64bd2e0b commit d786475 Author: Christian Balster <christian.balster@gmail.com> Date: Thu May 21 17:46:00 2015 +0200 i9300: libsensors: fix magnetometer offset parameters not being saved also fix a typo Change-Id: I69246a96c53d7ec02ca90d73bc85dec4cbc73343 commit f7d2dfd Author: Christian Balster <christian.balster@gmail.com> Date: Tue Jun 2 15:08:02 2015 +0200 i9300: libsensors: remove unused orientation sensor The Orientation Sensor is deprecated and no longer required. Additionally this implementation is never even used, since Android automatically replaces it by it's own implementation if the sensor HAL doesn't also provide a Rotation Vector sensor. Furthermore the current implementation only uses the accelerometer and magnetometer for the sensor fusion and doesn't make use of the Gyroscope. So should we at some point decide to implement our own complete sensor fusion this would have to be rewritten anyway. Change-Id: I45d8a9afd2089b49131e6cc69cdf2f3dfee46c92 commit fc862f3 Author: Dheeraj CVR <cvr.dheeraj@gmail.com> Date: Thu Jun 11 16:44:25 2015 +0400 libsensors: switch to portable typedefs to match callbacks Using a strict basetype only coding style is not a good idea especially when we are dealing with callbacks which use portable typedef like int64_t. This kind of coding style would most likely end up in overflows at various places especially when dealing with timestamps and sensor delays which are caused when typecasting datatypes of different size. Switch to portable typedefs and get rid of "long". Change-Id: I75b9cace7602345dba9095f046292e6d4db07df4 commit a484daf Author: Christian Balster <christian.balster@gmail.com> Date: Mon Jun 15 17:46:29 2015 +0200 i9300: libsensors: fix possible overflow while setting delay Even though we changed the signature of the set_delay() methods, we can still get an overflow while actually writing the values to sysfs. Let's adapt sysfs_value_read() and sysfs_value_write() too. Change-Id: If8eda7204831f0edabec890d4e3127be520fa3bf commit 594d5b8 Author: Dheeraj CVR <cvr.dheeraj@gmail.com> Date: Thu Jun 11 17:57:26 2015 +0400 libsensors: update sensor flags Change-Id: Ia57026f4e8f5dd270da7619bc25289fc414bce30 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* configs Replicant 6.0 bringupWolfgang Wiedmeyer2017-06-082-2/+8
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* overlay: update key config from i9100 and remove lockscreen translucent settingWolfgang Wiedmeyer2017-06-081-5/+18
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Set ro.vold.primary_physical=1Wolfgang Wiedmeyer2017-06-081-0/+3
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* keylayout: remove wake flagsWolfgang Wiedmeyer2017-06-084-38/+38
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* rebrand to LineageOSWolfgang Wiedmeyer2017-06-082-3/+4
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* sensors: K3DH cannot be enabled or disabled twice in a rowPaul Kocialkowski2017-06-071-0/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* SMDK4210 SensorsPaul Kocialkowski2017-06-0762-2132/+6895
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Samsung-RILPaul Kocialkowski2017-06-061-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Standalone recovery kernel buildPaul Kocialkowski2017-06-061-0/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Initial Replicant 4.2 commitPaul Kocialkowski2017-06-062-6/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* N7000: Clean up system.prop typoherna2013-12-141-1/+1
| | | | | | Replacing i9100 system.prop reference with n7000. Change-Id: Ia208be4209b4ae879174cee45a3f347d68fe47e5
* N7000: Battery capacity fixherna2013-12-141-1/+1
| | | | | | | | i9100 has battery capacity of 2100, n7000 has 2500. This is a remnant of the ancient CM n7000 bringup when i9100 device tree was used as a template. Change-Id: Id81f9372f50f0fef75b0b027d3646262e722d092
* Add translucent lockscreenherna2013-12-141-0/+3
| | | | Change-Id: I7fa0c1796b4992ebec699e4ffaf436c7dce220f9
* n7000: sensors: Add batching FIFO sizes to sSensorListAndrew Dodd2013-12-141-7/+7
| | | | | | | | | Assuming that these should both be 0 on a sensor that doesn't support batching Also reenable building libsensors Change-Id: Id56e1f34b7e8023f9378f80f427ea2059971eb1b
* N7000: Enable home button wake settingAndrew Jiang2013-08-221-0/+21
| | | | | | Patch set 2: Fix ub0r derp. Change-Id: I47bb93caf04191562edb86324e6f56d1f05b4fe1
* n7000: remove DeviceSettingscodeworkx2013-08-091-4/+0
| | | | Change-Id: Id69754f4fd054bda5a39c2d580d4136a23d4a759
* Revert "system.prop: Add prop value for legacy egl hack"Daniel Hillenbrand2013-08-071-1/+0
| | | | | | This reverts commit cb53d523ea9bedc8a15c3d2e475b6b3b161b714f. Change-Id: I2b3bf2140df5da177f7c11862fee31ebd375d64d
* system.prop: Add prop value for legacy egl hackXpLoDWilD2013-08-061-0/+1
| | | | Change-Id: Ie902ce16b96374bfb670e13b5745e526d8e640fc
* n7000: recovery: use unified fstabcodeworkx2013-08-041-13/+0
| | | | Change-Id: I8cd2d53906d32f71e1bd9526c0f837d69ffc278a
* n7000: recovery: auto detect fstype for sdcardDaniel Hillenbrand2013-07-211-2/+2
| | | | Change-Id: Ic7c221a448dce0410ae6c3bc940b66835102d4f8
* n7000: move device settings to commonDaniel Hillenbrand2013-06-0948-2758/+1
| | | | Change-Id: If071c9a287aa1e2e27b68abc56afc63138edf855
* n7000: update extract scriptDaniel Hillenbrand2013-06-031-10/+0
| | | | Change-Id: I08eb19b0ce2a6d76e3152b4fe321fb85e70b45ae
* n7000: remove specific header pathDaniel Hillenbrand2013-06-031-2/+0
| | | | Change-Id: Ibfd04381a5cae0047a5a9f0af755f885fa215439
* n7000: switch to smdk4412 kernelDaniel Hillenbrand2013-05-2516-79/+295
| | | | Change-Id: I414ab233a71d0910a0a61fd7eb0bd8893bd5ce2a
* n7000: remove ril blobsDaniel Hillenbrand2013-05-251-2/+0
| | | | Change-Id: I4741ea2428a10d1a58c5437c0f8727ae8cd188b5
* Samsung n7000 : FR translationDelPETER2013-05-202-16/+14
| | | | | | | | | | Consistent translation of Samsung devices Show my ohters commits : http://review.cyanogenmod.org/#/q/owner:%22Delphin+PETER%22+status:open+branch:cm-10.1,n,z Patch set 2 : correction Patch set 3 : correction Patch set 4 : correction Change-Id: I9443f3477d2a5661d1399c7e375482c84957b348
* N7000: Simplified Chinese TranslationsAndrew Jiang2013-05-102-5/+36
| | | | | | | Updated app_name to read "Advanced settings" and added copyright notices. Change-Id: I3b86d5787dd54c1a264ec1e41a15d4fe413c52a0
* n7000: PT-BR translationsGustavo2013-05-042-2/+13
| | | | Change-Id: Ic5a2384eaa33a1fa1defec201b1c9e6293f864b1
* n7000 : Fr translationDelPETER2013-04-152-29/+43
| | | | | | | Patch set 2 : standardize "Advanced settings" Patch set 3 : correction Change-Id: I2444818b8154a67d37c46ec9fd534e089176f9af
* Merge "DeviceParts: Add uniform title between devices" into cm-10.1Marco Brohet2013-04-141-1/+1
|\
| * DeviceParts: Add uniform title between devicesJorge Ruesga2013-04-121-1/+1
| | | | | | | | | | | | | | Use "Advanced settings" for all DeviceParts Change-Id: Id67c5f2f3c69b7172e08bc8138aad4a1fed05071 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | n7000: enable stylus gesturesAndrew Dodd2013-04-121-1/+1
|/ | | | Change-Id: I5e8876dc4b33b7befdb9d4d891abb59afed54308
* DeviceSettings: ES translationsdjMesias2013-04-122-12/+80
| | | | Change-Id: I6eb9c04be36ef0a020c94cfd6fc28b87db0fadc8
* n7000: add ext4 as second filesystem for sdcard for recoverycodeworkx2013-03-071-1/+1
| | | | Change-Id: I743ed0de7629a8b90ab144a184ef13ecc5c69731
* n7000: keyfiles and extract cleanupcodeworkx2013-02-1719-3511/+1
| | | | Change-Id: I62459f26a68e60d584b76f7cbfeff3dd643ceb36
* Update Russian Translation-Galaxy Note Settings-CM10.1pvolkov2013-02-042-18/+18
|
* n7000: update extract scriptcodeworkx2013-01-144-281/+114
| | | | Change-Id: Ie39291d9ca84d98193107999d216371913638b6a
* n7000: update extract scriptcodeworkx2013-01-132-58/+12
| | | | Change-Id: Ie574a1ffea12f9bfc37f8740f99e4bfdc1398acb
* Merge "Device N7000 : Add missing french translation" into cm-10.1Marco Brohet2013-01-052-10/+79
|\
| * Device N7000 : Add missing french translationDelPETER2012-12-152-10/+79
| |
* | n7000: Remove overlays for stuff not yet reimplementedAndrew Dodd2012-12-161-1/+1
|/ | | | Change-Id: Icf5028f225d2d93833e6f8a354a6a1c71b44a761
* n7000: update dock settings for mr1codeworkx2012-12-021-6/+3
| | | | Change-Id: Ia1bebcfd817bffeed89efb50b0fd18951d965dcb
* n7000: add bluetooth build cfgcodeworkx2012-12-022-0/+26
| | | | Change-Id: Id905163db2e8cb2369aa27c619fbda36ad5b2643
* Device N7000 : Added French missing translationDelPETER2012-11-111-2/+23
| | | | Change-Id: I54a1e61826e81cd058788073f0ad247b9ebf5381
* n7000: Enable stylus gesture supportAndrew Dodd2012-10-311-0/+3
| | | | Change-Id: I8e464c691024281d81fccf1f8d476afc4dc99bdd
* N7000 Advanced Settings: Added italian translationrheeze2012-10-301-0/+44
| | | | | | I9100 patch applied to N7000 tree Change-Id: Ie9c35077d9b6c2ae14d46e82ff748ac2e2f627fa
* Remove ics branch string for SamsungServiceMode in dependencies filecoudu2012-10-301-2/+1
| | | | | | * This is not needed as there is a jb branch for SamsungServiceMode Change-Id: If54f9d2ea7044503cf233b99ab3e3873c7b4c7ee
* N7000: Simplified Chinese TranslationsAndrew Jiang2012-10-302-0/+119
| | | | | | I9100 patch reapplied to N7000 with N7000 modifications Change-Id: I017bf580bcb3c9a81de7214b39e5a029de1c842a
* Replace old libion.so with libsecion.soMarek Walczak2012-10-302-4/+4
| | | | | | | | Patchset 2: Removed trailing space Patchset 3: Renamed libsamsungion to libsecion Change-Id: I08ee35c95a680bfa8021c56bb237baf332e393e0