aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* z2_plus: overlay: Let the brightness at the first boot as defaultdd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove BCL hotplug disable/enable from initWei Wang2017-10-31
| | | | | | | | BCL hotplug is disabled in DTS already This patch should resolve risk of racing condition of store hotplug mask Bug: 29547080 Change-Id: I4ccbda943095d6d8bb02c140d7cedebd85ae9710
* z2_plus: Re-enable powerdd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Turn back to caf dataservicesdd3boh2017-10-31
| | | | | | | | | | Revert "z2_plus: Specify that we're using a in-device data service" This reverts commit a6b29339d50703e1f349cd91b3ffa0a38f863d3f. Revert "msm8996-common: Import marlin dataservices" This reverts commit 66c36e2cb752b01a8c7fbe45e32ccc1681fb9d4b.
* griffin: trigger enable-low-power on bootcompleteErfan Abdi2017-10-31
| | | | | Signed-off-by: Erfan Abdi <erfangplus@gmail.com> Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Some cleanupdd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Don't set anything for msm_performancedd3boh2017-10-31
| | | | | | * this seems to be creating some problems (with a logspam in dmesg) Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Define type of hardware in system.propdd3boh2017-10-31
| | | | | | | * not being using qcom power hal we have to declare the type of hardware here, otherwise the init.qcom.rc file wouldn't get loaded * this also fixes performance governor on boot Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Cleanupdd3boh2017-10-31
| | | | | | * Not needed at all anymore Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove camera.device@3.2-impldd3boh2017-10-31
| | | | | | * this is simply useless because it gets called from android.hardware.camera.provider@2.4-impl(.zuk) already and it gets built anyway without that it gets called in hidl.mk Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Rename services so that it doesn't create problems when both ↵dd3boh2017-10-31
| | | | | | z2_plus and z2_row device trees are there Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Last edits to make camera workingdd3boh2017-10-31
| | | | | | | | | | Thanks @erfanoabdi, I actually love him not <3 Well, I didn't explained before about this so let's explain now: this necesity came up from the fact that LOS abandoned a patch (TARGET_USES_NON_TREBLE_CAMERA) that we needed and thanks to which camera started working for us, so we came up doing this directly because is the easiest way at all instead of making a camera wrapper or something like this, and we will keep this until it's needed to, and I don't have any problems in keeping it forever working perfectly. Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Switch to in-device camera providerdd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Camera: zuk: Add support for non-treble camera blobsLuK13372017-10-31
| | | | | | | | | | | | | * Camera HALs before Treble used to pass camera id in user field, in Treble they are meant to pass pointer to CameraDevice. * This patch workarounds this by storing local pointer to CameraDevice and not relying on user field. * Similar to demon000's CameraWrapper solution but it doesn't require wrapping the HAL which could theoretically break HAL3 compatibility. Change-Id: Iadf0359878f71f4da0a3f952b3af5b914bd49fa8
* z2_plus: camera: rename various servicesdd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: camera: service: Remove service partdd3boh2017-10-31
| | | | | | Would just be a dupe Signed-off-by: dd3boh <dade.garberi@gmail.com>
* camera: Fork camera provider 2.4 and camera device 1.0 from ↵dd3boh2017-10-31
| | | | | | | | | hardware/interfaces/camera camera/device/1.0/default -> camera/zuk camera/provider/2.4/default -> camera/provider Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Flip screen in kernel [1/2]dd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove rild_socketdd3boh2017-10-31
| | | | | | This isn't even there *_* Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Move hidl hals to hidl.mkB--B2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Switch to Camera2dd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Set TARGET_USES_NON_TREBLE_CAMERA and remove legacy hal1dd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove properties not needed anymoredd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Turn back to kryodd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Fixup one linedd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: For sure we don't need these loldd3boh2017-10-31
| | | | | | Not having any module anymore we don't need this isnmod that probably weren't even useful before being the paths wrong :P Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Add basic 2.0 -> 2.1 fingerprint HAL wrapperLuK13372017-10-31
| | | | | Change-Id: I36752485e39c93691261d9cf90f9455c7de2648e Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
* HAL: move to cafdavide2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Specify that we're using a in-device data servicedd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Don't build WLAN driver as a module.Cosme Domínguez Díaz2017-09-19
|
* Revert "z2_plus: Change how we mount the wlan.ko module"dd3boh2017-09-19
| | | | This reverts commit 32702d3c707d088f8aa9543833c1bd2cb5606742.
* z2_plus: Squash revert of libshimsdd3boh2017-09-17
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* ril: Switch to cafdavide2017-09-17
|
* Set cnss-sh user to systemLuca Stefani2017-09-17
| | | | | | | * /persist/wlan_bt/ff_flag owner is system and running the script as root needs dac_override capability -> Run the script as system and change /sys/module/cnss_common/parameters/bdwlan_file owner accordly
* z2_plus: Change how we mount the wlan.ko moduledd3boh2017-09-17
| | | | | | Readaptation of https://review.lineageos.org/#/c/190121/ Signed-off-by: dd3boh <dade.garberi@gmail.com>
* msm8996-common: Import marlin dataservicesLuca Stefani2017-09-17
| | | | | Change-Id: I9d2e47585ac93bbdf28e275e9ec0c669b9f8be3e Signed-off-by: Marco Zanin (B--B) <mrczn.bb@gmail.com>
* z2_plus: Fix device not booting with aosp halsdd3boh2017-09-16
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Disable libinit for nowdd3boh2017-09-16
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Fixup display propertiesdd3boh2017-09-07
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Fix LD_SHIM_LIBSdd3boh2017-09-07
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* [TEMP] overlay: Disable some overlays not presentsdd3boh2017-09-07
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* powerhal: Remove for nowdavide2017-09-07
| | | | | Change-Id: Ifb6fec4b458c84a6a8e062ed75842a997b054727 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* bluetooth: Update configdavide2017-09-07
| | | | Change-Id: I6de9011ad35be053694189aee065545df1fff580
* z2_plus: Use aosp halsdd3boh2017-09-07
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* opengles: Fix version numberdavide2017-09-07
| | | | Change-Id: Ia0f7e5215c19c8f35331216ccce4971af6ec55c7
* Hack for surfaceflingerdavide2017-09-07
| | | | Change-Id: Ie31725fe4bd58b2a55990d385dea3f4d72412a43
* z2_plus: Update audio for OLuca Stefani2017-09-07
| | | | | | | | | * Build audio HIDL HALs * Remove dead packages * Update audio flags for AOSP HAL Change-Id: Ide624d3008739b68a1b4cac347237e72cd4b4b20 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Update display/render for OLuca Stefani2017-09-07
| | | | | | | | * Build the various display/render related HIDL HALs * Enable HWC2 & Gralloc1 Change-Id: I61c34a531e3131209a08b5b4670e1f1f8fbb435d Signed-off-by: dd3boh <dade.garberi@gmail.com>
* audio: Fix audio effect libs pathLuca Stefani2017-09-07
| | | | | Change-Id: I8f50ea750405ae920ef5a74dda31ca5ac85e3af0 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Revert "Revert "z2_plus: Switch to XML audio policy configuration""dd3boh2017-09-07
| | | | This reverts commit 45a6eb6663e11c6e8a0995fbd9348068ccfc5644.