From owner-freebsd-usb@freebsd.org Fri Jan 4 21:11:51 2019 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CF1B143A025 for ; Fri, 4 Jan 2019 21:11:51 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 6569384DF0 for ; Fri, 4 Jan 2019 21:11:50 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [176.74.212.121]) (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 17C2D26043F; Fri, 4 Jan 2019 22:11:48 +0100 (CET) Subject: Re: r342378: usbconfig takes 3-5 minutes to read the bus To: Ludovic Rousseau , freebsd-usb@freebsd.org References: <20190104080227.GB2604@c720-r342378> <64a0f5c6-ea58-6fdb-8d94-dd442619cde9@selasky.org> <20190104104601.GA2536@c720-r342378> <85a6ed88-126d-2f89-ba3f-ef3e61e0bf92@selasky.org> <20190104152720.GA2802@c720-r342378> <1af01261-ab9a-a137-233c-180cf7f1b99c@selasky.org> <20190104180314.GA3859@c720-r342378> <20190104183125.GA2522@c720-r342378> From: Hans Petter Selasky Message-ID: <8ddfc584-2df7-2c87-78fa-e23e110ca3af@selasky.org> Date: Fri, 4 Jan 2019 22:09:27 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190104183125.GA2522@c720-r342378> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6569384DF0 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; 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 [-6.63 / 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]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.turbocat.net]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; IP_SCORE(-3.33)[ip: (-9.52), ipnet: 88.99.0.0/16(-4.73), asn: 24940(-2.41), country: DE(-0.01)]; FREEMAIL_TO(0.00)[gmail.com]; 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: Fri, 04 Jan 2019 21:11:51 -0000 On 1/4/19 7:31 PM, Matthias Apitz wrote: > El día viernes, enero 04, 2019 a las 07:02:16p. m. +0100, Hans Petter Selasky escribió: > >> On 1/4/19 7:03 PM, Matthias Apitz wrote: >>> I've applied the 2nd patch on the already patched sources, it fails. >>> Should I use the original sources without your first patch? >> >> You should revert all prior patches. > > Done. Please find attached the messages. I did 'usbconfig list' and this > is marked with this string in the messages. The attached log looks good. I assume the patch still fixes your issue - right? https://svnweb.freebsd.org/changeset/base/342778 --HPS