From owner-freebsd-current@freebsd.org Wed May 25 18:35:47 2016 Return-Path: Delivered-To: freebsd-current@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 0A775B49DE1 for ; Wed, 25 May 2016 18:35:47 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (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 C8CB41F7D; Wed, 25 May 2016 18:35:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-oi0-x22c.google.com with SMTP id w184so86000123oiw.2; Wed, 25 May 2016 11:35:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to; bh=S3AD1HmL2DZTIykWjxjTFEzQVWimz+Fk0SR34ZzaymE=; b=ArGcfIAo3acQ59plagMTkJYiCHblhs2mSbblMvV5IACf0mSjMHfbqODcoaakyaNY5H ilFTKauNgQC+TVG4AlP/UATUqGImEImJ6PxH3ibVvZ4tGqa2LWZu4ePfJ64toD0Uqv6f 8VLCSbuB32GUbP/TNLdrfky+UiO5ul5Y2zAwEsT0zFe3mIYB+l6s4QbLfRvPDx9D/aKs 5JqHZO9Le6+Jix1jmDQxKdXd/ZZHqMX3xgrXgYj5wGhdprcJhpCJEHKSwowDh8t+E3Eg 93PRybTzj5kTIFmjM05+88l1VUkQF1Vx0Z3HB11lxSqi4glyM99JvusC8Yewpc6xwOkg AdSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to; bh=S3AD1HmL2DZTIykWjxjTFEzQVWimz+Fk0SR34ZzaymE=; b=dDrU5cTnjIkfFrO/Yi777iMz7R/qGTjYHWWew151MW4fCFrd4PjFJUCNISh31QsOtB zOqZLJH9GMkyp2bAtOI73SieJhRAwAUfiR4pLeeJSW0oKBdMzOkm5g01d1QUCMsQnd44 aXBANcxWf6Ygeojt0M1T2lQFOndshRcMVB4AxWR8ykwkCCZIwLQ6SKI7E850iezScPzK CqfIBzuQZ8oQtdz/f0jbKKz1fMfFyWWyCjn3osdVYYwdwyK5xp6v2bZvh1dW5tNpy4Ig CyZNgXk5jcJOgaErfDKJ8Aw0bmbD7FY+OGY5QUKRHR2fdbAUuvI6ZqJJRgPeZkdGjP7p /sSA== X-Gm-Message-State: ALyK8tIzkL21A64h1VCFKxZGaytjrcoeau04uG8lx9bfEpd4yg+UBMrC5+6JdvrcPr9/Cd6SiLkoNxLd9ZnuPw== MIME-Version: 1.0 X-Received: by 10.157.9.141 with SMTP id q13mr3165488otd.101.1464201346011; Wed, 25 May 2016 11:35:46 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.202.239.131 with HTTP; Wed, 25 May 2016 11:35:45 -0700 (PDT) Date: Wed, 25 May 2016 11:35:45 -0700 X-Google-Sender-Auth: sPVeA6LNjaV-qa0jtWzNa_5_cEs Message-ID: Subject: [belated] call for testing: replacement ath3k firmware upload tool From: Adrian Chadd To: Maksim Yevmenkin , freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2016 18:35:47 -0000 hiya, I wrote a replacement ath3k bluetooth firmware upload tool, based on the ath3k driver in linux. all the driver does is inject the "right" firmware / config combination into the bluetooth chips. https://github.com/erikarn/ath3k I'd like to land this in -HEAD before 11, as it enables all of the AR30xx series chips and figures out the right config to inject based on the reported config. Some just need firmware, some need board configurations, some need both. I've been using this for a couple years now, and others have been using it whenever they ask why their atheros bluetooth doesn't work. Thanks! -adrian