From owner-freebsd-current@FreeBSD.ORG Wed Apr 3 20:46:14 2013 Return-Path: <owner-freebsd-current@FreeBSD.ORG> Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7B833B91 for <freebsd-current@freebsd.org>; Wed, 3 Apr 2013 20:46:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 164AFE0D for <freebsd-current@freebsd.org>; Wed, 3 Apr 2013 20:46:13 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hj8so4056318wib.13 for <freebsd-current@freebsd.org>; Wed, 03 Apr 2013 13:46:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=g4rrn4nK72ZtDJyn7Xw3ofs+oOdxwPasMm3c5ak+tI4=; b=p00AVpRztM+hMilVyv0jGzwYXbTfS34xhdFM86y5cy4zv7/qf6OtSe3G0yZiCSE5sx iKPc2JILAqIUsM6e27QvR7aevbFtoRxFmoEBOZMuyXK+lfFFbqEnw1TXLiy96MWr4zvT mlzSKUTd+oQoOI0M22AyG7nRaoqmjIAJqmt5/+8tpt4DSPj1gTSOM4CHYyu+8LpdQz3d wbhkxldphD992fUQD6InHQT5EZRnYQLRgY7AqrYAnmKQYeLm5JloulqJnHDQN2+hmro0 +egZKAX89M8jQfQVcHKFedBwz3k5b4QIpqlGGRHlDUXwAkFw4GmN6Ha2rtzMMSNs+nNP iPWQ== MIME-Version: 1.0 X-Received: by 10.180.188.3 with SMTP id fw3mr4921923wic.33.1365021972895; Wed, 03 Apr 2013 13:46:12 -0700 (PDT) Received: by 10.216.243.7 with HTTP; Wed, 3 Apr 2013 13:46:12 -0700 (PDT) In-Reply-To: <F2DA2B15-A950-4DC2-946A-A85BB1D9BC5B@gmail.com> References: <CAJ-VmomR2VAEoup2CZsBGvWFmgu0rTCfPv2kSpnq6qGNQNLXrQ@mail.gmail.com> <CAFPOs6qUf=rr2PAgdSyRZGnkmZmzLO28szz-GFwy4xDQQiLUfA@mail.gmail.com> <CAJ-Vmok3_1cntVzVDVkjKxC8O+E6h7YkG_v2-4F4G5zeE38SRg@mail.gmail.com> <CAJ-Vmok7SsgATVjAvmh23ttsSSbvQ-8h4JpgySNXT3244h=XRA@mail.gmail.com> <F2DA2B15-A950-4DC2-946A-A85BB1D9BC5B@gmail.com> Date: Wed, 3 Apr 2013 13:46:12 -0700 Message-ID: <CAJ-Vmokj0CGMN0=AuHOv-jAUTyLg2CmH+UAMzKB0QHgavw87KQ@mail.gmail.com> Subject: Re: Patch ath3kfw to accept other device ids; blacklist ath bluetooth devices From: Adrian Chadd <adrian.chadd@gmail.com> To: maksim yevmenkin <maksim.yevmenkin@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current <freebsd-current@freebsd.org> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 03 Apr 2013 20:46:14 -0000 On 3 April 2013 11:16, maksim yevmenkin <maksim.yevmenkin@gmail.com> wrote: > Hi Adrian ! > > Thank you for your work. I briefly looked at it and it seems fine to me. I'm not able to give it a proper review as I'm traveling internationally currently. Having said all that, I think it would be reasonable to commit it as is into head. > > Thanks! Adrian