Przeglądaj źródła

Merge pull request #19 from kitakar5525/sleep-script-ipts

sleep-script: IPTS: fix module unloading on newer kernels
Maximilian Luz 5 lat temu
rodzic
commit
a7601f96d8
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      root/lib/systemd/system-sleep/sleep

+ 2 - 0
root/lib/systemd/system-sleep/sleep

@@ -14,6 +14,7 @@ case $1 in
 
 
     ## IPTS: see notes below
     ## IPTS: see notes below
     ## > Remove IPTS from ME side
     ## > Remove IPTS from ME side
+    #modprobe -r ipts_surface
     #modprobe -r intel_ipts
     #modprobe -r intel_ipts
     #modprobe -r mei_hdcp
     #modprobe -r mei_hdcp
     #modprobe -r mei_me
     #modprobe -r mei_me
@@ -30,6 +31,7 @@ case $1 in
     #modprobe mei_me
     #modprobe mei_me
     #modprobe mei_hdcp
     #modprobe mei_hdcp
     #modprobe intel_ipts
     #modprobe intel_ipts
+    #modprobe ipts_surface
 
 
     # Restart bluetooth
     # Restart bluetooth
     if ps cax | grep bluetoothd; then
     if ps cax | grep bluetoothd; then