Return-path: Received: from mail.atheros.com ([12.19.149.2]:46943 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758023Ab0JGPMa convert rfc822-to-8bit (ORCPT ); Thu, 7 Oct 2010 11:12:30 -0400 From: Shanmugamkamatchi Balashanmugam To: Luis Rodriguez , Johannes Berg CC: Luis Rodriguez , Marcel Holtmann , linux-bluetooth , "linux-kernel@vger.kernel.org" , "linux-wireless@vger.kernel.org" , Deepak Dhamdhere , Sree Durbha Date: Thu, 7 Oct 2010 20:39:37 +0530 Subject: RE: RFC: btusb firmware load help Message-ID: <44EE5C37ADC36343B0625A05DD408C4850DAD2CA31@CHEXMB-01.global.atheros.com> References: <1286349552.6145.11.camel@aeonflux> <1286380566.6145.42.camel@aeonflux> <20101006163816.GE7070@tux> <20101006173949.GG7070@tux> <1286387660.3655.382.camel@jlt3.sipsolutions.net> <1286389697.3655.401.camel@jlt3.sipsolutions.net>,<20101006183340.GI7070@tux> In-Reply-To: <20101006183340.GI7070@tux> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: ________________________________________ From: linux-bluetooth-owner@vger.kernel.org [linux-bluetooth-owner@vger.kernel.org] On Behalf Of Luis R. Rodriguez [lrodriguez@atheros.com] Sent: Thursday, October 07, 2010 12:03 AM To: Johannes Berg Cc: Luis Rodriguez; Marcel Holtmann; linux-bluetooth; linux-kernel@vger.kernel.org; linux-wireless@vger.kernel.org; Deepak Dhamdhere; Sree Durbha Subject: Re: RFC: btusb firmware load help On Wed, Oct 06, 2010 at 11:28:17AM -0700, Johannes Berg wrote: > On Wed, 2010-10-06 at 11:26 -0700, Luis R. Rodriguez wrote: > > > > Good idea, I forgot about possible firmware changes :) Lets see if our > > > team can do that. Thanks for all the feedback. > > > > Deepak a proof of concept test can involve simply hex-editing the > > ath3k-1.fw and replacing 0x3002 to 0x3003, then the above patch might > > work. > > $ hd ath3k-1.fw > ... > 00000670 00 00 00 00 00 00 00 00 00 00 00 00 f3 0c 02 30 |...............0| > 00000680 12 01 10 01 e0 01 01 40 f3 0c 02 30 01 00 00 00 |.......@...0....| > ... > > that looks a lot like the IDs right there, in little endian :-) >Furthermore another idea by johannes is that if we cannot fix this >in firmware by changing the exposed device ID, we could just check >in btusb for some USB component that would come alive once the firmware >does get loaded, like endpoints, or speed, or whatever. But that would >be last resort. > Luis >-- >To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html Thanks Johannes. This would be better option to change PID in firmware as blacklisting 3002 might create problems for 3011 chipsets. Will try and let you people know. Regards, Bala.