Skip to content

Commit 3cfb0b7

Browse files
committed
scripts/ssam-modprobe: Update module names
1 parent c11db11 commit 3cfb0b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ssam-modprobe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ unload() {
1616
modprobe -r ac
1717

1818
${cmd} surface_kip_tablet_switch
19-
${cmd} surface_perfmode
19+
${cmd} surface_platform_profile
2020
${cmd} surface_kbd
2121
${cmd} surface_hid
2222
${cmd} surface_hid_core
@@ -43,7 +43,7 @@ load() {
4343
${cmd} "${client_pfx}"surface_hid_core"${ext}"
4444
${cmd} "${client_pfx}"surface_hid"${ext}"
4545
${cmd} "${client_pfx}"surface_kbd"${ext}"
46-
${cmd} "${client_pfx}"surface_perfmode"${ext}"
46+
${cmd} "${client_pfx}"surface_platform_profile"${ext}"
4747
${cmd} "${client_pfx}"surface_kip_tablet_switch"${ext}"
4848
${cmd} "${client_pfx}"surface_aggregator_registry"${ext}"
4949

0 commit comments

Comments
 (0)