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