lkml.org 
[lkml]   [2008]   [Aug]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromOliver Neukum <>
SubjectRe: USB Serial device disconnect causes IRQ disable
DateThu, 21 Aug 2008 07:19:03 +0200
Am Donnerstag 21 August 2008 02:18:37 schrieb amruth:
> Hi
> I don't have any driver modules. I have everything built into kernel.
> When can this kind of IRQ disable happen, what causes this. The issue happened because of hotplugging my device but the device works fine.
> usb_register(driver) might have caused the issue. How do we debug this problem.

What happens when you never plug in the device?
I think you have another device causing interrupts whose driver
doesn't handle them. While the usb host controller is busy due
to your device, it generates enough interrupts to keep the logic
for detection of spurious interrupts happy. When you unplug your
device you get too many unhandled interrupts.

	Regards
		Oliver


\
 
 \ /
  Last update: 2008-08-21 07:21    [from the cache]
©2003-2008