wok diff slitaz-eeepc/stuff/eeepc.sh @ rev 21996

linux: add ath10k wireless driver
author Richard Dunbar <mojo@slitaz.org>
date Wed Oct 16 21:56:55 2019 -0400 (2019-10-16)
parents 10d656b138ba
children
line diff
     1.1 --- a/slitaz-eeepc/stuff/eeepc.sh	Tue Mar 03 22:58:43 2009 +0100
     1.2 +++ b/slitaz-eeepc/stuff/eeepc.sh	Wed Oct 16 21:56:55 2019 -0400
     1.3 @@ -14,7 +14,7 @@
     1.4  # 915resolution screen hack.
     1.5  [ -n "$HACK_915" ] && 915resolution $HACK_915
     1.6  
     1.7 -# Enable Laptop mode
     1.8 +# Enable Kernel Laptop mode.
     1.9  echo "5" > /proc/sys/vm/laptop_mode
    1.10  
    1.11  exit 0