aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/dvb
Commit message (Collapse)AuthorAgeFilesLines
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-0/+1
|
* samsung update 1codeworkx2012-06-021-1/+0
|
* [media] Media DocBook: fix validation errorsHans Verkuil2011-05-251-1/+4
| | | | | Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] DocBook/dvb: Update to include DVB-T2 additionsSteve Kerrison2011-05-202-7/+49
| | | | | | | | | A few new capabilities added to frontend.h for DVB-T2. Added these to the documentation plus some notes explaining that they are used by the T2 delivery system. Signed-off-by: Steve Kerrison <steve@stevekerrison.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* DocBook/dvb: Improve description of the DVB API v5Mauro Carvalho Chehab2011-05-202-68/+315
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* Fix common misspellingsLucas De Marchi2011-03-312-2/+2
| | | | | | Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
* [media] DocBook/v4l: update V4L2 revision and update copyright yearsHans Verkuil2011-01-191-1/+1
| | | | | Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB: DocBook/dvb: Update spec to reflect the current FE capabilitiesMauro Carvalho Chehab2010-08-023-5/+25
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (13164): DocBook/dvb: Starts documenting DVBS2API ioctlsMauro Carvalho Chehab2009-12-051-0/+4
| | | | | | | | | | | DVBS2API introduced two new ioctls that allows changing/getting details about newer video standards like DVB-S2 and ISDB-T. There are lots of thing to do in this chapter, but, for now, just add a session there, in order to allow make to not complain about undefined symbol. With this patch, all ioctls at the frontend.h API were somehow documented. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (13163): Docbook/dvb: Rename isdbt.xml to dvbproperty.xmlMauro Carvalho Chehab2009-12-052-3/+2
| | | | | | | | | | | We'll need to add the documentation for FE_[GET|SET]_PROPERTY that is not specific to isdb-t. Instead of doing it at frontend.xml, it is better to have a separate session for it. Also, isdbt.xml assumes that those ioctls were already introduced, and documents several exisiting properties. So, better to just rename it and add the documentation for it, together with each existing property there. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (13162): Docbook/dvb: add missing specs for ↵Mauro Carvalho Chehab2009-12-052-1/+42
| | | | | | | | | | FE_DISHNETWORK_SEND_LEGACY_CMD ioctl While this ioctl should not be used, and is a good canditate for Documentation/feature-removal-schedule.txt, while it is on kernel, it needs to be documented. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (13161): Add missing specs for FE_SET_FRONTEND_TUNE_MODE ioctl.Mauro Carvalho Chehab2009-12-052-0/+45
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (13160): DocBook/Makefile: add linux/dvb/frontend.h header fileMauro Carvalho Chehab2009-12-052-0/+420
| | | | | | | Adds linux/dvb/frontend.h header file at DocBook, and creates cross-references for the frontend ioctls. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (13159): DocBook/frontend: use cross references for ioctlsMauro Carvalho Chehab2009-12-051-52/+54
| | | | | | | | | Rename all sessions id's for frontend ioctls to match ioctl name and add the proper cross-link references for those ioctls. This also helps to identify what ioctls are missing specs. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12919): DocBook/media: fix some DocBook non-compliancesMauro Carvalho Chehab2009-09-191-2/+3
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12915): DocBook/media: Add isdb-t documentationMauro Carvalho Chehab2009-09-194-0/+323
| | | | | | | | | Adds ISDB-T_and_ISDB-Tsb_with_S2API spec converted into DocBook format. The text is authored by Patrick Boettcher, and was converted to DocBook by me. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* DocBook/media: update dvb url's and use ulink tag instead of emphasisMauro Carvalho Chehab2009-09-193-7/+7
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12761): DocBook: add media API specsMauro Carvalho Chehab2009-09-1812-0/+9359
The V4L and DVB API's are there for a long time. however, up to now, no efforts were done to merge them to kernel DocBook. This patch adds the current versions of the specs as an unique compendium. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>