system/system76-io-dkms: Updated for version 1.0.3.

Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erich Ritz 2023-09-21 11:01:52 -05:00 committed by Willy Sudiarto Raharjo
parent b7025dae27
commit 3e4c08fdfa
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 9 additions and 10 deletions

View file

@ -1,15 +1,14 @@
DKMS module for controlling System76 Io board.
DKMS module for controlling the System76 Io board, which is used in
System76's Thelio desktop line.
This kernel module enables reading/controlling the fan speed of fans
plugged into the System76 Io board on Thelio desktops.
This driver provides hwmon interfaces for fan control, and tells the Io
board when the system is suspending. Decisions on fan speeds are made in
system76-power.
To ensure loading of the system76-io kernel module, you may need to add
modprobe system76-io
to /etc/rc.d/rc.modules.local.
See system76-power (available on SBo) for a daemon to control the fan
speed.
The system76-io dkms module is automatically registered with dkms by
doinst.sh with the following command:

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=system76-io-dkms
MODNAM=system76-io
VERSION=${VERSION:-1.0.2}
VERSION=${VERSION:-1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="system76-io-dkms"
VERSION="1.0.2"
VERSION="1.0.3"
HOMEPAGE="https://github.com/pop-os/system76-io-dkms"
DOWNLOAD="https://github.com/pop-os/system76-io-dkms/archive/1.0.2/system76-io-dkms-1.0.2.tar.gz"
MD5SUM="947f171b4029568e4052c09fd66b458d"
DOWNLOAD="https://github.com/pop-os/system76-io-dkms/archive/1.0.3/system76-io-dkms-1.0.3.tar.gz"
MD5SUM="aba6c7c14ff0b35ab99f3289e6acb3ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dkms"