Thanks. I am studying android source code. >From here, it has code which open("/dev/video11", O_RDWR, 0) as decoding device. http://androidxref.com/4.4.2_r1/xref/hardware/samsung_slsi/exynos5/libhwjpeg/ExynosJpegBase.cpp I want to find out which is the corresponding driver code for device '/dev/video11'. Thank you very much. On Wed, Jan 8, 2014 at 11:08 AM, Devin Heitmueller <dheitmueller@xxxxxxxxxxxxxx> wrote: > On Wed, Jan 8, 2014 at 2:03 PM, m silverstri > <michael.j.silverstri@xxxxxxxxx> wrote: >> Thanks. I don't have the a running hardware. >> If I can only search within the code space, how can I find out which >> driver is for '/dev/video11'? >> >> Is there a config file which I can look it up? > > If you don't actually have the hardware platform, then determining it > just from the source code is a huge undertaking (unless it's some well > known device which happens to always create it at that offset). > > What is the hardware platform, and what is the capture device? > > Devin > > -- > Devin J. Heitmueller - Kernel Labs > http://www.kernellabs.com -- 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