]> git.ipfire.org Git - thirdparty/linux.git/commit
media: em28xx: driver supports two frontends, but not i2c clients
authorBradford Love <brad@nextdimension.cc>
Tue, 24 Mar 2026 18:24:25 +0000 (13:24 -0500)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Wed, 25 Mar 2026 17:27:25 +0000 (18:27 +0100)
commit854289044e4be382423b937ccef970ee06ba2575
tree555731aa37e87dbcc3d1e6eba13667d49441d08d
parent58119a0cffa8a597ce5d39587beb0f5a763434a0
media: em28xx: driver supports two frontends, but not i2c clients

Fix em28xx driver to accommodate a device with two i2c client demods.

The em28xx driver already had a multi frontend aware device struct,
with two fe, just not two i2c client demods. Since Hauppauge HVR975
has transitioned from cx231xx to em2828X, this is required for full
functionality of the devices.

Signed-off-by: Bradford Love <brad@nextdimension.cc>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/usb/em28xx/em28xx-dvb.c