On Friday 22 January 2010 06:03:07 Daichi GOTO wrote:
> Hi Hans, I have checked your work, and it works well, great :)
> 
> This is a little tweak,
> 
> --- /usr/local/etc/devd/webcamd.conf.orig     2010-01-22 13:19:20.371987293
> +0900
> +++ /usr/local/etc/devd/webcamd.conf  2010-01-22 13:52:00.286912793 +0900
> @@ -1,5 +1,5 @@
>   attach 100 {
> -     device-name "ugen[0-9]+";
> +     device-name "ugen[0-9.]+";
>       match "intclass" "(0x0e|0xff)";
>       action "/usr/local/etc/rc.d/webcamd start $device-name";
>   };
> 
> 
> I want to know what does "intclass" mean. The webcamd(8) cannot
> been engaged automatically by devd(8), because of not match of
> "intclass".

Hi,

See:

usbconfig -u 7 -a 2 dump_curr_config_desc | grep -i class

To figure out what interface class your USB device is using.

--HPS
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to