aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/video4linux
diff options
context:
space:
mode:
authorLuca Risolia <luca.risolia@studio.unibo.it>2007-01-08 09:38:36 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:34:20 -0500
commit2656312724d97ebc2e267e0a9740d51ad7aa9a04 (patch)
tree57b1cafd03e6c4c461d713748bdf5376873a6027 /Documentation/video4linux
parent7e3a0660700ad47ee6e296fe7090d771becfcf96 (diff)
V4L/DVB (5064): ET61X251 driver updates.
- Implement audio ioctl's and VIDIOC_ENUM_FRAMESIZES - Documentation updates - Generic improvements Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'Documentation/video4linux')
-rw-r--r--Documentation/video4linux/et61x251.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/video4linux/et61x251.txt b/Documentation/video4linux/et61x251.txt
index 1bdee8f85b9a..1247566c4de3 100644
--- a/Documentation/video4linux/et61x251.txt
+++ b/Documentation/video4linux/et61x251.txt
@@ -23,7 +23,7 @@ Index
23 23
241. Copyright 241. Copyright
25============ 25============
26Copyright (C) 2006 by Luca Risolia <luca.risolia@studio.unibo.it> 26Copyright (C) 2006-2007 by Luca Risolia <luca.risolia@studio.unibo.it>
27 27
28 28
292. Disclaimer 292. Disclaimer
@@ -135,8 +135,9 @@ And finally:
1356. Module loading 1356. Module loading
136================= 136=================
137To use the driver, it is necessary to load the "et61x251" module into memory 137To use the driver, it is necessary to load the "et61x251" module into memory
138after every other module required: "videodev", "usbcore" and, depending on 138after every other module required: "videodev", "v4l2_common", "compat_ioctl32",
139the USB host controller you have, "ehci-hcd", "uhci-hcd" or "ohci-hcd". 139"usbcore" and, depending on the USB host controller you have, "ehci-hcd",
140"uhci-hcd" or "ohci-hcd".
140 141
141Loading can be done as shown below: 142Loading can be done as shown below:
142 143