From owner-svn-src-all@freebsd.org Sat Apr 18 08:15:57 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DACFE2C1371; Sat, 18 Apr 2020 08:15:57 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4945Pm2r9rz3H75; Sat, 18 Apr 2020 08:15:55 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 03I8FqJ2054185; Sat, 18 Apr 2020 01:15:52 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 03I8FqEt054184; Sat, 18 Apr 2020 01:15:52 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202004180815.03I8FqEt054184@gndrsh.dnsmgr.net> Subject: Re: svn commit: r359985 - stable/12/sys/dev/atkbdc In-Reply-To: <438e8a55-fbb9-5998-f335-cd99e1ae3e5a@freebsd.org> To: Niclas Zeising Date: Sat, 18 Apr 2020 01:15:52 -0700 (PDT) CC: Warner Losh , "Rodney W. Grimes" , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org, re@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4945Pm2r9rz3H75 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@gndrsh.dnsmgr.net has no SPF policy when checking 69.59.192.140) smtp.mailfrom=freebsd@gndrsh.dnsmgr.net X-Spamd-Result: default: False [2.52 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[rgrimes@freebsd.org]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[dnsmgr.net]; AUTH_NA(1.00)[]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; NEURAL_SPAM_MEDIUM(0.66)[0.662,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(0.92)[0.921,0]; RCPT_COUNT_SEVEN(0.00)[8]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.03)[ip: (0.13), ipnet: 69.59.192.0/19(0.06), asn: 13868(0.03), country: US(-0.05)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2020 08:15:57 -0000 > On 2020-04-16 03:04, Warner Losh wrote: > > > > > > On Wed, Apr 15, 2020, 6:51 PM Rodney W. Grimes > > > wrote: > > > > [ Charset UTF-8 unsupported, converting... ] > > > Author: zeising (doc,ports committer) > > > Date: Wed Apr 15 19:47:19 2020 > > > New Revision: 359985 > > > URL: https://svnweb.freebsd.org/changeset/base/359985 > > > > > > Log: > > >? ?MFC r348873: Enable touch and trackpads by default > > > > > >? ?Enable synaptics and elantech touchpads, as well as IBM/Lenovo > > TrackPoints > > >? ?by default, instead of having users find and toggle a loader > > tunable. > > >? ?This makes things like two finger scroll and other modern > > features work out > > >? ?of the box with X.? By enabling these settings by default, we > > get a better > > >? ?desktop experience in X, since xserver and evdev can make use > > of the more > > >? ?advanced synaptics and elantech features. > > > > > >? ?Approved by:? ? ? ? imp > > > > RELNOTES: Y? > > > > > > Yea. This is a release notes item. > > > > Yes, this should have been marked with relnotes, my bad. How can I fix > this? Did we create the RELNOTES file, and if so, should I commit to > that one directly in 12, or first in head and then MFC? I do not know what the RE@ decision was on how to handle the RELNOTES file in stabe/X branches. CC:'ed to re@ so they can answer > Niclas Zeising -- Rod Grimes rgrimes@freebsd.org