Hi everybody,

here's another question from a V4L newbie.

I'm working on a custom board with V4L2 drivers running on it and
videodevX, v4l_compat modules loaded.

If I run a V4L application, I see that the same command is received
twice from the driver, once with the V4L ioctl value (and usually I get
errors on it) and then with the translated V4L -> V4L2 ioctl value (and
now it's OK).

This behaviour leads to a bad-functioning application, so I need to
make it work correctly.

I tried to change the order the modules are loaded, but with no effect,
current one is:

insmod videodevX.o
insmod v4l2i.o
insmod v4l2o.o
insmod v4l_compat.o

Any suggestion?

Thanks in advance,

Matteo.

--
----------------------------------------------------
Matteo Pampolini   -    Project Leader

Residential Gateways & internet Appliances

CiaoLAB eTechnology S.p.A.

Email:  [EMAIL PROTECTED]
Phone:  +39.02.2303.3946
Fax:    +39.02.2303.3289

"Linux is user-friendly.
 Just very selective about his friends..."
----------------------------------------------------



--
video4linux-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/video4linux-list

Reply via email to