Received: by mail.netbsd.org (Postfix, from userid 605) id 9F3E484D5D; Sun, 7 Jun 2020 17:03:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DBBA84D57 for ; Sun, 7 Jun 2020 17:03:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BhaEYkfbyEhT for ; Sun, 7 Jun 2020 17:03:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A0D8D84D33 for ; Sun, 7 Jun 2020 17:03:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E5CFFB27; Sun, 7 Jun 2020 17:03:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 7 Jun 2020 17:03:11 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/dev/usb To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200607170311.9E5CFFB27@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sun Jun 7 17:03:11 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: u3g.c ugensa.c Log Message: Pull up following revision(s) (requested by skrll in ticket #948): sys/dev/usb/ugensa.c: revision 1.42 sys/dev/usb/u3g.c: revision 1.41 Remove duplicated USB_VENDOR_SIERRA USB_PRODUCT_SIERRA_USB305 entry PR kern/55329 Replace calls to usbd_device2interface_handle in u3g_match() and u3g_attach() with the interface already passed in uiaa->uiaa_iface and store the interface in sc->sc_iface for later use by u3g_open()/ Also skip Direct IP interfaces in u3g_match() to avoid potential side effects. PR kern/55330 To generate a diff of this commit: cvs rdiff -u -r1.37.2.1 -r1.37.2.2 src/sys/dev/usb/u3g.c cvs rdiff -u -r1.39 -r1.39.2.1 src/sys/dev/usb/ugensa.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.