Re: Patch ath3kfw to accept other device ids; blacklist ath bluetooth devices

2013-04-03 Thread Adrian Chadd
On 3 April 2013 11:16, maksim yevmenkin 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 >

Re: Patch ath3kfw to accept other device ids; blacklist ath bluetooth devices

2013-04-03 Thread maksim yevmenkin
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, Max On Apr 3, 2013, at 10:52 A

Re: Patch ath3kfw to accept other device ids; blacklist ath bluetooth devices

2013-04-03 Thread Adrian Chadd
Hi, Here you go: http://people.freebsd.org/~adrian/ath/20130401-ath-bluetooth.diff The ath3k driver in linux does a fair bit more than ath3kfw: * if it's a subset of chips that needs firmware, it squirts ath3k-1.fw onto it * there's a subset of chips that get ROM/RAM patches; so if it's one of

Re: Patch ath3kfw to accept other device ids; blacklist ath bluetooth devices

2013-04-02 Thread Adrian Chadd
On 2 April 2013 10:21, Maksim Yevmenkin wrote: > Hi Adrian, > >> Please find a patch which does two things: >> > > patch was lost, apparently :) Oh for gods sake. God damned mailing list setup. I'll upload the patch soon. adrian ___ freebsd-current@

Re: Patch ath3kfw to accept other device ids; blacklist ath bluetooth devices

2013-04-02 Thread Maksim Yevmenkin
Hi Adrian, Please find a patch which does two things: > > patch was lost, apparently :) thanks max ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-

Patch ath3kfw to accept other device ids; blacklist ath bluetooth devices

2013-04-01 Thread Adrian Chadd
Hi, Please find a patch which does two things: * it allows ath3kfw to be given a vendor/productid, in order to load firmware into other NICs that only have a very basic firmware (sflash); * it blacklists all the NICs that have this particular behaviour (sourced from linux-next btusb.c driver). I