From owner-freebsd-current@freebsd.org Wed May 25 18:34:42 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 D8DD8B49CE0 for ; Wed, 25 May 2016 18:34:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::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 A71321DEC; Wed, 25 May 2016 18:34:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x22c.google.com with SMTP id z123so33420161itg.0; Wed, 25 May 2016 11:34:42 -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=xl0grXd2BzeaYgVEogFiZybQjxCP6e9bTPjZPpgWbKFHNmON54Nj16jOX7gLHOG9IN w6aBv/NkeeR/4nhCLOYj/wahkis6Y7GVHGGsn+Pd1nWoGCMKN9rlltrAU8DUyvyYXwzc w0/BanU/c80DoRLVfd4HovvuceK823I4NpLKlGYahWQ17Fu5OG6fnDtvtwmpgyBAdpnT QvJzixlkJ/NJl+K9+p/oQMQWIY6kRaS+YhjoK4HKsBXXYtYqmnbtZ5rd0uoOlowi+XPp fthv+OCCHfBpPuV6TkHe8ingpKnL18vz3xdwYrqrgCJ6up3HFCxbIiIbl7Csuj1dOMbr KG9w== 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=aXn9Ud6Eq7/29lWArgrW6wOxvR8lIbozC1GvYlUKNuf9Le/K9VK0FwBPDeLtuhYlaO oPhLqqVI25+exhvx8C5r8dn5FwVARKa9/YHaMwzGuaszQcHUlZBiMQa8pluAJBXqZ0k0 yb2coApdjdQC3EZPs/YSpUc41QTsSw3GiFXTv4K2Oeq8lKrgXB28Fn/2dwDWwSIr1tAZ dl3Vota6drpkLEI/hROfOzES7HRuA79g3BAFEOGAQRB6ShwOEYYP7bDaBrYpiCWbvYmF bYBx16OGm/no0FZtYczWPh+FFS2zYGMip1gPxJgosT4Iu6KAi4j2gOhAVienu1yEdcTX +cIQ== X-Gm-Message-State: AOPr4FWNkNCTEFm/NiDHz/3srrNOcKQ/s/UlwY4g3zDLExkaribDOdyw5PAvAOARmU5/XwJGBbfC7ULAgdoXXw== MIME-Version: 1.0 X-Received: by 10.36.51.15 with SMTP id k15mr22064309itk.80.1464201282071; Wed, 25 May 2016 11:34:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.113.3 with HTTP; Wed, 25 May 2016 11:34:42 -0700 (PDT) Date: Wed, 25 May 2016 11:34:42 -0700 X-Google-Sender-Auth: CPUnQ7s2m1SqGuQI5hciiGZbDfg 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:34:42 -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