Hi, the dynamic controls dont get added by the udev script as they should. I investigated a bit and found out that the script is looking for "idVendor" and "idProduct" files in the /sys diectory tree. The script logfile states:
---quote---- VID of new device: '' PID of new device: '' ERROR: Unable to extract USB VID from '/sys/sys/devices/pci0000:00/0000:00:1d.7/../idVendor'. ---quote---- I found two files which appear to hold those IDs: "vendor" and "device". So I changed the script to look for those files. But it still fails: ---quote---- VID of new device: '0x8086' PID of new device: '0x265c' ERROR: Device is not handled by uvcvideo but by 'ehci_hcd'. ---quote---- Any ideas? cheers, Janosch _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
