• Pavel Machek's avatar
    [PATCH] S3 and swsusp: fixing device_resume order · 66431f4b
    Pavel Machek authored
    pci driver's resume must not be called during RESUME_POWER_ON because
    interrupts are still off and i8259A is not initialized [OHCI kills
    machine in such case, cardbus probably too.  PCI drivers just assume
    initialized interrupts.]
    
    Second hunk fixes device_resume calls to be okay according to
    documentation.
    66431f4b
pci-driver.c 5.74 KB