From owner-svn-src-all@FreeBSD.ORG Mon Sep 2 19:29:48 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74655215; Mon, 2 Sep 2013 19:29:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 600392CD7; Mon, 2 Sep 2013 19:29:47 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id q56so949722wes.25 for ; Mon, 02 Sep 2013 12:29:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=d3apgZN4RHu0tx1FO9aMk/yhCiaj8+gtTWEerYh0dDw=; b=F8YVBHNDQXgaJ1S5zUqIu58Xq6lxf9qTpi09JaQIvNXlwISu/NVagfEEjmWDJEIrDp oN0jOLhb1yxhv4Ga7FdjZpgPSeLEtu1SnPFxqkKnbJ2guj7nBI0XJYDrEsP7249XjhgI 6JMXLoV4Zk1rfWZtaf1+dM7JAxuKP/XdlNC+pokaSIx8WAoC8Eh86ltH/Q1Caa9c407o +AVNSg/oFaPs+r23y/zi0HfU8EMKBmAiWvz1ciXX2S/0JdITNt+z5xGZFPrS3WWLHFcN hinhWR6cW2dhgT1BPc1cvWJPkSnfSGT79qaNh/P7Np+274DVC+OcHKtSp5oLCUTFyK9r RatA== MIME-Version: 1.0 X-Received: by 10.180.20.15 with SMTP id j15mr1938759wie.0.1378150185571; Mon, 02 Sep 2013 12:29:45 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.146.2 with HTTP; Mon, 2 Sep 2013 12:29:45 -0700 (PDT) In-Reply-To: <5224E5DE.2090301@FreeBSD.org> References: <201309021915.r82JFKO1075757@svn.freebsd.org> <5224E5DE.2090301@FreeBSD.org> Date: Mon, 2 Sep 2013 12:29:45 -0700 X-Google-Sender-Auth: Yettr1zeLpdk2R5qQS6uQ_u71_k Message-ID: Subject: Re: svn commit: r255153 - in head/sys: dev/atkbdc sys From: Adrian Chadd To: =?ISO-8859-1?Q?Jean=2DS=E9bastien_P=E9dron?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Jung-uk Kim 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:29:48 -0000 .. right, so you changed the structure layout without say, just adding to the end of said structure? :-) Yeah, I think you need to send out something. The binary packages for x11 need to be updated too or things will be odd. -adrian On 2 September 2013 12:24, Jean-S=E9bastien P=E9dron = wrote: > Le 02/09/2013 21:15, Jean-Sebastien Pedron a =E9crit : > > 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 touchpa= ds >> >> 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 int= o > 10 because it helps several people. Do you think a note in UPDATING would > be enough? > > -- > Jean-S=E9bastien P=E9dron >