diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/webcamd/Makefile | 1 | ||||
-rw-r--r-- | multimedia/webcamd/files/webcamd.conf.in | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile index 47e464d5d602..1c6fa5fb829e 100644 --- a/multimedia/webcamd/Makefile +++ b/multimedia/webcamd/Makefile @@ -7,6 +7,7 @@ PORTNAME= webcamd PORTVERSION= 0.1.20 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ diff --git a/multimedia/webcamd/files/webcamd.conf.in b/multimedia/webcamd/files/webcamd.conf.in index 0a21c0353dce..3436c6c63f92 100644 --- a/multimedia/webcamd/files/webcamd.conf.in +++ b/multimedia/webcamd/files/webcamd.conf.in @@ -7,12 +7,11 @@ notify 100 { action "env LD_PRELOAD=%%LIBHAL%%%%LIBCUSE%% %%PREFIX%%/etc/rc.d/webcamd start $cdev"; }; -# Logitech USB webcams. +# Vendor specific USB webcams and DVB devices. notify 100 { match "system" "USB"; match "subsystem" "INTERFACE"; match "type" "ATTACH"; - match "vendor" "0x046d"; match "intclass" "0xff"; action "env LD_PRELOAD=%%LIBHAL%%%%LIBCUSE%% %%PREFIX%%/etc/rc.d/webcamd start $cdev"; }; |