From owner-svn-src-all@FreeBSD.ORG Sun Sep 1 22:47:37 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26DBFD8B; Sun, 1 Sep 2013 22:47:37 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EDC52A16; Sun, 1 Sep 2013 22:47:36 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id es20so3014549lab.38 for ; Sun, 01 Sep 2013 15:47:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=LTrWgR6wd9n/JS03BiYOvVqZRfohzBDfahL+lVxny5U=; b=tCC91vbHl55XnxCe78gaJqyBtj9gMw81j7YYH3/rInAXi9exsbopObRD4fwDnbAUTT 565Sv6QIuj5ycoyelU+1qt5KCGTNHDpLrm4imWHiGWr93LTB2Dpt5yc/UMCQBLI0G1n+ E6rMjzZQOKlA/FDPmxU0onSNlnzXVSPF1ouwzZu/uh5jkXsjVrH15XiH5fvw/wYiZWcd djcq1sIKwT7Nsax393lXoVRHB+X9GS5ULpjS6pCYl5UeVL3T/aWm/tsPDYjV54dEPyjN f7mUqt0I0WR+DmslFB4QbQmlKmy81WfvdC9Z1ivkN9GcPOQPuaKiuMeYXYFQjVUv5oKq DGzQ== X-Received: by 10.112.210.136 with SMTP id mu8mr3662473lbc.25.1378075654068; Sun, 01 Sep 2013 15:47:34 -0700 (PDT) Received: from orwell.Elisa.gmail.com (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id vx8sm4438527lbb.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 01 Sep 2013 15:47:33 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: src-committers@freebsd.org Subject: Re: svn commit: r255128 - head/sys/netgraph/bluetooth/drivers/ubt References: <201309011927.r81JRXBk027752__49643.5845424005$1378063667$gmane$org@svn.freebsd.org> Date: Mon, 02 Sep 2013 01:47:25 +0300 In-Reply-To: <201309011927.r81JRXBk027752__49643.5845424005$1378063667$gmane$org@svn.freebsd.org> (Eitan Adler's message of "Sun, 1 Sep 2013 19:27:33 +0000 (UTC)") Message-ID: <861u58tb0i.fsf@orwell.Elisa> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 22:47:37 -0000 Eitan Adler writes: > Author: eadler > Date: Sun Sep 1 19:27:32 2013 > New Revision: 255128 > URL: http://svnweb.freebsd.org/changeset/base/255128 > > Log: > Add support for the BCM20702A0 chipset, ASUS USB-BT400. > > PR: kern/181728 > Submitted by: rakuco MFC after: 3 days as discussed with eadler.