diff options
author | Luca Risolia <luca.risolia@studio.unibo.it> | 2007-01-08 09:38:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:20 -0500 |
commit | 2656312724d97ebc2e267e0a9740d51ad7aa9a04 (patch) | |
tree | 57b1cafd03e6c4c461d713748bdf5376873a6027 /Documentation/video4linux/et61x251.txt | |
parent | 7e3a0660700ad47ee6e296fe7090d771becfcf96 (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/et61x251.txt')
-rw-r--r-- | Documentation/video4linux/et61x251.txt | 7 |
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 | ||
24 | 1. Copyright | 24 | 1. Copyright |
25 | ============ | 25 | ============ |
26 | Copyright (C) 2006 by Luca Risolia <luca.risolia@studio.unibo.it> | 26 | Copyright (C) 2006-2007 by Luca Risolia <luca.risolia@studio.unibo.it> |
27 | 27 | ||
28 | 28 | ||
29 | 2. Disclaimer | 29 | 2. Disclaimer |
@@ -135,8 +135,9 @@ And finally: | |||
135 | 6. Module loading | 135 | 6. Module loading |
136 | ================= | 136 | ================= |
137 | To use the driver, it is necessary to load the "et61x251" module into memory | 137 | To use the driver, it is necessary to load the "et61x251" module into memory |
138 | after every other module required: "videodev", "usbcore" and, depending on | 138 | after every other module required: "videodev", "v4l2_common", "compat_ioctl32", |
139 | the 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 | ||
141 | Loading can be done as shown below: | 142 | Loading can be done as shown below: |
142 | 143 | ||