From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 20:57:25 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA53949A for ; Thu, 16 Apr 2015 20:57:25 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D0D91664 for ; Thu, 16 Apr 2015 20:57:25 +0000 (UTC) Received: by igbhj9 with SMTP id hj9so18039942igb.1 for ; Thu, 16 Apr 2015 13:57:24 -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; bh=9U6VLLZINjZ4Y2ECRLTB71/QXLZeXn/cq4jNR3vY/DU=; b=HvVFdvkT5rs6b/GRcnyaQtTx/AyurGBIBMoCz25YTcABE+BWgt4W2k9FTUXGeHa71X L20a6t68/+9LFs+aNYHdot6rKTlzkUYvcRcQB6phGZm8Tv9R0Kk69tBWjU44QjImWDXO Q0INAwnICC5ZzOKqlRGohTJxWYLAC9mQw/BpFA3y+a3wf8Y4ZPXPEXvM8uQxy0ra528+ ud+ujxKnyrxJQ8ZOAvR8WdvYpFhmzj0QG4ZD/MAxat+pnBS5Dn325hgZDGvcBYrGqurC cvF/qfpc0m6eeigG587CgOq99VXj8MzhdiUJGW0KoN0fH5uoBO6DW2L5aNvTjarIYqMw b7zw== MIME-Version: 1.0 X-Received: by 10.43.163.129 with SMTP id mo1mr2781icc.61.1429217844866; Thu, 16 Apr 2015 13:57:24 -0700 (PDT) Received: by 10.36.51.129 with HTTP; Thu, 16 Apr 2015 13:57:24 -0700 (PDT) In-Reply-To: <552FFA1D.7040909@gmail.com> References: <552FFA1D.7040909@gmail.com> Date: Thu, 16 Apr 2015 22:57:24 +0200 Message-ID: Subject: Re: Synaptics Touchpad stops working in r281560 From: "Ranjan1018 ." <214748mv@gmail.com> To: =?UTF-8?Q?Jan_Kokem=C3=BCller?= Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 20:57:25 -0000 2015-04-16 20:06 GMT+02:00 Jan Kokem=C3=BCller : > > On 16.04.2015 06:16, Ranjan1018 . wrote: > >> Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop. >> The Synaptics Touchpad stops working, in Xorg.0.log I have the error >> message : >> >> [ 1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics >> hardware. >> >> [ 1047.449] (EE) PreInit returned 11 for "Mouse" >> > > > Could you try to rebuild xf86-input-synaptics via ports? The kernel ABI > has changed due to the additions to synapticshw_t in > /usr/include/sys/mouse.h. The xorg driver calls the MOUSE_SYN_GETHWINFO > ioctl which returns a synapticshw_t. > Thanks Jan, it works !