From owner-freebsd-hackers@freebsd.org Thu Sep 29 15:55:49 2016 Return-Path: Delivered-To: freebsd-hackers@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 7D7F7C02D65 for ; Thu, 29 Sep 2016 15:55:49 +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 3891F30B for ; Thu, 29 Sep 2016 15:55:48 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (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 927C81FE022; Thu, 29 Sep 2016 17:55:46 +0200 (CEST) Subject: Re: Logitech G510s keyboard fail. To: Zaphod Beeblebrox References: <4300eab5-dafb-bce6-5b58-24d347202e23@selasky.org> <83c6aa1c-59a2-f96a-6841-e8b37801a966@selasky.org> Cc: Eitan Adler , FreeBSD Hackers From: Hans Petter Selasky Message-ID: <27a9b9f1-27e3-8fd8-13e2-57ef45888342@selasky.org> Date: Thu, 29 Sep 2016 18:00:38 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 15:55:49 -0000 On 09/29/16 17:52, Zaphod Beeblebrox wrote: > In this case, 10 bits (1024) would seem right. 16 bits would seem a good > use of bits. If I were to develop a patch along the lines of 10 or 16 > bits, is there a good chance it would be adopted? > It is the opposite. 1024 bits. One bit for every possible key press, so that you can press multiple keys at the same time. --HPS