mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Add more attach rules for webcamd(8).
Submitted by: Jos'e P'erez <fbl@aoek.com> Approved by: pi (implicit)
This commit is contained in:
parent
222c388ee6
commit
dcca496aa1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536141
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= webcamd
|
||||
PORTVERSION= 5.7.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
http://home.selasky.org/distfiles/
|
||||
|
@ -25,6 +25,17 @@ notify 100 {
|
||||
action "%%PREFIX%%/etc/rc.d/webcamd start $cdev";
|
||||
};
|
||||
|
||||
# Logitech webcams
|
||||
notify 100 {
|
||||
match "system" "USB";
|
||||
match "subsystem" "INTERFACE";
|
||||
match "type" "ATTACH";
|
||||
match "vendor" "0x046d";
|
||||
match "intclass" "0x0a";
|
||||
match "intsubclass" "0xff";
|
||||
action "%%PREFIX%%/etc/rc.d/webcamd start $cdev";
|
||||
};
|
||||
|
||||
# Generic USB input devices.
|
||||
notify 100 {
|
||||
match "system" "USB";
|
||||
|
Loading…
Reference in New Issue
Block a user