From owner-svn-src-all@FreeBSD.ORG Mon Sep 2 19:24:17 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDB5EF9D; Mon, 2 Sep 2013 19:24:17 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8198C2C93; Mon, 2 Sep 2013 19:24:17 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=[192.168.1.176]) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VGZjT-000NTo-Gg; Mon, 02 Sep 2013 21:24:16 +0200 Message-ID: <5224E5DE.2090301@FreeBSD.org> Date: Mon, 02 Sep 2013 21:24:14 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, Jung-uk Kim Subject: Re: svn commit: r255153 - in head/sys: dev/atkbdc sys References: <201309021915.r82JFKO1075757@svn.freebsd.org> In-Reply-To: <201309021915.r82JFKO1075757@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 19:24:17 -0000 Le 02/09/2013 21:15, Jean-Sebastien Pedron a écrit : > Author: dumbbell > Date: Mon Sep 2 19:15:20 2013 > New Revision: 255153 > URL: http://svnweb.freebsd.org/changeset/base/255153 > > Log: > psm: Add support for middle and extended buttons on Synaptics touchpads > > PR: kern/170834 > Submitted by: Brandon Gooch > Tested by: Artyom Mirgorodskiy > MFC after: 1 month Hello Jung-uk, I had this patch in my working copy for a few days and decided to commit it. But as I was about to reply to the thread on freebsd-x11@, I read the mail about ABI breakage; a mail I didn't notice before the commit... And you're right, the structure grows and members are shuffled. I guess the patch won't make it to 9.2 anyway. But I'd like to see it into 10 because it helps several people. Do you think a note in UPDATING would be enough? -- Jean-Sébastien Pédron