Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2018 14:21:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230843] devel/libserialport: Don't open serial ports when enumerating
Message-ID:  <bug-230843-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 230843
           Summary: devel/libserialport: Don't open serial ports when
                    enumerating
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bsam@FreeBSD.org
          Reporter: kevans@freebsd.org
             Flags: maintainer-feedback?(bsam@FreeBSD.org)
          Assignee: bsam@FreeBSD.org

Created attachment 196476
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196476&action=
=3Dedit
svn(1) diff against devel/libserialport

This is not needed and toggles DTR on all connected devices whenever it run=
s,
which isn't necessarily great. Replace it instead with just an access(2) ch=
eck
to make sure the devices are readable by the current user, which is general=
ly
what the Linux version of this does. We don't tend to create a bunch of
redundant cua* nodes, so this works without exception for drivers like the
Linux version.

--=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-230843-7788>