From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 18:06:26 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C446CF52 for ; Thu, 16 Apr 2015 18:06:26 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c: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 649BAC4 for ; Thu, 16 Apr 2015 18:06:26 +0000 (UTC) Received: by wiun10 with SMTP id n10so106786099wiu.1 for ; Thu, 16 Apr 2015 11:06:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=nbr9YYNjh3r7nDrc6UjDXVexk0xcmdpiFth3J26f+7M=; b=A5Mz0be/1sQ/J+hyO37gqw1tHYotJnebQ2CovWenu1H3/xMzrfFJSws9FvC5Gj8IlQ qaIp0fNGRCxBDNilcUvGdrYn234DvvS3y6NsWoJqGTivMzL+tgGWeAcE1yoZcXrdGexY cnuuCgR8r9KHC8dWdInjQV6ljDCZ+4OvTfsP4om5vQ65LioK1SxsSrFxsQFnLl6H8Z5R i7Lg26q/xHRPR72VkCYy4HKC0Ye4A5sIct0t8nBs5Rsdqz/q0UfAejbGfGn+tofOQb0k eWN6S0GN+XxI1q2w+R6BhB5ULGZD4PeRXHcUa4gpVb5p9NuWZPWRjo5v1i2Jl4rxcscu CGqA== X-Received: by 10.194.184.10 with SMTP id eq10mr63737476wjc.147.1429207584002; Thu, 16 Apr 2015 11:06:24 -0700 (PDT) Received: from ?IPv6:2001:470:1f15:b1f:2120:ace1:2283:703d? ([2001:470:1f15:b1f:2120:ace1:2283:703d]) by mx.google.com with ESMTPSA id hw7sm11361653wjb.24.2015.04.16.11.06.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Apr 2015 11:06:23 -0700 (PDT) Message-ID: <552FFA1D.7040909@gmail.com> Date: Thu, 16 Apr 2015 20:06:21 +0200 From: =?windows-1252?Q?Jan_Kokem=FCller?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Synaptics Touchpad stops working in r281560 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 18:06:26 -0000 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.