]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: em28xx: remove tuner type from Hauppauge DVB DualHD
authorBradford Love <brad@nextdimension.cc>
Thu, 12 Mar 2026 21:35:32 +0000 (16:35 -0500)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 17 Mar 2026 09:50:19 +0000 (10:50 +0100)
commita5dcbff7d50a89bf0376e7f2fb1ba3163a6dac0a
tree705ccee27e89da33d9a6cf6edd261623d99025c1
parent724e16b166534bd01d4f5bdf310310146bd4da56
media: em28xx: remove tuner type from Hauppauge DVB DualHD

This reverts a patch which was perhaps inadvertently added.

This was changed during the 5.15-rc4 merge. The faulty commit appears
lost in the pull request somehow, I cannot find it to check the
explanation.

commit c52e7b855b33 ("Merge tag 'v5.15-rc4' into media_tree")

There was nothing wrong with this device and no reason to moodify the
board profile. The DVB capabilities are added via dvb_module_probe.
Additionally, the device contains *zero* analog inputs, so I'm not
sure why one was added.

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