On 12:33 Tue 15 Apr 2008, Charlie Wyse wrote:
> Whenever I run a make on the uvcvideo directory I get an error about
> the version.h file.  If I look at the file itself it is a 0 length
> file.  This file is removed with a make clean, so it looks like
> something in the make process isn't working.  

If you aren't using a SVN checkout or don't have svn installed the
version.h generation won't work.  The driver will still build however.

Relevant source entries.

Makefile:
<snip>
        @sh svn-version.sh > version.h 2>/dev/null

uvc_driver.c:
<snip>
#ifndef DRIVER_VERSION
#define DRIVER_VERSION          "v0.1.0"
#endif


> My QC 9000 works most of the time, but I figure this might be why all
> my devices come up as <unnamed>, even if I put the vender/product id
> into the uvc_driver.c file before running a make.  Any one know what
> is going on with that file?

Your device comes up as <unnamed> because the device vendor didn't
include the optional string descriptor for it.  It shouldn't effect the
device functioning.

What functional problems are you having with the device?

Cheers,

        Brandon
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to