From owner-freebsd-bluetooth@freebsd.org Fri Jul 14 21:22:29 2017 Return-Path: Delivered-To: freebsd-bluetooth@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 8DF06DAC823 for ; Fri, 14 Jul 2017 21:22:29 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: from elektropost.org (elektropost.org [217.115.13.198]) (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 C0728771CC for ; Fri, 14 Jul 2017 21:22:28 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: (qmail 24137 invoked from network); 14 Jul 2017 21:15:44 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with ESMTPS (DHE-RSA-AES128-SHA encrypted); 14 Jul 2017 21:15:44 -0000 Subject: Re: Magic Mouse patch To: Maksim Yevmenkin , Stari Karp Cc: "freebsd-bluetooth@freebsd.org" References: <085c77b2-9f40-5a1f-0b49-86a24e561fce@aldan.algebra.com> <1500024792.73903.1.camel@yandex.com> <1500057327.27825.1.camel@yandex.com> From: Dirk Engling Message-ID: Date: Fri, 14 Jul 2017 23:15:43 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 21:22:29 -0000 On 14.07.17 22:10, Maksim Yevmenkin wrote: >> It was not mine patch but it was patch which is working for me and some >> other people. I never heard anything about this patch again: >> https://reviews.freebsd.org/D3702 > > right... i can see that i approved this. i suppose author did not > merge this in. may be contact author? Patch is mine. I do not have commit bits, so I never knew where to merge it. Who do I nudge? One problem is, the patch bumps config file format, which once rewritten is not readable with old lexer. Maybe bthidd should switch to libucl? Would be willing to provide a patch for that. erdgeist