Bugzilla – Bug 113228
saa7134-dvb missing pci ids
Last modified: 2006-08-14 06:02:45 UTC
saa7134-dvb is not loaded automatically as it doesn't export an id table. When loaded manually it finds the devices it's responsible for though.
Torsten, DVB is yours, isn't it?
I'll see what I can do.
Chris, maybe Kraxel can have a look
Hmm, it used to work by a request_module() in saa7134's init code path (which gets autoloaded via PCI ID and knows which of the cards are dvb cards). That broke some day due to modutils locking changes, loading a depending module before the initialization is completed doesn't work any more. I've tried to figure another sane way to get autoload work again some time ago but failed ...
Should be fixed in 10.1. Closed due to inactivity.