Marek Marczykowski-Górecki
c9eb50cbe4
suspend: empty default list of modules to unload
...
Now dom0 will initiate real suspend process in VMs with PCI devices, so
workaround with unloading modules no longer needed.
Additionally it looks like unloading ehci-pci causes suspend problems on
some hardware (C200 Series Chipset).
2013-10-24 04:13:27 +02:00
Marek Marczykowski-Górecki
8f2c8d5382
suspend: customizable modules blacklist
2013-10-23 04:34:47 +02:00
Marek Marczykowski-Górecki
503ff804a3
suspend: fix order of modules unload
...
ehci_hcd is used by ehci_pci, so can't be unloaded first.
2013-10-22 16:51:38 +02:00
Marek Marczykowski
e54d35b8d1
suspend: Blacklist iwldvm
...
Some users reports that this module causes problems on resume. So unload
it before suspend and load again at resume.
2013-07-19 03:40:06 +02:00
Marek Marczykowski
6d18b0034b
suspend: add ehci_pci to blacklisted modules
...
Recent kernels have ehci-hcd split into ehci-hcd and ehci-pci, so remove
both of them.
2013-07-19 03:37:12 +02:00
Marek Marczykowski
7686fd5d92
The Underscores Revolution: RPC services
2013-03-14 04:25:31 +01:00