From owner-freebsd-usb@freebsd.org Tue Mar 3 21:26:46 2020 Return-Path: Delivered-To: freebsd-usb@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96E5F25C002 for ; Tue, 3 Mar 2020 21:26:46 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48X97S64Qcz4JtS for ; Tue, 3 Mar 2020 21:26:44 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [62.141.129.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 2E9C02600E7; Tue, 3 Mar 2020 22:26:43 +0100 (CET) Subject: Re: ukbd key repeat behaviour changed? From: Hans Petter Selasky To: James Wright , freebsd-usb@freebsd.org References: <8FF6BA04-2216-4FF4-AF6F-9310F9516C1B@jigsawdezign.com> Message-ID: <1bc72129-83e5-ced7-b04a-8b374a950c86@selasky.org> Date: Tue, 3 Mar 2020 22:19:46 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 48X97S64Qcz4JtS X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 88.99.82.50 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-4.42 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net:c]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; SUBJECT_ENDS_QUESTION(1.00)[]; DMARC_NA(0.00)[selasky.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(-3.12)[ip: (-9.31), ipnet: 88.99.0.0/16(-4.71), asn: 24940(-1.56), country: DE(-0.02)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2020 21:26:46 -0000 On 2020-03-03 21:38, Hans Petter Selasky wrote: > On 2020-03-03 18:44, James Wright wrote: >> >>    After recently updating my MacBookAir to 12-STABLE r358483 (which i >> do once a month), I'm making numerous mistypes using the keyboard on >> the vt console than ever before. >> >>    This is most apparent when I boot up FreeBSD and login to the >> console, as I consistently fail to enter my password correctly unless >> I slowly type it out. >> >>    It's hard to reproduce as you have to type quickly, and not all key >> combos seem to cause the issue, but I've noticed that extra repeated >> keystrokes are being inserted into the output. >> >>    For example, typing  "ls -l " quickly sometimes causes the >> terminal to show "ls ---l" or "ls -lll", or multiple new lines to >> appear at the end. >> >>    Has something changed with the default key repeat timings recently, >> and has anyone else noticed this behaviour? > > Hi, > > The ukbd's keyboard timing should not have changed. Can you show the > output from: > > usbconfig show_ifdrv > > Run as root? Also try: sysctl hw.usb.ukbd.debug=16 This will print all the key-presses in dmesg. Maybe you find something buggy there. --HPS