* KWorld DVB-T 305U now working
@ 2010-02-15 0:06 Dean
2010-02-16 11:23 ` V4L2 devices, subdevices, ops and fops m7aalton
0 siblings, 1 reply; 2+ messages in thread
From: Dean @ 2010-02-15 0:06 UTC (permalink / raw)
To: linux-media
My dmesg gave the following (excerpt) when I connected my KWorld 305U.
em28xx #0: Identified as KWorld DVB-T 305U (card=47)
em28xx #0:
em28xx #0: The support for this board weren't valid yet.
em28xx #0: Please send a report of having this working
em28xx #0: not to V4L mailing list (and/or to other addresses)
So here I am, making this announcement. Do I even have the correct mailing list? What is the next step towards re-classifying the KWorld 305U as a supported device?
Regards.
^ permalink raw reply [flat|nested] 2+ messages in thread
* V4L2 devices, subdevices, ops and fops.
2010-02-15 0:06 KWorld DVB-T 305U now working Dean
@ 2010-02-16 11:23 ` m7aalton
0 siblings, 0 replies; 2+ messages in thread
From: m7aalton @ 2010-02-16 11:23 UTC (permalink / raw)
To: linux-media@vger.kernel.org
Hello.
I have been writing this FM radio driver and I'm now trying to implement
it as a platform driver that passes IOCTL calls to a subdevice driver
that handles the communication with the hardware etc.
For IOCTLs there's a macro v4l2_device_call_until_err in v4l2-device.h
that makes the calls pretty convenient to write. But for file operations
there's not such define.
This leads me to the question: should there be such a define for fops or
should they be treated in a different way? To me the IOCTL callbacks and
the file operation callbacks look pretty similar...
Cheers,
Matti
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-16 11:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 0:06 KWorld DVB-T 305U now working Dean
2010-02-16 11:23 ` V4L2 devices, subdevices, ops and fops m7aalton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.