Skip to content

Commit 7a3cbda

Browse files
committed
unload bcmdhd driver before suspend
1 parent 013b271 commit 7a3cbda

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • chromeos-base/chromeos-bsp-orangepi5-openfyde-base/files/board
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
pre_suspend() {
22
stop shill
3+
modprobe -r bcmdhd_sdio
4+
modprobe -r bcmdhd_pcie
35
}
46

57
post_resume() {
8+
modprobe bcmdhd_pcie
9+
modprobe bcmdhd_sdio
610
start shill
711
}

0 commit comments

Comments
 (0)