From owner-freebsd-current@FreeBSD.ORG Tue Feb 4 09:17:52 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A664C12; Tue, 4 Feb 2014 09:17:52 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 2D1F01537; Tue, 4 Feb 2014 09:17:52 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 32D1C17FC4F; Tue, 4 Feb 2014 10:17:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id F09358FD22E; Tue, 4 Feb 2014 10:18:36 +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 LVD2G26udAZa; Tue, 4 Feb 2014 10:18:36 +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 3232C8FD22B; Tue, 4 Feb 2014 10:18:36 +0100 (CET) Message-ID: <52F0B074.4020305@bitfrost.no> Date: Tue, 04 Feb 2014 10:18:44 +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: "Danilo E. Gondolfo" , freebsd-current@freebsd.org, =?UTF-8?B?Ium7hOaWh+i+iUBHbWFpbCI=?= Subject: Re: Apple Trackpad driver References: <52E8DDA3.3070301@bitfrost.no> <52E9F546.9090005@bitfrost.no> <52EB4DBE.20501@bitfrost.no> <52EC07CE.70608@freebsd.org> <52EC9D23.3030301@bitfrost.no> <52EC9FC5.4050602@bitfrost.no> In-Reply-To: <52EC9FC5.4050602@bitfrost.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 04 Feb 2014 09:17:52 -0000 On 02/01/14 08:18, Hans Petter Selasky wrote: > On 02/01/14 08:07, Hans Petter Selasky wrote: >> On 01/31/14 21:30, Danilo E. Gondolfo wrote: >>> I noticed that your driver is based on the Linux driver [1] and some >>> pieces of code are copied, are you sure that we won't have any problems >>> with license? >> > Hi, > > If the Linux guys think this is a big problem, we can support this > hardware through /usr/ports/multimedia/webcamd, quite easily. Although a > kernel driver would be best for this type of device. > > Thank you! FYI Feedback from Greg: "That's great to hear, nice job!" --HPS