summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* galaxys2: pimp my vibratorDaniel Hillenbrand2013-06-0923-159/+409
| | | | Change-Id: I71781be97d01598f83be3db828ebaf91c8211b78
* galaxys2: move device settings from i9100Daniel Hillenbrand2013-06-0952-2/+3053
| | | | Change-Id: I9209974db9ce5b013fc56f2249ff8b4c511d5eaa
* galaxys2: loop ringtones, cleanup unused propsDaniel Hillenbrand2013-06-051-2/+2
| | | | Change-Id: Ieec8981f495aacb6e6ce14a52a72935296b55de3
* galaxys2: libril: uus is absentDaniel Hillenbrand2013-06-031-0/+2
| | | | Change-Id: Id52cec452588bc629b6ccbda51932678f2f8aeab
* galaxys2: fix getting preferred network typeDaniel Hillenbrand2013-05-292-1/+37
| | | | | | NETWORK_MODE_GLOBAL => NETWORK_MODE_WCDMA_PREF Change-Id: Icb2d1ee40c75b7c30188e6e0036a2084cda3e071
* galaxys2-common: audio: fix merge failDaniel Hillenbrand2013-05-261-2/+0
| | | | Change-Id: Icfdbe362c9dff887c96e5d65ecc94cca7bccd227
* galaxys2: audio: remove some loggingDaniel Hillenbrand2013-05-262-16/+16
| | | | Change-Id: I4c391a74f0f29a1b1a5392546f0b8c39f92c7898
* Merge "Mixer: Set the next elements routes when one failed" into cm-10.1Daniel Hillenbrand2013-05-251-5/+8
|\
| * Mixer: Set the next elements routes when one failedPaul Kocialkowski2013-05-251-5/+8
| | | | | | | | | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Conflicts: tinyalsa_audio/mixer.c
* | Merge "Mixer: Handle write element" into cm-10.1Daniel Hillenbrand2013-05-251-0/+74
|\ \ | |/
| * Mixer: Handle write elementPaul Kocialkowski2013-05-251-0/+74
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | galaxys2: libril: remove handling of uusInfo and reenableDaniel Hillenbrand2013-05-263-60/+1
| | | | | | | | Change-Id: I7897a5d36bb5fa51e29f5244ebfbfc81f225f6cf
* | galaxys2: set default mdnie scenario and mode on bootDaniel Hillenbrand2013-05-251-1/+2
| | | | | | | | Change-Id: Ib99b00b1dab576d8be19757e3b03206336c2ecdd
* | galaxys2: back to blob librilDaniel Hillenbrand2013-05-252-1/+6
|/ | | | | | opensource libril is causing memory problems Change-Id: I3afc5430bcb52c4e31e2e79b1b2faf4bf53b4e3e
* galaxys2: libril: add a fallback to handle signalstrength for older modemsDaniel Hillenbrand2013-05-251-31/+19
| | | | Change-Id: I66c253dbd8bf0db38b7e723cd43357752d2d9949
* galaxys2: switch to smdk4412 kernelDaniel Hillenbrand2013-05-252-2/+3
| | | | Change-Id: I9b4ee389937a6418bb9de79679324aae40a9a736
* galaxys2: add opensource libril, remove ril classDaniel Hillenbrand2013-05-2412-3/+8357
| | | | | | | - remove blob rild - remove blob libril.so Change-Id: I9f6d99bbd0ecf7c591c64a53e738339f0eaa3905
* galaxys2-common: allow d710 to build audioDorian Snyder2013-05-131-0/+4
| | | | Change-Id: Id5cd7617d73620931b5d5ba5599ecd21c28f1eea
* galaxys2-common: camera: exynos_exif.c: fix values of some wrong EXIF tagsghepeu2013-05-101-12/+15
| | | | | | | | | | | | | | | | | | * adapt the code to the changes made in Exif.h * calculate ExposureTime from the ShutterSpeedValue: the exposure time read from the camera doesn't seem to work Together with changes in Exif.h, this commit fixes ExposureTime, FNumber, ShutterSpeedValue, ApertureValue, BrightnessValue and MaxApertureValue. The values now match what was generated by the closed camera driver. Credits to tryptophane for ExposureTime and ShutterSpeedValue. Thanks to opaco23 and stone_ship who provided samples. This commit requires http://review.cyanogenmod.org/37370 Change-Id: I16b606e65e895b98f9679ffb6172869c2cbe741c
* galaxys2-common: fix EXIF data generated by the cameraghepeu2013-05-051-25/+29
| | | | | | | | | | | | | | | * ensure that all IFDs are 12 bytes long; previously when the data field contained less than 4 bytes of data the IFDs were truncated too soon * change all data types and number of components according to the EXIF standard * get the actual status of the flash from the camera; previosly the camera flash settings (which are not valid EXIF values) were copied in * fix calculations of GPS coordinates With these changes the EXIF generated by the camera are valid and readable. There are still issues with some tags but most data is correct now. Thanks to dafnis, who identified the problematic fields, and tryptophane, who helped testing. Patch Set 2: fix whitespaces. Change-Id: I513ea89f69ff26646e6a4a439b1cd5b835cba8d6
* camera: manage picture width and height separatelyathurh2013-03-191-5/+2
| | | | | | required for 3264x2448 <-> 3264x1968 Change-Id: I729402e208dccee8cf1d1368c1d2d0dcd1f08a3d
* galaxys2: camera: add missing picture sizecodeworkx2013-03-171-1/+1
| | | | Change-Id: I2b7d06f42a6020bc8bbe6718bedbd74ebe706636
* galaxys2: volume rocker wakecodeworkx2013-03-171-0/+3
| | | | Change-Id: I8ebb0c76e0a96caa0b9f8d959cc2718c7bfd833c
* mount preload partition at the endathurh2013-03-111-1/+1
| | | | | | | preload is a useless partition and can be fotmatted as swap or other filesystem different from ext4. In this case 'mount_all' will fail, leaving data unmounted Change-Id: I37b81680f0e37590e6cd5142fa1950cd5ba90960
* galaxys2: add mms overlaycodeworkx2013-03-111-0/+50
| | | | Change-Id: I1b70072053c6e4c883b1013d82c72577f2cc6ce0
* Merge "fixed i9100 low headphones sound issue" into cm-10.1Daniel Hillenbrand2013-03-061-0/+4
|\
| * fixed i9100 low headphones sound issueiKillCypher2013-03-031-0/+4
| | | | | | | | Change-Id: I9755f3d482717310617df91f2d7bcfa0f06c525f
* | BoardConfig: Add Cortex-A9 & Neon optimizationsakindia1232013-03-051-0/+2
|/ | | | Change-Id: I141a4883da272ce7057fe2b78d3d590624f219ef
* galaxys2: camera: enable useProfileVideoSizeathurh2013-02-251-2/+2
| | | | | | fix video preview aspect ratio Change-Id: Ie3777670b0a368c367615a4f2a11ea35beb07dd1
* Update focus behaviour to match SamsungsEspen Fjellvær Olsen2013-02-242-18/+13
| | | | | | Thanks to angelsl Change-Id: I9d2a12a818fce1ca88e635c03fb4fdeaab45bad4
* galaxys2: camera: code cleanup, higher min buffer countEspen Fjellvær Olsen2013-02-242-6/+14
| | | | Change-Id: I6abec7c91b15d4c9cd9916c878230403a4e1f89f
* galaxys2-common: Use open source libsecion.angelsl2013-02-243-14/+3
| | | | | Change-Id: Ia26e3d30e80058a58d720034755ae4c666ca8db6 Signed-off-by: angelsl <hidingfromhidden@gmail.com>
* Add another success headerEspen Fjellvær Olsen2013-02-231-0/+1
| | | | Change-Id: I3b293dedd14bd8a95d5f57b62b8e7330ea697304
* galaxys2: camera hal updates from paulkcodeworkx2013-02-231-12/+11
| | | | | Change-Id: I7ca6daa5ae8f72bb908b4c735193933f5524fdac Source: git://git.paulk.fr/exynos_camera.git
* galaxys2: remove legacy egl hackcodeworkx2013-02-231-1/+0
| | | | Change-Id: I697bc350835a1b8ceac0d98216820f451b817439
* Merge "Remove *hdmi* as well..." into cm-10.1Daniel Hillenbrand2013-02-201-33/+0
|\
| * Remove *hdmi* as well...Espen Fjellvær Olsen2013-02-201-33/+0
| | | | | | | | Change-Id: I6cf02e167941e7722030c157004e77c8636369d4
* | Remove vendor-camera and libTVOut.soEspen Fjellvær Olsen2013-02-201-2/+0
|/ | | | Change-Id: I0833d46a3d1a5c75932d281e337710d4fc13f608
* galaxys2: update for new kernel, cleanup, replicant camera halcodeworkx2013-02-1727-1045/+6204
| | | | | | Camera HAL from: http://gitorious.org/replicant/device_samsung_galaxys2 Change-Id: I4191110be5b3368c608333d724f4217894dab4ac
* galaxys2: create mountpoints on init triggercodeworkx2013-01-231-1/+1
| | | | Change-Id: I2e14c8106349a9fdcb26e430dad844b81148843f
* Fix newline derpEspen Fjellvær Olsen2013-01-151-1/+0
| | | | Change-Id: I21a3faca37406dd60550cba6383b1e85f80ab0f1
* Use common files/script for blobsEspen Fjellvær Olsen2013-01-132-0/+204
| | | | Change-Id: Ic6ab95eedf26834f441d59442660ebfc364f2b4e
* Disable fimgapiAndrew Dodd2012-12-311-1/+0
| | | | | | | This isn't doing anything at the moment - and it messes up the attempt to enable FIMGAPI for 4412 Change-Id: I54d07366f723d6c01ab450050292638f682a88f7
* Merge "permissions: Remove some nasty 777s" into cm-10.1Daniel Hillenbrand2012-12-202-13/+0
|\
| * permissions: Remove some nasty 777sAndrew Dodd2012-12-192-13/+0
| | | | | | | | | | | | | | | | | | Anyone could view framebuffer memory... not good Probably some of the other 666s in ueventd need additional work, but changing them all to 660 causes epicfail. Change-Id: Ia8d148fac425a72d15e40f8d393cd16078974fd0
* | galaxys2: don't hide focus modescodeworkx2012-12-191-0/+3
|/ | | | Change-Id: I085337febda57ff69e415e864cffcba14effcc8b
* galaxys2: fix permissions on exynos-memcodeworkx2012-12-161-1/+1
| | | | Change-Id: Ic951afdd302eea7953e31f2d15de8d31ba3e0043
* bluetooth: Update configAndrew Dodd2012-12-121-2/+1
| | | | | | These match the original SCO config passed to brcm_patchram_plus Change-Id: Ia4305c6caf070c4edaf27e5190187a43e8300f82
* EGL: Set BOARD_EGL_NEEDS_LEGACY_FBAndrew Dodd2012-12-101-0/+1
| | | | | | Fixes EGL stalling Change-Id: If08b64e6f2b22dc96d2720087320224edde39f39
* galaxys2: add vendor bt conf, add bt-pan ifacecodeworkx2012-12-104-11/+14
| | | | Change-Id: Ida11505eaf2b4457a64a3d5c0ed6172f4e821378