Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Extra frontend statuswords (new ioctls?)



Hi,

frontends can currently return some information, such as BER,
STRENGTH, SNR. Every one of this values is assigned an ioctl
command.

I'm experimenting with getting more detailed info from one of
the frontends, by reading specific registers. Assuming I find
something interesting to return to applications, what is the right
way of implementing the reading of the new parameters?
Should I allocate new ioctl numbers?
Even in the (likely) case that the extension only apply to a few
frontends (possibly one)?

Other frontends wouldn't break in any case, as they reject unknown
ioctl commands by default.
(BTW, current drivers disagree on the type of error: I've seen
-ENOIOCTLCMD, -EOPNOTSUPP, -EINVAL).

-- 
   Roberto Ragusa    mail at robertoragusa.it




Home | Main Index | Thread Index