X6833B: Use /dev/input events for audio jack detection

Change-Id: I9cfd35d49dd23ad17d0934d0f0ece19b7bfbbcdb
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
Craig Mautner 2012-09-28 19:59:07 -07:00 committed by dodyirawan85
parent 2b7b8271e8
commit e8daa53663

View file

@ -239,4 +239,8 @@
black in software (to avoid aliasing or emulate a cutout that is not physically existent). black in software (to avoid aliasing or emulate a cutout that is not physically existent).
--> -->
<bool name="config_fillMainBuiltInDisplayCutout">false</bool> <bool name="config_fillMainBuiltInDisplayCutout">false</bool>
<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
on the headphone/microphone jack. When false use the older uevent framework. -->
<bool name="config_useDevInputEventForAudioJack">true</bool>
</resources> </resources>