Mauro, Is there specific way to create patch for this documentation? Can I just do following commands and send one patch? Baseline tree - v4l-dvb-base (original) Changed tree - v4l-dvb-change diff -uNr v4l-dvb-base v4l-dvb-change >media-doc.patch Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 phone: 301-407-9583 email: m-karicheri2@xxxxxx >-----Original Message----- >From: Mauro Carvalho Chehab [mailto:mchehab@xxxxxxxxxxxxx] >Sent: Tuesday, November 17, 2009 12:58 PM >To: Karicheri, Muralidharan >Cc: Hans Verkuil; linux-media@xxxxxxxxxxxxxxx >Subject: Re: Help in adding documentation > >Karicheri, Muralidharan escreveu: >> Mauro, >> >> Thanks for your reply. I made progress after my email. My new file >> is being processed by Makefile now. I have some issues with some >> tags. >> >>> This probably means that videodev2.h has it defined, while you didn't >have >> >> Do you mean videodev2.h.xml? I see there videodev2.h under linux/include. >Do I need to copy my latest videodev2.h to that directory? > >videodev2.h.xml is generated automatically by Makefile, from videodev2.h. > >Basically, Makefile scripts will parse it, search for certain >structs/enums/ioctls and >generate videodev2.h.xml. > >What happens is that you likely declared the presets enum on videodev2.h, >and the >enum got detected, producing a <linkend> tag. However, as you didn't define >the >reference ID for that tag on your xml file, you got an error. >> >>> the >>> link id created at the xml file you've created. >>> >>> You probably need a tag like: >>> >>> <table pgwide="1" frame="none" id="v4l2-dv-enum-presets"> >>> <!-- your enum table --> >>> </table> >>> >>> >>> Cheers, >>> Mauro >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-media" >in >>> the body of a message to majordomo@xxxxxxxxxxxxxxx >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html