This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/touchscreen_drv/Android.mk b/touchscreen_drv/Android.mk | |
index 0585c60..f4a1b73 100644 | |
--- a/touchscreen_drv/Android.mk | |
+++ b/touchscreen_drv/Android.mk | |
@@ -15,8 +15,9 @@ LOCAL_CFLAGS:= -g -c -W -Wall -O2 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp | |
LOCAL_C_INCLUDES:= $(kernel_includes) | |
LOCAL_MODULE:=ts_srv | |
LOCAL_MODULE_TAGS:= eng | |
-LOCAL_SHARED_LIBRARIES := liblog | |
+LOCAL_STATIC_LIBRARIES := liblog libc libm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote fetch="ssh://[email protected]:22123" name="gitlab" /> | |
<project name="TheMuppets/proprietary_vendor_bn" path="vendor/bn" remote="github" /> | |
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="next" /> | |
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" /> | |
<project name="TheMuppets/proprietary_vendor_htc" path="vendor/htc" remote="github" /> | |
<project name="TheMuppets/proprietary_vendor_asus" path="vendor/asus" remote="github" /> | |
<project name="invisiblek/proprietary_vendor_hp" path="vendor/hp" remote="github" /> | |
<project name="CyanogenMod/android_hardware_qcom_display-caf-new" path="hardware/qcom/display-caf-new" remote="github" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Header file for: | |
* Cypress TrueTouch(TM) Standard Product touchscreen drivers. | |
* drivers/input/touchscreen/cyttsp_fw.h | |
* | |
* Copyright (C) 2009, 2010 Cypress Semiconductor, Inc. | |
* | |
* This program is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU General Public License | |
* version 2, and only version 2, as published by the | |
* Free Software Foundation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [[ -z $1 ]] | |
then | |
echo "Must specify filename!" | |
echo "ex: upload kernel.zip" | |
exit 1 | |
fi | |
filename=$1 #`ls $1 | xargs -n 1 basename` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54969 # su: allow setting alternative default shell | |
43206 # LatinIME: Regenerated English-German dictionaries to not censor words. | |
62028 # Restore pre-KitKat permissions to external sd for all apps | |
skip 65471 # m8: Enable offloaded audio effects | |
65475 # SignalStrength: adjust cdma signal strength threshold | |
65476 # Hardware: Add high touch sensitivity support | |
65553 # Settings: HighTouchSensitivity support | |
66046 # m8: switch to 400 density | |
61273 # e2fsprogs: blkid: Add Flash-Friendly File System (f2fs) support | |
66650 # GPE IR hal implementation. Ported from M7 work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54969 # su: allow setting alternative default shell | |
43206 # LatinIME: Regenerated English-German dictionaries to not censor words. | |
skip 62028 # Restore pre-KitKat permissions to external sd for all apps | |
skip 65471 # m8: Enable offloaded audio effects | |
65475 # SignalStrength: adjust cdma signal strength threshold | |
skip 65476 # Hardware: Add high touch sensitivity support | |
skip 65553 # Settings: HighTouchSensitivity support | |
66046 # m8: switch to 400 density | |
61273 # e2fsprogs: blkid: Add Flash-Friendly File System (f2fs) support | |
skip 66650 # GPE IR hal implementation. Ported from M7 work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright (c) 2010-2013, The Linux Foundation. All rights reserved. | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License version 2 and | |
* only version 2 as published by the Free Software Foundation. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
* GNU General Public License for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
/* //device/apps/common/assets/res/any/colors.xml | |
** | |
** Copyright 2006, The Android Open Source Project | |
** | |
** Licensed under the Apache License, Version 2.0 (the "License"); | |
** you may not use this file except in compliance with the License. | |
** You may obtain a copy of the License at | |
** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dp@build-vm ~/cm/11.0/kernel/samsung/jf $ grep -ri android_pmem | |
Documentation/android.txt:ANDROID_PMEM | |
sound/soc/msm/msm-pcm-afe.c:#include <linux/android_pmem.h> | |
sound/soc/msm/msm7kv2-pcm.c:#include <linux/android_pmem.h> | |
sound/soc/msm/msm-multi-ch-pcm-q6.c:#include <linux/android_pmem.h> | |
sound/soc/msm/msm-compr-q6.c:#include <linux/android_pmem.h> | |
sound/soc/msm/msm-lowlatency-pcm-q6.c:#include <linux/android_pmem.h> | |
sound/soc/msm/qdsp6/q6asm.c:#include <linux/android_pmem.h> | |
sound/soc/msm/lpass-dma.c:#include <linux/android_pmem.h> | |
sound/soc/msm/msm-pcm-lpa.c:#include <linux/android_pmem.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
/* | |
** Copyright 2006, Google Inc. | |
** | |
** Licensed under the Apache License, Version 2.0 (the "License"); | |
** you may not use this file except in compliance with the License. | |
** You may obtain a copy of the License at | |
** | |
** http://www.apache.org/licenses/LICENSE-2.0 |
OlderNewer