mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00: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:
parent
530ad31760
commit
c9f968fac9
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user