We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d12b2 commit 8da9f78Copy full SHA for 8da9f78
configs/msm_irqbalance.conf
@@ -0,0 +1,2 @@
1
+PRIO=0,0,0,0,1,1,1,1
2
+IGNORED_IRQ=20,39
device.mk
@@ -124,6 +124,10 @@ PRODUCT_COPY_FILES += \
124
$(LOCAL_PATH)/keylayout/ft5x06_ts.kl:system/usr/keylayout/ft5x06_ts.kl \
125
$(LOCAL_PATH)/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl
126
127
+# IRQ
128
+PRODUCT_COPY_FILES += \
129
+ $(LOCAL_PATH)/configs/msm_irqbalance.conf:system/vendor/etc/msm_irqbalance.conf
130
+
131
# Media
132
PRODUCT_COPY_FILES += \
133
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
0 commit comments