From owner-freebsd-hackers@freebsd.org Wed Sep 28 08:00:25 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 F4116C00BB6 for ; Wed, 28 Sep 2016 08:00:24 +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 B4B3E373 for ; Wed, 28 Sep 2016 08:00:24 +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 297F11FE023; Wed, 28 Sep 2016 10:00:16 +0200 (CEST) Subject: Re: Logitech G510s keyboard fail. To: Eitan Adler References: Cc: FreeBSD Hackers , Zaphod Beeblebrox From: Hans Petter Selasky Message-ID: Date: Wed, 28 Sep 2016 10:05:08 +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=windows-1252; 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: Wed, 28 Sep 2016 08:00:25 -0000 On 09/28/16 09:41, Eitan Adler wrote: > On 28 September 2016 at 10:29, Hans Petter Selasky wrote: > >> >> Try: >> >> usbconfig -d ugen0.5 add_quirk UQ_KBD_BOOTPROTO >> >> Then replug your device. >> > Educational question. Can you describe what this quirk actually does? This quirk makes the UKBD driver send a request for BOOT-compatible mode, before attaching. --HPS