sm6250-common: overlay: use /dev/input for jack changes detection

This commit is contained in:
Demon000 2020-07-11 18:10:19 +03:00
parent 0f88523462
commit adc6dc7c54

View File

@ -234,4 +234,8 @@
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</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>