Re: Shared interrupt (lack of) handling

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 2 Sep 1999 14:14:11 +0100 (BST)


> process every interrupt without determining whether it really is
> a USB one or not. In an attempt to fix it I searched many other
> drivers and couldn't find many that do.

Most do. The ethernet drivers for example tend to be

while((status=inw(somwhere))!=0)
{
blah
}

which has the desired effect

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/