[Bug 265529] multimedia/webcamd: devd update to support ThinkPad X270
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Jul 2022 08:35:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265529
Bug ID: 265529
Summary: multimedia/webcamd: devd update to support ThinkPad
X270
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: hselasky@FreeBSD.org
Reporter: mike@urgle.com
Assignee: hselasky@FreeBSD.org
Flags: maintainer-feedback?(hselasky@FreeBSD.org)
The following devd config snippet makes the webcam on my ThinkPad X270 work;
can it be added to the devd.conf installed by the port?
# SunplusIT Inc Integrated Camera
notify 100 {
match "system" "USB";
match "subsystem" "INTERFACE";
match "type" "ATTACH";
match "vendor" "0x04f2";
match "product" "0xb5ab";
action "/usr/local/etc/rc.d/webcamd start $cdev 2>/dev/null";
};
--
You are receiving this mail because:
You are the assignee for the bug.