]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[PATCH] usb/core/hcd-pci.c: don't free_irq() on suspend
authorDaniel Ritz <daniel.ritz@gmx.ch>
Thu, 29 Sep 2005 19:39:32 +0000 (21:39 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 30 Sep 2005 16:23:30 +0000 (09:23 -0700)
commit03cdc0c304e1c068d49adc32264f07af76253e4c
tree04e9dcf7801245d9a31fcab36dde7dd3a846c86b
parent1294b118cb53fb14515666e2b218ad5ab40318c1
[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>
drivers/usb/core/hcd-pci.c