From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753119Ab1L1Bxb (ORCPT ); Tue, 27 Dec 2011 20:53:31 -0500 Received: from smtpq2.gn.mail.iss.as9143.net ([212.54.34.165]:36732 "EHLO smtpq2.gn.mail.iss.as9143.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836Ab1L1Bx2 (ORCPT ); Tue, 27 Dec 2011 20:53:28 -0500 Message-ID: <4EFA7696.6060506@gmail.com> Date: Wed, 28 Dec 2011 02:53:26 +0100 From: Rene Herman User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111224 Thunderbird/9.0.1 MIME-Version: 1.0 To: Andre Guedes CC: linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, Marcel Holtmann Subject: Re: [bluetooth] linux-3.x regression (bisected) References: <4EF3BACA.1080405@gmail.com> <4EFA1EB8.9090005@gmail.com> <20111227203008.GA13870@joana> <4EFA447C.3030906@gmail.com> <20111228012248.GC13870@joana> <20111228012850.GD13870@joana> In-Reply-To: <20111228012850.GD13870@joana> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Ziggo-spambar: --- X-Ziggo-spamscore: -3.6 X-Ziggo-spamreport: ALL_TRUSTED=-1,BAYES_00=-1.9,FREEMAIL_FROM=0.5,PROLO_TRUST_RDNS=-3,RDNS_DYNAMIC=0.982,SPF_NEUTRAL=0.779 X-Ziggo-Spam-Status: No X-Spam-Flag: No Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28-12-11 02:28, Gustavo Padovan wrote: >> For some reason your adapter is returning here the same value of >> Read Local Features. I would say your device is broken. The only >> fix I have in mind now is throw away the device. > > Yes, I have one of these ISSC devices, it's completely broken > device. It worked well upto and including 2.6.29 though. This would seem to be the kind of thing other subsystems use quirk handling for. The device identifies itself as "1131:1004": Bus 002 Device 002: ID 1131:1004 Integrated System Solution Corp. Bluetooth Device Do you guys have infra-structure in place for adapter-specific (quitk) handling? Rene.