linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: cb-lkml@fish.zetnet.co.uk
To: Greg KH <greg@kroah.com>, maxk@qualcomm.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [OOPS] [USB] [2.6.0-test3] crash after inserting bluetooth dongle
Date: Mon, 25 Aug 2003 16:25:29 +0100	[thread overview]
Message-ID: <20030825152529.GB2132@fish.zetnet.co.uk> (raw)
In-Reply-To: <20030821225614.GA5287@kroah.com>

On Thu, Aug 21, 2003 at 03:56:14PM -0700, Greg KH wrote:
> On Thu, Aug 21, 2003 at 10:14:10PM +0100, cb-lkml@fish.zetnet.co.uk wrote:
> > I got this oops. Suspicious /proc/interrupts is below, as well as
> > /proc/ioports, dmesg output, config, and lspci -vvv.
> 
> This has been fixed in the test3-bk tree, I would suggest either waiting
> for test4, or downloading the latest -bk patch.
> 
> If this still happens in 2.6.0-test4, please let the bluetooth driver
> author know about it.

Hi Greg, Maxim,

2.6.0-test3-mm3 works fine until APM suspend when the USB controller stops
delivering interrupts. (I'll report further when I have USB working again)

However, in 2.6.0-test4, and 2.6.0-test4-mm1, my USB mouse works but the
bluetooth dongle fails. dmesg logs the following

hub 1-0:0: debounce: port 1: delay 100ms stable 4 status 0x101
hub 1-0:0: new USB device on port 1, assigned address 3
PM: Adding info for usb:1-1
PM: Adding info for usb:1-1:0
hci_usb: probe of 1-1:1 failed with error -5
PM: Adding info for usb:1-1:1
hci_usb: probe of 1-1:2 failed with error -5
PM: Adding info for usb:1-1:2
hci_usb_isoc_rx_submit: hci0 isoc rx submit failed urb c4d6c014 err -22

I've done a bit of printk debugging and found that:
error -5 is -EIO, which is returned because the following test in hci_usb.c
triggers:
        if (intf->altsetting[0].desc.bNumEndpoints < 3)
		return -EIO;

during the first probe bNumEndpoints is 2, during the second it equals 0.

The bluetooth dongle is a bluetake bt009.

I can test patches if required.

Charlie

  reply	other threads:[~2003-08-25 15:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-21 21:14 [OOPS] [USB] [2.6.0-test3] crash after inserting bluetooth dongle cb-lkml
2003-08-21 22:56 ` Greg KH
2003-08-25 15:25   ` cb-lkml [this message]
2003-08-25 15:31     ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030825152529.GB2132@fish.zetnet.co.uk \
    --to=cb-lkml@fish.zetnet.co.uk \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxk@qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).