Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2022 08:35:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265529] multimedia/webcamd:  devd update to support ThinkPad X270
Message-ID:  <bug-265529-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265529

            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";
};

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265529-7788>