Re: USB Serial device disconnect causes IRQ disable not working after patch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Stern
Date: Monday, August 25, 2008 - 11:50 am

On Mon, 25 Aug 2008, amruth wrote:


This log shows you have 2 Magtek devices: one running at high speed and 
one running at full speed:


That was the high-speed device.


That was the full-speed device.  Does it make any difference if you use 
only one of them instead of both?


Try adding a statement saying:

	ehci_info(ehci, "irq status %x masked %x\n", status,
			status & INTR_MASK);

to ehci-hcd.c inside ehci_irq(), just before the line that does

	status &= INTR_MASK;

Then let's see what happens.

Alan Stern

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
USB Serial device disconnect causes IRQ disable, amruth, (Wed Aug 20, 12:34 pm)
Re: USB Serial device disconnect causes IRQ disable, Oliver Neukum, (Wed Aug 20, 1:23 pm)
Re: USB Serial device disconnect causes IRQ disable, Oliver Neukum, (Wed Aug 20, 10:19 pm)
USB Serial device disconnect causes IRQ disable, amruth, (Wed Aug 20, 11:03 pm)
Re: USB Serial device disconnect causes IRQ disable, Oliver Neukum, (Wed Aug 20, 11:09 pm)
USB Serial device disconnect causes IRQ disable, amruth, (Wed Aug 20, 11:18 pm)
Re: USB Serial device disconnect causes IRQ disable, Oliver Neukum, (Wed Aug 20, 11:28 pm)
Re: USB Serial device disconnect causes IRQ disable not wo ..., Alan Stern, (Mon Aug 25, 11:50 am)