mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user