From owner-freebsd-net@FreeBSD.ORG Wed Jun 3 15:45:44 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A750A2A for ; Wed, 3 Jun 2015 15:45:44 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 3C9571934 for ; Wed, 3 Jun 2015 15:45:44 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (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 75D1E1FE022; Wed, 3 Jun 2015 17:45:42 +0200 (CEST) Message-ID: <556F2159.1010704@selasky.org> Date: Wed, 03 Jun 2015 17:46:33 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ben Woods CC: freebsd-net@freebsd.org Subject: Re: Adding RTL8153 support to rue(4) USB to Ethernet driver References: <556F1AC7.3030505@selasky.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 15:45:44 -0000 On 06/03/15 17:42, Ben Woods wrote: > Thank you for your help HPS! How can we make this work out of the box > in the future? Hi, In dev/usb/quirk/usb_quirk.c you can add a quirk that config index 1 should be selected by default for your device. --HPS