From owner-freebsd-mobile@freebsd.org Fri Aug 14 14:14:52 2015 Return-Path: Delivered-To: freebsd-mobile@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CB959B8AEC; Fri, 14 Aug 2015 14:14:52 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 D6B5F1F87; Fri, 14 Aug 2015 14:14:51 +0000 (UTC) (envelope-from hps@selasky.org) 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 C8E131FE023; Fri, 14 Aug 2015 16:14:48 +0200 (CEST) Subject: Re: Touchpad/trackpad not working To: Anders Bolt-Evensen , freebsd-usb@freebsd.org, freebsd-mobile@freebsd.org References: From: Hans Petter Selasky Message-ID: <55CDF82E.8060305@selasky.org> Date: Fri, 14 Aug 2015 16:16:14 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 14:14:52 -0000 On 08/14/15 15:58, Anders Bolt-Evensen wrote: > It seems that my solution was to add ums_load="YES" to /boot/loader.conf. > After adding that the touchpad works fine for now: > Mouse pointer moves when moving fingers across the touchpad > Tapping works (annoyingly) > Left-clicking works > Right-clicking works > Scrolling does not work, but I can live with that. > > Thanks to everyone who helped me solve my problem. > > Anders Hi, This probably means uhid is picking the device up before ums. Your solution is valid :-) --HPS