From owner-freebsd-x11@FreeBSD.ORG Sat Aug 31 00:51:45 2013 Return-Path: Delivered-To: freebsd-x11@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 154AF86C; Sat, 31 Aug 2013 00:51:45 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D82F52B55; Sat, 31 Aug 2013 00:51:44 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id r10so2497026pdi.41 for ; Fri, 30 Aug 2013 17:51:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=njYLuHIjxE/57yTz7D83OYWQaINBhV/xidSCUGrzLjY=; b=iGslSxnVV6JSejWSqdxWcmb+CDiNdmCK2lTGisTNv+FvpI3kk0bmeycCxvZMyIp2pG CF9eFO+5eUGDqLZKuo+GL1d2Z4sUVALvFYK0awbdwRHSe+P2WFOcsvqecOr0LIJzNimF X77ukCo3QLTakj3qzlGSMkdJqlHv6+YSxbmJ/XW9EmBoUoKx0J6WS+tL8QgGMfobCfJR cNBL1HWwUieZG/MUrFRLzvPvHwhfjcnvmwmEu5xqYgfHR/HoB5jjArWEbV5l5x81Rjl0 +FPiICjd16dIXJsIWjrK3OkmmkUlmAgfABJe0eHzzuon5GlPPwQp0YFC+zJ+ZXg1XtVa QTBQ== MIME-Version: 1.0 X-Received: by 10.68.197.195 with SMTP id iw3mr13051188pbc.5.1377910304555; Fri, 30 Aug 2013 17:51:44 -0700 (PDT) Received: by 10.68.44.102 with HTTP; Fri, 30 Aug 2013 17:51:44 -0700 (PDT) In-Reply-To: <5220700D.1050301@passap.ru> References: <20130822155651.GA32146@probe.unige.ch> <9437888.l2O97oTlfp@notebook.alkar.net> <1596081.5RRtn7UfRG@notebook.alkar.net> <5220700D.1050301@passap.ru> Date: Fri, 30 Aug 2013 19:51:44 -0500 Message-ID: Subject: Re: unsupported synaptics touchpad From: Brandon Gooch To: Boris Samorodov Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org, =?ISO-8859-1?Q?Jean=2DS=E9bastien_P=E9dron?= X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 00:51:45 -0000 On Fri, Aug 30, 2013 at 5:12 AM, Boris Samorodov wrote: > 29.08.2013 18:10, Artyom Mirgorodskiy =D0=C9=DB=C5=D4: > >> This patch works for me too. Thank you. > > Please, submit a follow-up to the PR with some info about > hardware, software, problem and the result. Thanks! > > -- > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve I was told by jkim@ that there is a problem with the patch due to the change in the synapticshw struct in sys/sys/mouse.h -- ABI compatibility problem. I don't know how to correctly fix the patch to get it into an acceptable state (#ifdef maybe?), so I was hoping someone with a bit more expertise could user the changes in with more correctness. -Brandon