commit | 03cdc0c304e1c068d49adc32264f07af76253e4c | [log] [tgz] |
---|---|---|
author | Daniel Ritz <daniel.ritz@gmx.ch> | Thu Sep 29 21:39:32 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 30 09:23:30 2005 -0700 |
tree | 04e9dcf7801245d9a31fcab36dde7dd3a846c86b | |
parent | 1294b118cb53fb14515666e2b218ad5ab40318c1 [diff] |
[PATCH] usb/core/hcd-pci.c: don't free_irq() on suspend the free_irq() in USB suspend breaks resume on some setups where USB (ohci/ehci) shares the interrupt with an other device. Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch> Signed-off-by: Linus Torvalds <torvalds@osdl.org>