Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #68451 > unrolled thread
| Started by | Sébastien Noel <sebastien@twolife.be> |
|---|---|
| First post | 2020-10-26 19:50 +0100 |
| Last post | 2020-10-29 23:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.debian.kernel
Bug#972973: Please re-enable SECO HDMI CEC driver (CONFIG_VIDEO_SECO_CEC) Sébastien Noel <sebastien@twolife.be> - 2020-10-26 19:50 +0100
Bug#972973: Please re-enable SECO HDMI CEC driver (CONFIG_VIDEO_SECO_CEC) Salvatore Bonaccorso <carnil@debian.org> - 2020-10-29 23:10 +0100
| From | Sébastien Noel <sebastien@twolife.be> |
|---|---|
| Date | 2020-10-26 19:50 +0100 |
| Subject | Bug#972973: Please re-enable SECO HDMI CEC driver (CONFIG_VIDEO_SECO_CEC) |
| Message-ID | <B4fJ8-1iK-3@gated-at.bofh.it> |
Package: src:linux Severity: wishlist Dear Maintainer, Could you please re-enable the option CONFIG_VIDEO_SECO_CEC ? I already did requested this via bug #951543, it worked for a time, but since linux-5.8 it seems you disabled it again :'( # grep -i seco /boot/config-5.7.0-0.bpo.2-amd64 CONFIG_VIDEO_SECO_CEC=m $ grep -i seco /boot/config-5.8.0-0.bpo.2-amd64 # CONFIG_CEC_SECO is not set Could you explain why you did remove this module ? Best regards, Sébastien
[toc] | [next] | [standalone]
| From | Salvatore Bonaccorso <carnil@debian.org> |
|---|---|
| Date | 2020-10-29 23:10 +0100 |
| Message-ID | <B5ohj-32c-3@gated-at.bofh.it> |
| In reply to | #68451 |
Hi,
On Mon, Oct 26, 2020 at 07:37:52PM +0100, Sébastien Noel wrote:
> Package: src:linux
> Severity: wishlist
>
> Dear Maintainer,
>
> Could you please re-enable the option CONFIG_VIDEO_SECO_CEC ?
> I already did requested this via bug #951543,
> it worked for a time, but since linux-5.8 it seems you disabled it again :'(
>
> # grep -i seco /boot/config-5.7.0-0.bpo.2-amd64
> CONFIG_VIDEO_SECO_CEC=m
>
> $ grep -i seco /boot/config-5.8.0-0.bpo.2-amd64
> # CONFIG_CEC_SECO is not set
>
> Could you explain why you did remove this module ?
The config option name is not the same in 5.7.y and 5.8.y. This
unintentionally got lost when we rebased to the 5.8 stable version, as
upstream did rename those in df823a8208c4 ("media: cec: rename CEC
platform drivers config options")[1] in 5.8-rc1.
[1] https://git.kernel.org/linus/df823a8208c434eee6e4e9aa016c956d0968e2e2
So yes we should re-enable support.
So the following should be needed:
CONFIG_CEC_PLATFORM_DRIVERS=y
CONFIG_CEC_SECO=m
Regards,
Salvatore
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web