]> git.baikalelectronics.ru Git - 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)
commit954851d6aa938bc9170153539c0e9c8c33a72419
tree04e9dcf7801245d9a31fcab36dde7dd3a846c86b
parentd24897e64603efe45275b975f4581c91d532c199
[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