Étienne Bersac wrote:
> Hi everyone,
> 
> After some days (who said weeks ?) i finally got the time to work on ift
> and fix it. I also added Leopard driver support ! I produce a 1.0
> without RC (i'm not afraid of a 1.1 …). It has now lots of driver
> hash/offset, and should work on many env. It rely on DEVICE being of the
> form /dev/bus/usb/<bus-id>/<dev-id> .
> 
> http://bersace03.free.fr/ift
> 
> The packages should land soon on my PPA.
> 
> So, this is kind of my gift for Xmas (i confess a bit late). Happy new
> year !
> 

There is still one problem remaining for me with your build system. You 
install ift-load in ${libdir}/udev, but then in the rule input 
(isight.rule.in) you reference it by @prefix@/lib/. It should be 
@libdir@/udev/ift-load in order to avoid conflicts. Also keep in mind 
that some distributions use "lib64" instead of "lib" for 64bit. In this 
context you should better use @libdir@ instead of "lib" in /lib/firmware 
as well. Something like:

--- isight.rules.in_orig        2007-12-11 15:59:11.000000000 +0000
+++ isight.rules.in     2008-01-10 23:12:35.000000000 +0000
@@ -1 +1 @@
-ACTION=="add", SYSFS{idVendor}=="05ac", SYSFS{idProduct}=="8300", 
RUN+="@prefix@/lib/udev/ift-load --firmware /lib/firmware/isight.fw"
+ACTION=="add", SYSFS{idVendor}=="05ac", SYSFS{idProduct}=="8300", 
RUN+="@libdir@/udev/ift-load --firmware @libdir@/firmware/isight.fw"

Cheers.
-- 
Ivan N. Zlatev

Web: http://www.i-nZ.net
"It's all some kind of whacked out conspiracy."
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to