media: vidtv: add modaliases for the bridge driver

As this virtual driver is probed manually, add modaliases
for this driver.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Mauro Carvalho Chehab 2020-09-12 10:14:17 +02:00
parent 530ad31760
commit c9f968fac9
2 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Running vidtv
-------------
When compiled as a module, run::
modprobe dvb_vidtv_bridge
modprobe vidtv
That's it! The bridge driver will initialize the tuner and demod drivers as
part of its own initialization.

View File

@ -530,3 +530,5 @@ module_exit(vidtv_bridge_exit);
MODULE_DESCRIPTION("Virtual Digital TV Test Driver");
MODULE_AUTHOR("Daniel W. S. Almeida");
MODULE_LICENSE("GPL");
MODULE_ALIAS("vidtv");
MODULE_ALIAS("dvb_vidtv");