diff options
author | Mauro Carvalho Chehab | 2020-09-12 10:14:17 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2020-09-14 15:47:32 +0200 |
commit | c9f968fac9cfa5af1251d30be9bbac38dd1973a6 (patch) | |
tree | c70467e9d7993de4e79b52c63f0bff4c760031e9 /Documentation | |
parent | 530ad31760ef07012ca73c6dff2a807b10dd9ac5 (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/media/drivers/vidtv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/media/drivers/vidtv.rst b/Documentation/driver-api/media/drivers/vidtv.rst index 1c324292a42a..c9f62fcfdd9b 100644 --- a/Documentation/driver-api/media/drivers/vidtv.rst +++ b/Documentation/driver-api/media/drivers/vidtv.rst @@ -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. |