summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratinm <atinm.dev@gmail.com>2011-08-11 12:09:41 -0400
committeratinm <atinm.dev@gmail.com>2011-08-11 12:09:41 -0400
commitfed509923f41aa4bf08c2cb87fc2114799ea19f7 (patch)
treed546619a390b61068a6fd4e6465dbbed1c6fceeb
parentfbd4b5125cfd34ffa148e2490502efb8d2e92be7 (diff)
downloaddevice_samsung_galaxysmtd-fed509923f41aa4bf08c2cb87fc2114799ea19f7.zip
device_samsung_galaxysmtd-fed509923f41aa4bf08c2cb87fc2114799ea19f7.tar.gz
device_samsung_galaxysmtd-fed509923f41aa4bf08c2cb87fc2114799ea19f7.tar.bz2
Reverted:
Cypress-touchkey: Fix the unbalanced enable on IRQ 334 due to freezing keys. Updated extract-files.sh for libcamera.so wrapper. Change-Id: I4d4d1c6ee23fa9cd8cd48603aec4caf873728a41
-rw-r--r--bcm4329.kobin273036 -> 272988 bytes
-rw-r--r--cifs.kobin2585264 -> 2583004 bytes
-rwxr-xr-xextract-files.sh5
-rw-r--r--fuse.kobin599952 -> 599520 bytes
-rwxr-xr-xkernelbin2512012 -> 2512364 bytes
-rw-r--r--tun.kobin211620 -> 211468 bytes
6 files changed, 2 insertions, 3 deletions
diff --git a/bcm4329.ko b/bcm4329.ko
index 7901266..c1e4f61 100644
--- a/bcm4329.ko
+++ b/bcm4329.ko
Binary files differ
diff --git a/cifs.ko b/cifs.ko
index b2557b5..ed4fad4 100644
--- a/cifs.ko
+++ b/cifs.ko
Binary files differ
diff --git a/extract-files.sh b/extract-files.sh
index 70f1537..2e72e24 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -30,7 +30,7 @@ adb pull /system/lib/libril.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
adb pull /system/lib/libsecril-client.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
adb pull /system/lib/libsec-ril.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
adb pull /system/bin/rild ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
-adb pull /system/lib/libcamera.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
+adb pull /system/lib/libsamsungcamera.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libcamera.so
adb pull /radio/modem.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
# aries-common
@@ -102,7 +102,6 @@ adb pull /system/firmware/CE147F03.bin ../../../vendor/$MANUFACTURER/$COMMON/pro
# Prebuilt libraries that are needed to build open-source libraries
PRODUCT_COPY_FILES := \\
- vendor/__MANUFACTURER__/__DEVICE__/proprietary/libcamera.so:obj/lib/libcamera.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/libril.so:obj/lib/libril.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/libsecril-client.so:obj/lib/libsecril-client.so
@@ -117,7 +116,7 @@ PRODUCT_COPY_FILES += \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/libsecril-client.so:system/lib/libsecril-client.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/libsec-ril.so:system/lib/libsec-ril.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/rild:system/bin/rild \\
- vendor/__MANUFACTURER__/__DEVICE__/proprietary/libcamera.so:system/lib/libcamera.so
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/libcamera.so:system/lib/libsamsungcamera.so
EOF
diff --git a/fuse.ko b/fuse.ko
index 3c3e8d6..829d89b 100644
--- a/fuse.ko
+++ b/fuse.ko
Binary files differ
diff --git a/kernel b/kernel
index 20739d9..e705776 100755
--- a/kernel
+++ b/kernel
Binary files differ
diff --git a/tun.ko b/tun.ko
index c71c2d5..9876ce9 100644
--- a/tun.ko
+++ b/tun.ko
Binary files differ