Hi,

On Sunday 17 March 2002 15:05, you wrote:
> Hello,
>
> I'm working on my diploma thesis, writing a java based webcam picture
> grabber.  Helpfully I found your website.  Thanks for your advices.
> Carefully I read your FAQs.  But I didn't get the right answer.  So I
> would like to tell you where my problem is about.  I'm using another tool
> which notifies me about connection of a new usb device.  Unfortunately I
> get the device name from usbdevfs.  But I would like to get the device
> node name from /dev (i. e. "/dev/video1" and not
> "/proc/bus/usb/001/003").  This is not really a webcam question.  But of
> course you're more experienced and probably know where I can resolve the
> usbdevfs-name.  Thanks for supporting me.

This is something for the linux-usb-devel mailing list.

Unfortunately, your problem cannot be solved right now. There is currently 
no way to register the device info with a USB device, so that it appears 
somewhere in /proc/bus/usb. There are all sorts of problems with this 
(driver having multiple configurations, multiple devices per USB device, 
devices that don't have a /dev entry (network interfaces!)), etcetera, 
etcetera.

There has been some talk about adding such a feature, but I don't know its 
status.

 - Nemosoft

-- 
Linux Philips webcam driver page: http://www.smcc.demon.nl/webcam/
Includes FAQs, links to working programs and lots of info.

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to