Index: head/multimedia/webcamd/files/webcamd.conf.in =================================================================== --- head/multimedia/webcamd/files/webcamd.conf.in +++ head/multimedia/webcamd/files/webcamd.conf.in @@ -39,3 +39,15 @@ match "vendor" "0x056a"; action "%%PREFIX%%/etc/rc.d/webcamd start $cdev $interface"; }; + +# Elantech touchscreen +notify 100 { + match "system" "USB"; + match "subsystem" "INTERFACE"; + match "type" "ATTACH"; + + match "vendor" "0x04f3"; + match "product" "0x2071"; + + action "%%PREFIX%%/etc/rc.d/webcamd start $cdev $interface"; +};