Dmitri wrote:

> #define DIVIO_VENDORID  0x06A5
> #define NW802_PRODUCTID 0xD001
> 
>         // Check Vendor & Product ID
>         if ( ( dev->descriptor.idVendor != DIVIO_VENDORID ) ||
>              ( dev->descriptor.idProduct != NW802_PRODUCTID ) )
>              return NULL;
>                 
>         // Ok it's a supported cam ( at least seems to )
>         INFO( "Divio NW802 based webcam found !" );
> 
> As you can see, your camera has completely different Product and Vendor ID
> - no surprise that the driver does not want to service it :-)

Good thinking .. but .. it still doesn't work >8-(

> might very well work. Just change the IDs and recompile the driver, then 
> reload it and see what happens!

I see the "webcam found" message, but that's about the only difference ;-)

I may drop the author a line to see if he has any suggestions, but the 
camera was only 10 quid to buy, so it's not really worth too much time 
trying to make it work.

Thanks for your help!

sjb



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to