From fed509923f41aa4bf08c2cb87fc2114799ea19f7 Mon Sep 17 00:00:00 2001 From: atinm Date: Thu, 11 Aug 2011 12:09:41 -0400 Subject: 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 --- bcm4329.ko | Bin 273036 -> 272988 bytes cifs.ko | Bin 2585264 -> 2583004 bytes extract-files.sh | 5 ++--- fuse.ko | Bin 599952 -> 599520 bytes kernel | Bin 2512012 -> 2512364 bytes tun.ko | Bin 211620 -> 211468 bytes 6 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bcm4329.ko b/bcm4329.ko index 7901266..c1e4f61 100644 Binary files a/bcm4329.ko and b/bcm4329.ko differ diff --git a/cifs.ko b/cifs.ko index b2557b5..ed4fad4 100644 Binary files a/cifs.ko and b/cifs.ko 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 Binary files a/fuse.ko and b/fuse.ko differ diff --git a/kernel b/kernel index 20739d9..e705776 100755 Binary files a/kernel and b/kernel differ diff --git a/tun.ko b/tun.ko index c71c2d5..9876ce9 100644 Binary files a/tun.ko and b/tun.ko differ -- cgit v1.1