From owner-freebsd-usb@FreeBSD.ORG Thu Feb 5 22:06:30 2015 Return-Path: Delivered-To: freebsd-usb@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 5653AA56 for ; Thu, 5 Feb 2015 22:06:30 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19FEE38D for ; Thu, 5 Feb 2015 22:06:30 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 9D8551FE023; Thu, 5 Feb 2015 23:06:27 +0100 (CET) Message-ID: <54D3E995.9050205@selasky.org> Date: Thu, 05 Feb 2015 23:07:17 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "Lundberg, Johannes" , "freebsd-usb@freebsd.org" Subject: Re: Macbook touchpad wsp References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:06:30 -0000 On 02/05/15 12:55, Lundberg, Johannes wrote: > Hi > > After some time away I installed the newest snapshot on my macbook air 2013. > I'm certain that the wsp driver worked before but now I can't seem to get > it to recognize my macbook's touchpad.. I confirm that the product id is > listed in wsp.c but nothing happens when I load the module.. > > Any idea what has happened? Hi, Some suggestions: 1) Can you show dmesg? 2) kldload atp wsp 3) moused_enable="YES" 4) moused_enable="NO" 5) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678 --HPS