Commit c9f968fa authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: vidtv: add modaliases for the bridge driver

As this virtual driver is probed manually, add modaliases
for this driver.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 530ad317
......@@ -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.
......
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment