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. 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?
I'm trying to prevent this:
uvcvideo: Found UVC 1.00 device <unnamed> (046d:08ce) It would be
nice if it said something like "Logitech Quickcam Pro 9000"
Here is the output of me simply running the make command. [EMAIL PROTECTED]
[:~/UVC] %
make
[11:41:49]
Building USB Video Class driver...
make[1]: Entering directory
`/usr/src/kernels/2.6.18-53.1.14.el5-xen-x86_64'
CC [M] /home/cwyse/UVC/uvc_driver.o
LD [M] /home/cwyse/UVC/uvcvideo.o
Building modules, stage 2.
MODPOST
WARNING: could not open /home/cwyse/UVC/version.h: Invalid argument
LD [M] /home/cwyse/UVC/uvcvideo.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.18-53.1.14.el5-xen-x86_64'
[EMAIL PROTECTED] [:~/UVC] % ls -l
version.h
[11:44:04]
-rw-r--r-- 1 cwyse user 0 Apr 15 11:44 version.h
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel