From owner-freebsd-stable@FreeBSD.ORG Fri Feb 7 08:29:03 2014 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id 9FF17691; Fri, 7 Feb 2014 08:29:03 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 56C63105C; Fri, 7 Feb 2014 08:29:03 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 6D3AA17FC36; Fri, 7 Feb 2014 09:28:59 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 193FC161168; Fri, 7 Feb 2014 09:29:54 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kyvTYpiCGSup; Fri, 7 Feb 2014 09:29:52 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 8658B161167; Fri, 7 Feb 2014 09:29:52 +0100 (CET) Message-ID: <52F49986.4050702@bitfrost.no> Date: Fri, 07 Feb 2014 09:29:58 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: FreeBSD Stable , FreeBSD Current , freebsd-questions@freebsd.org, "freebsd-usb@FreeBSD.org" Subject: [HEADS UP] MacBooks and Apple Trackpads Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 08:29:03 -0000 Hi, A new driver for the Apple Trackpad named "wsp" has been committed and MFC'ed to 9-stable and 10-stable from -current. The trackpad will appear non-working in X.org until HAL is recompiled with support for "wsp" devices. This happens when I MFC "etc/usb.conf" to 9-stable and 10-stable which then automatically loads the "wsp" kernel module when "devd" is started. This has not yet been done. As an alternative workaround: rm /boot/kernel/wsp.ko kldunload wsp Thank you for the attention! --HPS Reference: http://www.freshports.org/sysutils/hal/