mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Add msm_irqbalance configuration
This commit is contained in:
parent
15ab874ae0
commit
6e4f5a24fc
2 changed files with 6 additions and 0 deletions
2
configs/msm_irqbalance_little_big.conf
Normal file
2
configs/msm_irqbalance_little_big.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
PRIO=1,1,1,1,0,0,0,0
|
||||
IGNORED_IRQ=20,39
|
|
@ -157,6 +157,10 @@ PRODUCT_PACKAGES += \
|
|||
ethertypes \
|
||||
libebtc
|
||||
|
||||
# IRQ
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/msm_irqbalance_little_big.conf:system/vendor/etc/msm_irqbalance_little_big.conf
|
||||
|
||||
# Keylayout
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/keylayout/ft5x06_ts.kl:system/usr/keylayout/ft5x06_ts.kl \
|
||||
|
|
Loading…
Reference in a new issue