From owner-freebsd-usb@freebsd.org Tue Mar 3 20:45:13 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 84D8525B0CC for ; Tue, 3 Mar 2020 20:45:13 +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 48X8CX24FXz417P for ; Tue, 3 Mar 2020 20:45:11 +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 CBA2B26010C; Tue, 3 Mar 2020 21:45:08 +0100 (CET) Subject: Re: ukbd key repeat behaviour changed? To: James Wright , freebsd-usb@freebsd.org References: <8FF6BA04-2216-4FF4-AF6F-9310F9516C1B@jigsawdezign.com> From: Hans Petter Selasky Message-ID: Date: Tue, 3 Mar 2020 21:38:19 +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: <8FF6BA04-2216-4FF4-AF6F-9310F9516C1B@jigsawdezign.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48X8CX24FXz417P 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 20:45:13 -0000 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? --HPS