linux-pine64-pinephonepro: fix notification LED behavior (MR 5991)
Enable CONFIG_LEDS_GROUP_MULTICOLOR as a module to fix issue #3424. Previously, notifications triggered the torch flash instead of the status indicator LED. This change allows proper use of the multicolor LED driver, ensuring notifications utilize the status indicator LED. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
5c1d76962b
commit
fb0be371ef
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ pkgname=linux-pine64-pinephonepro
|
|||
pkgver=6.11.11
|
||||
_pkgver=6.11
|
||||
_tagdate=20241206-0145
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline kernel for the pinephone pro"
|
||||
arch="aarch64"
|
||||
_flavor="${pkgname#linux-}"
|
||||
|
|
@ -72,5 +72,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
065ceac6e0e6f3b7b939977084a1ac5aeabbff0273c61e50d0c2374825e0b1b41511592e54cb74a3d3d59a17fd5cc90018f6612062eb0f6b78dde29dd1aeade9 linux-ppp-6.11-20241206-0145.tar.gz
|
||||
e50a1db963c6b2de860a2cc3fed0dc5087a057aa5717058dd527d66f8277be3865fe7ea7d0dbed0d5e611546fcf80ac8af159c3bb95b07907625b4645d7b8f30 config-pine64-pinephonepro.aarch64
|
||||
9e68b276f86b59cd9960b8d287530c8e7780fafa0ee5389225339671861666dff1a66fff225e0d4d4f1de949cd2449bc3dd5499ef8ad6519d5b596776f148207 config-pine64-pinephonepro.aarch64
|
||||
"
|
||||
|
|
|
|||
|
|
@ -5275,7 +5275,7 @@ CONFIG_LEDS_SGM3140=m
|
|||
#
|
||||
# RGB LED drivers
|
||||
#
|
||||
# CONFIG_LEDS_GROUP_MULTICOLOR is not set
|
||||
CONFIG_LEDS_GROUP_MULTICOLOR=m
|
||||
# CONFIG_LEDS_KTD202X is not set
|
||||
# CONFIG_LEDS_NCP5623 is not set
|
||||
# CONFIG_LEDS_PWM_MULTICOLOR is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue