-fix typo in output for outputCbcr to reference proper variable (msm_vfe8x.c)
-remove CMD_AXI_CFG_O1_AND_O2 case statement (msm_vfe8x.c)
-move CMD_AXI_CFG_SNAP and ensure CMD_AXI_CFG_PREVIEW and CMD_AXI_CFG_VIDEO all fall outside of 720P_CAMERA conditional in msm_frame_axi_cfg (msm_camera.c)
-set uint8_t data in msm_control to max_control_command_size (msm_camera.c)
-add HTC: check qcmd and out of bound of region check (in axi_data.bufnum1) (msm_camera.c)

-merged (from cyanogenmod’s cm-kernel github):
b924424a708d0e2d93bf (msm: serial: Fix wakeup handling)
d68f1d1e796aa60f430f (arm: msm: smd: use either package v3 or v4 not both)

Update:
-add in LED related functions/objects and tie it all together with sysfs_init (taken from 2.6.34) (msm_camera.c)
-remove redefined definitions and set original values, outside of 720P_CAMERA conditional, for SNAP, PREVIEW and VIDEO (msm_camera.h)

Note: Froyo- Camera will only work on the latest CM6 nightly or Enom release.

——–

-XTRA contains:
*some more cgroup options
*namespaces support (excluding network)
*deadline i/o scheduler
*v4 block device and data integrity support
*3d register driver
*erratas 430973, 458693 and 460075 applied

Android 2.2 (Froyo):
boot-cm_2635_froyo-oc-uv-btn-aud-ram-neon_fp-080810.zip
Download: boot-cm_2635_froyo-oc-uv-btn-aud-ram-neon_fp-080810.zip

boot-cm_2635_froyo-oc-uv-xtra-btn-aud-ram-neon_fp-080810.zip
Download: boot-cm_2635_froyo-oc-uv-xtra-btn-aud-ram-neon_fp-080810.zip

——–

Source:
http://github.com/CyanogenMod/cm-kernel
http://github.com/pershoot/nexus-kernel-2635
http://android.git.kernel.org/?p=kernel/experimental.git;a=shortlog;h=refs/heads/android-msm-2.6.34-test2
http://android.git.kernel.org/?p=kernel/experimental.git;a=shortlog;h=refs/heads/android-2.6.34-test2
http://android.git.kernel.org/?p=kernel/experimental.git;a=shortlog;h=refs/heads/android-msm-2.6.35-wip
http://osdir.com/ml/android-porting/2009-07/msg00386.html
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary

——–

Instructions:
Flash the .zip through recovery
or

fastboot flash zimage zImage (zImage can be found in update.zip kernel folder)
then

take the bcm4329.ko file from the update.zip lib/modules folder (use winrar for windows or unzip for linux) and

adb remount
adb push bcm4329.ko /system/lib/modules
or
copy the bcm4329.ko to /sdcard, bounce in to recovery, mount /sdcard and /system, and copy the .ko module from /sdcard to /system/lib/modules; set chmod 644 on it.

Note:
If you use SetCPU, please do not set any Advanced settings, and you should use ondemand CPU governor

« »