From owner-freebsd-usb@freebsd.org Sun Aug 30 23:37:50 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 30B7A9C600B for ; Sun, 30 Aug 2015 23:37:50 +0000 (UTC) (envelope-from nicblais@clkroot.net) Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) (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 03F6F21D for ; Sun, 30 Aug 2015 23:37:49 +0000 (UTC) (envelope-from nicblais@clkroot.net) Received: by igbuu8 with SMTP id uu8so37030429igb.0 for ; Sun, 30 Aug 2015 16:37:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=3vxoZx17RnQbkc0lEx+xUf1XHdjEYDs5gn4SwJ5sErg=; b=CoyFqDsQxJROVXIdXvmmWzFPrm2sYOfg3bwINZe7R7Kr1vuOV4p441Qljn8YZnJ7T5 rbjoQo2Yyt8ylxzDiq8DGUGX+hkPD4DuNh++GrdLka/FdFIOLsxlPthSMQa/CNA0xl6p TePELCw+FsEGbquPZrDJ+bbJYF8Jq6XBVHPXUF5fjCBuUSbli7FOawTHooSUDd3ODt+6 ctFO1eV+1Trz4RKGkTb00MUEYxk3+yOsWO9TgsH/TRraYabqCV78lzRK5e4G4YGeME4T MfUMWkilC5rgjQXFyZWfaVCwk7k63UPgJI49srxAcoDLxyHf3oSmW3Cr/l3LMgNxpcei fNFA== X-Gm-Message-State: ALoCoQnyPCsyPlclJnA21Pzq3OoXYpkH31aXIDL70uFAyMwEXF24bAkWICy8mKSCgvLVx2x06KCu MIME-Version: 1.0 X-Received: by 10.50.222.1 with SMTP id qi1mr12116729igc.79.1440977868950; Sun, 30 Aug 2015 16:37:48 -0700 (PDT) Received: by 10.36.86.67 with HTTP; Sun, 30 Aug 2015 16:37:48 -0700 (PDT) X-Originating-IP: [2001:470:8:b3:e8b:fdff:fe59:b05] In-Reply-To: <55E36ABA.4000008@selasky.org> References: <55E2A7A8.4010900@selasky.org> <55E36ABA.4000008@selasky.org> Date: Sun, 30 Aug 2015 19:37:48 -0400 Message-ID: Subject: Re: Support for Linksys USB3GIG ethernet adapter From: Nicolas Blais To: Hans Petter Selasky Cc: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Sun, 30 Aug 2015 23:37:50 -0000 Thanks Hans, I made a PR (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202783) with 2 patches for usb_quirk.c and usbdevs. Thanks again for all your help! On Sun, Aug 30, 2015 at 4:42 PM, Hans Petter Selasky wrote: > On 08/30/15 16:19, Nicolas Blais wrote: > >> Yep, that worked! The cdce driver is pretty plain option-wise but at >> least >> it's functional. Also tested on the BeagleBone Black and it worked fine >> (and was actually faster than on the RPI2) >> >> Other than manually running usbconfig or adding a rc.d script at boot, can >> we get the Linksys USB3GIGv1 adapter to be added to the list of supported >> devices by cdce? >> >> Here's a few outputs if interested: >> >> > FYI: > > You can add a quirk to "sys/dev/usb/quirk/usb_quirk.c" to do that > automatically when the device is plugged. > > --HPS > >