Преглед на файлове

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).
Marek Marczykowski-Górecki преди 10 години
родител
ревизия
c9eb50cbe4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      qubes-rpc/prepare-suspend

+ 1 - 1
qubes-rpc/prepare-suspend

@@ -3,7 +3,7 @@
 action=$1
 [ -z "$action" ] && action=suspend
 
-MODULES_BLACKLIST="uhci_hcd ehci_pci ehci_hcd iwldvm"
+MODULES_BLACKLIST=""
 if [ -r /etc/qubes-suspend-module-blacklist ]; then
     MODULES_BLACKLIST="$MODULES_BLACKLIST `cat /etc/qubes-suspend-module-blacklist`"
 fi