The wrong thermal-config was copied for VR mode.
Bug: 37544246
Test: verify that the correct VR thermal config is on-device
Change-Id: I8605336c5fbdac7450036883a68f1f25f111d286
One msec is on the edge and sometimes glitches.
Two msec is more stable and matches the FastMixer burst.
Bug: 63934178
Test: "adb shell getprop aaudio.hw_burst_min_usec" should be 2000
Change-Id: I9687f5822d0827032b93f98779f9dd6ef9ca074c
This will allow AAudio to route audio data through a new service
that uses ALSA MMAP/NOIRQ mode.
Bug: 63002656
Test: reboot, then "adb shell getprop aaudio.mmap_policy" should be 2
Change-Id: Id2f692ac9350e4c308f17d86ee8d5cbb858bb565
Keep the original property also, to make it easier to experiment
with old and new libadm.so
Bug: 63810681
Test: round-trip USB latency unchanged with old or new libadm.so
Change-Id: I3ba8a670f6d8498a5899c352c544cbd63d815169
This also provides tuning for touch size information.
Test: flash and look at touch size with pointer location enabled
Bug: 62871286
Change-Id: I1dafed6b482a74d9baeac162be1dc831370a5ebc
Remove the cad calibration file and use only factory calibration
file.
Test: Tested on Taimen
BUG=63146009
Change-Id: I3cf1a0084723b925eaa358830f76d48da0841b4e
No change in latency for Taimen
Bug: 62375603
Test: Loopback shows reduction and no glitches on Walleye, no change on Taimen
Change-Id: I6dc85ecdc825462acb4e1cda3227fb4d4f93c56e
Set EFFECT_TICK duration to 4 ms.
Bug: 62176703
Test: VtsHalVibratorV1_1TargetTest
Change-Id: I0ff38adebcd1679b1fb8e061fa46db797a7b354b
Signed-off-by: David Lin <dtwlin@google.com>
Make EFFECT_CLICK 10ms and LONG_PRESS 12ms.
Bug: 62176703
Change-Id: Id676a6581e8beff9ad2d951b2d9f405d38d374b9
Signed-off-by: David Lin <dtwlin@google.com>
Loading process (e.g. taimen):
- rootdir/init.rc
|- /vendor/etc/init/hw/init.taimen.rc
|- /vendor/etc/init/hw/init.taimen.usb.rc
|- /vendor/etc/init/hw/init.wahoo.usb.rc
This CL moves the init.taimen.usb.rc to /vendor/etc/init/hw, and
imports init.wahoo.usb.rc from init.taimen.usb.rc.
Test: Build with related CLs and USB File Transfer works on taimen
Bug: 38301110
Change-Id: I00ba96c1ebb5c17dfd3a8ca59024c2f6b81ef409
Signed-off-by: Yueyao Zhu <yueyao@google.com>
The following configuration files need to reside in vendor
partition to work with generic AOSP system image.
Move uevent.*.rc to /vendor
Move fstab.* to /vendor/etc
Move init.*.rc and init.wahoo.usb.rc to /vendor/etc/init.
Also the following two make file variables need to be set:
- BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
- PRODUCT_ENFORCE_RRO_TARGETS := framework-res
Comment out "import init.wahoo.usb.sh" in init.taimen.usb.rc
since /init will load all rc files under /vendor/etc/init.
Bug: 37927875
Test: These files are under /vendor instead of / or /system,
path in init.taimen.usb.rc is changed to vendor accordingly.
Change-Id: I79e41aeb13d284816ab7a2b4bde3ce8375863160
Diabling DBS for taimen while the antenna issue is not fixed.
gDualMacFeatureDisable=1
Bug: 38198219
Change-Id: I9a2eb5949ae1f40aae15f0547cd9c7dd874f0615
Signed-off-by: Ecco Park <eccopark@google.com>
Directly using 'insmod' operation to init process is not permitted.
Therefore modified to use init.insmod.sh
Bug: 37914698
Test: booted device, touch works
Change-Id: I57ba8a86a6c508a66a805bacaf014640c6b49254
will be used independently, and be updated frequently
- dmic configuration
- acoustic voice path for fluenceProv2
- audio path for factory
- camcorder mic (main mic)
- stereo configuration for tas2557
- device setting for fluenceProv2
Bug: 37453005
Bug: 36666337
Change-Id: I5d1910862757671da35dc044d4a14891fcc11e70
Signed-off-by: taeho.youn <taeho.youn@lge.com>
Signed-off-by: David Lin <dtwlin@google.com>