diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-01-08 12:38:36 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-01-08 12:38:36 -0200 |
commit | 00a5e3bb5ac76d4e474b5059478f8c2a3919afcb (patch) | |
tree | e04eaaa134fa65b2cdf866f3417d6380bc8b282f /linux/Documentation/video4linux | |
parent | 013506fc26c049ce233cd5a8d23cdee82acca52b (diff) | |
download | mediapointer-dvb-s2-00a5e3bb5ac76d4e474b5059478f8c2a3919afcb.tar.gz mediapointer-dvb-s2-00a5e3bb5ac76d4e474b5059478f8c2a3919afcb.tar.bz2 |
ET61X251 driver updates.
From: Luca Risolia <luca.risolia@studio.unibo.it>
Changes:
- 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 'linux/Documentation/video4linux')
-rw-r--r-- | linux/Documentation/video4linux/et61x251.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linux/Documentation/video4linux/et61x251.txt b/linux/Documentation/video4linux/et61x251.txt index 1bdee8f85..1247566c4 100644 --- a/linux/Documentation/video4linux/et61x251.txt +++ b/linux/Documentation/video4linux/et61x251.txt @@ -23,7 +23,7 @@ Index 1. Copyright ============ -Copyright (C) 2006 by Luca Risolia <luca.risolia@studio.unibo.it> +Copyright (C) 2006-2007 by Luca Risolia <luca.risolia@studio.unibo.it> 2. Disclaimer @@ -135,8 +135,9 @@ And finally: 6. Module loading ================= To use the driver, it is necessary to load the "et61x251" module into memory -after every other module required: "videodev", "usbcore" and, depending on -the USB host controller you have, "ehci-hcd", "uhci-hcd" or "ohci-hcd". +after every other module required: "videodev", "v4l2_common", "compat_ioctl32", +"usbcore" and, depending on the USB host controller you have, "ehci-hcd", +"uhci-hcd" or "ohci-hcd". Loading can be done as shown below: |