summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tuna: increase hispeed_freq to 920 mhzZiyan2015-04-111-1/+1
| | | | Change-Id: Iecbc07f26a7c8efe589e6d8f8216a14c55ffccc9
* tuna: audio: mark unused parametersZiyan2015-04-111-31/+31
| | | | Change-Id: I26e7436513bacf951a0cf4fc252521a8f1cdd3d8
* tuna: move tty_enabled overlay to TelecommZiyan2015-04-111-0/+0
| | | | | | It has been moved in Lollipop. Change-Id: I0956b4f8d8e801131e162cf0ea1a06cdee5b27c5
* tuna: only start the doze component after the screen has been turned offZiyan2015-04-111-0/+4
| | | | | | Fixes screen off animation glitches. Change-Id: I68424451acb957e8a2b71a10890208235e925bae
* sgxfreq: add sysfs interface to store frequency limitKetut Putu Kumajaya2015-04-111-1/+21
| | | | | | | | Utilize all in kernel GPU frequencies but we can limit it to spesific value. Replacement for the old in kernel gpu_oc sysfs interface to verclock the GPU, have no harm to non-overclocked kernel Change-Id: I2d9d1f05b0306de074ffdd327e9bf2a23c9d973f
* tuna: add support for CMHWZiyan2015-04-117-1/+358
| | | | | | | | | | | | - Adaptive backlight - Color and gamma calibration - LTO - Vibrator control Also switched to cyanogenmod_tuna_defconfig, since these features require non-stock kernel configs. Change-Id: I5d5b0999c91690eb4c46ce33b6040bc52c0d9cb9
* Revert "Use accelerometer for desk docks."Ziyan2015-04-111-1/+0
| | | | | | This reverts commit add20b82fd2c8dddd7a5974889b55567c4d7b756. Already set to true by default.
* Revert "Disable marquee fading edges"Ziyan2015-04-111-2/+0
| | | | | | | | This reverts commit b045f60889a58a19d3f6bc313a40e293fabe3f63. Starting from 5.0, this is already set to false by default. Conflicts: overlay/frameworks/base/core/res/res/values/config.xml
* tuna: disable fRom for nowZiyan2015-04-111-0/+1
| | | | Binary is non-pie.
* tuna: audio: align widget names with recent kernel changesZiyan2015-04-111-5/+5
|
* tuna: audio: add parameters to open stream functionsZiyan2015-04-111-2/+5
| | | | | | | Pass device address (and audio source for inputs) to open_output_stream() and open_input_stream() audio HAL functions. Bug: 14815883.
* tuna: audio: Add audio_input_flags_t to HAL open_input_streamZiyan2015-04-111-1/+2
|
* tuna: audio: deprecate audio_stream_frame_size()Ziyan2015-04-111-14/+13
|
* tuna: update keymaster to KEYMASTER_MODULE_API_VERSION_0_3Ziyan2014-12-131-3/+4
|
* tuna: fix most selinux denialsZiyan2014-12-137-1/+29
|
* tuna: moved fRom to vendor/binZiyan2014-12-132-2/+3
|
* tuna: add ffmpeg codecsZiyan2014-12-132-0/+2
|
* Force old camera API.Kyle Repinski2014-12-131-0/+4
|
* tuna: enable KSMZiyan2014-12-131-0/+5
|
* tuna: Add ambient temperature sensor.Kyle Repinski2014-12-135-2/+104
| | | | | | | | | | | | This leverages the BMP180's ability to sense the temperature. Requires kernel change, but there are no adverse side-effects without the kernel change. Change-Id: Ibe2228d0ab30775556acb0a034f7f0904ed1b0b7 Signed-off-by: Kyle Repinski <repinski23@gmail.com> Conflicts: libsensors/sensors.cpp
* tuna: remove unnecessary overlayZiyan2014-12-131-3/+0
| | | | Lollipop has this at false by default.
* Enable use of FFMPEG codecs for extended formatsLucian Cristian2014-12-133-0/+102
| | | | | | | | | | | | Add OMX_AUDIO_Coding and OMX_VIDEO_Coding Copied from the stagefright-plugins project. OMAP4 uses it's own OMX_Audio.h, OMX_Index.h, OMX_Video.h Change-Id: I516f08b78298f5796325ec3ef12f5d7573a01b85 Conflicts: media_codecs.xml
* tuna: check proximity when waking deviceZiyan2014-12-131-0/+5
| | | | Depends on http://review.cyanogenmod.org/#/c/78512/
* tuna: enable LED customizationsZiyan2014-12-131-0/+15
| | | | Depends on http://review.cyanogenmod.org/#/c/78818/
* tuna: add support for battery LED chargingLars Greiss2014-12-131-29/+85
| | | | | Device has multi-color RGB LED, enable charging function using existing custom lights library.
* hwc: Add option to ignore fb1.Kyle Repinski2014-12-133-0/+8
| | | | | | | | With Lollipop, HWC 1.0 and secondary displays don't play well together. So we might as well just disable it and save 16MB of RAM. Conflicts: BoardConfig.mk
* tuna: drop restorecons from init.tuna.rc fileZiyan2014-12-131-1/+0
| | | | | | Recent changes have obsoleted the need to call restorecon on any of /data files and dirs. This patch drops those restorecons from the file.
* tuna: changes for healthd charger modeZiyan2014-12-132-2/+3
|
* tuna: remove unnecessary init entriesZiyan2014-12-131-4/+0
| | | | From Android 5.0, these are present in the main init.rc file.
* tuna: add TARGET_NEEDS_BIONIC_MD5Ziyan2014-12-131-2/+2
| | | | Needed for RIL. Requires http://review.cyanogenmod.org/#/c/79279/
* tuna: simplify /factory partition handlingZiyan2014-12-132-18/+2
| | | | | | | | | | | | | | | | | Currently, we do the following sequence on every bootup: 1. mount /factory ro (fstab) 2. remount /factory as rw 3. update selinux labels on the partition 4. remount /factory as ro By mounting /factory in rw mode from the fstab, we can avoid the second step, simplifying the bootup sequence. Also replaced the restorecons with one restorecon_recursive, which does the same task in one line. And lastly, removed some unnecessary chown/chmods - remounting does not overwrite the permissions and the owner.
* tuna: adapt keylayouts to 5.0Ziyan2014-12-132-6/+6
|
* Allow telephony access to proc/cmdlinedhacker292014-12-131-0/+3
| | | | | | | | Otherwise on toro you get: D/TelephonyManager( 131): No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline: open failed: EACCES (Permission denied) Change-Id: I2685959d485be3e29a738bc6287fdd99dc52b771
* tuna: add open-source domx/camera stuffZiyann2014-12-13146-13/+63793
| | | | | | | | Camera is still half-broken. Credits to @MWisBest Change-Id: I87a802abfacaf36ab22676f5284f0cc1996f6b03
* tuna: fix sensors build with 5.0Ziyann2014-12-131-3/+9
| | | | Change-Id: I2baeed3ad353ebeb94858c9edc0da78e41b09dcd
* libcorkscrew: add stub-implementation to make gralloc happyMichael Gernoth2014-12-134-0/+132
| | | | Change-Id: I4ed573bcac7e8d7b14292b928ddb9c018b70bae3
* tuna: stagefright: use media_codecs_google*.xml filesZiyann2014-12-132-21/+6
| | | | Change-Id: I66d6128fa2e88b8986dc88625bf7ff08de7f7049
* overlay: Recents configuration.Kyle Repinski2014-12-131-0/+9
| | | | | | The 'high-quality' shadows really don't look much better by the way. Change-Id: I7e0e09a85122ee960d1fb9f0f42b2893f71e580c
* tuna: enable WITH_DEXPREOPTZiyann2014-12-131-0/+3
| | | | Change-Id: I0ab03209db1c5503af9ed6ebd4deaeecae875811
* tuna: add wifi packagesZiyann2014-12-131-1/+8
| | | | Change-Id: Iee0fc870b5b2195c4bb369a364ef1a7dbe46ac5d
* tuna: fix recovery buildZiyann2014-12-131-1/+1
| | | | Change-Id: I3577715fcb30004747ef184eeb41bc6d0acb389d
* tuna: update hwcompomposer.h from 5.0Ziyann2014-12-131-62/+232
| | | | Change-Id: Ia1c5a166f0c5f2bc308e25792270f5c027a42c5b
* PVR: add re-implemented pvrsrvinit and glueKyle Repinski2014-12-134-2/+46
| | | | | | | | | | HUGE thank you to @stargo for figuring this out. Conflicts: device.mk rootdir/init.tuna.rc Change-Id: I88c9c8f63a85b533bfbb459b2042aedda90ac0d8
* Add linux/fb.h to kernel-headers.Kyle Repinski2014-12-131-0/+1206
|
* Fix liblight build.Kyle Repinski2014-12-132-0/+78
| | | | | | Due to kernel headers not being included in the build path anymore (or being there at all actually), they need to be added on a per-section basis I guess? liblight needs (at least...) linux/leds-an30259a.h
* tuna: selinux: accelerometer_device is obsoleted by the more general ↵Ziyann2014-12-131-1/+1
| | | | | | sensors_device Change-Id: I50a0b80e3fd57cb98d61ae06f5bbebdc43cf3c0e
* tuna: update device tree to use PVR 1.9@2291151Ziyan2014-12-13253-9/+127371
| | | | | | | Change-Id: Iff82f5be1b25c4806e842319fb5b333d9a8223a0 Conflicts: device.mk
* tuna: recovery updatesZiyann2014-12-131-0/+3
| | | | Change-Id: I5ea8b27b29398ddad3b2def403fb6f967ef3fd69
* selinux: Don't reset inherited system-wide configsRicardo Cerqueira2014-12-131-2/+2
| | | | | | | Conflicts: BoardConfig.mk Change-Id: I6700f9640cb1ecb4673651c370775b09e82630c5
* tuna: update flag for dumpstate libraryMichael Limb2014-12-131-1/+1
| | | | | | This is the new standard for HAL static libraries in 4.4 Change-Id: If8d931facd3ec6d48b769641c6c9a15a30ed6529