From owner-freebsd-usb@freebsd.org Tue Sep 22 07:12:02 2015 Return-Path: Delivered-To: freebsd-usb@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 BEDF0A05966 for ; Tue, 22 Sep 2015 07:12:02 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 839571F0E for ; Tue, 22 Sep 2015 07:12:02 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by igbni9 with SMTP id ni9so4728641igb.0 for ; Tue, 22 Sep 2015 00:12:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CcYizChyZbMsklxE2dtJNqNrzyOlAOc0t9yZY1n8Bu8=; b=lonJNjTZ19qWmB1SyqKQHJvqDXQ89SNLb4bLyndCl0sGbUmaIgYdqTtjwZBm2RXVks lP10k3TAo/ICXliGhyw/yxdsR/SVnuM49YLpP/EDMJhF689BWbab/jgiJnrsrcfJdbQL 2H8pX58PBjtg+t999FKhgdgGz+Lhv6/qpSZ0qD/diQR5VeYeiRRClF7fJ5XnI/U7ORu5 GuD7P8Q4mFRPeFZjshExsZJKPA+0rdeWOik465b3pRq2nLLCWJ+LYkcZtm77sm5A30wh n/UH/QAwu74aQUVE6sNVL/M9S1TV1jsHHwnGfmcOv4nljv+vtN/WH1SQB4Ze5eLiShvO gw/A== MIME-Version: 1.0 X-Received: by 10.50.61.166 with SMTP id q6mr9095965igr.12.1442905921850; Tue, 22 Sep 2015 00:12:01 -0700 (PDT) Received: by 10.65.15.33 with HTTP; Tue, 22 Sep 2015 00:12:01 -0700 (PDT) In-Reply-To: <5600FC1E.2060206@selasky.org> References: <55FF282D.2040003@scoubidou.com> <55FFA8EA.3030308@selasky.org> <56007395.1010006@scoubidou.com> <5600FC1E.2060206@selasky.org> Date: Tue, 22 Sep 2015 00:12:01 -0700 Message-ID: Subject: Re: Patch to allow dynamic USB quirks at boot From: Mehmet Erol Sanliturk To: Hans Petter Selasky Cc: =?UTF-8?Q?Maxime_Soul=C3=A9?= , freebsd-usb@freebsd.org, Warner Losh Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 07:12:02 -0000 On Mon, Sep 21, 2015 at 11:58 PM, Hans Petter Selasky wrote: > On 09/22/15 00:58, Mehmet Erol Sanliturk wrote: > >> On Mon, Sep 21, 2015 at 2:16 PM, Maxime Soul=C3=A9 >> wrote: >> >> One of my wishes is to move ALL of the device definition information for= ( >> NIC , USB , and other devices ) into files where for each device ( a >> unique >> file to dedicated itself containing information presently defined as >> preset >> in internal arrays with one additional information ( at least ) which >> driver will be used for the device ) will be prepared . >> >> > Hi Mehmet, > > Warner Losh is working on this currently, CC'ed. See: > > https://reviews.freebsd.org/D3458 > > Maybe you want to help out testing? > > --HPS > If I can help in any way , I will do it . Mehmet Erol Sanliturk