summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2022-05-25 17:04:09 +0200
committerSimon Streit <simon@netpanic.org>2023-06-19 21:36:36 +0200
commit70fac3bd9c6bfc3493525c980b0c46cc08f8b7a1 (patch)
treed8eb6ac0a7834e5cea964f71956aec717be10691
parentb57baa54b891659debc8522fc780ffb52c371302 (diff)
siguix: tp-smapi-module: Rename from tp_smapi-firmware
* siguix/packages/tp-smapi.scm (tp-smapi-module): Rename from tp_smapi-firmware.
-rw-r--r--siguix/packages/tp-smapi.scm (renamed from siguix/packages/tp_smapi.scm)12
1 files changed, 6 insertions, 6 deletions
diff --git a/siguix/packages/tp_smapi.scm b/siguix/packages/tp-smapi.scm
index d06f1d5..c22544d 100644
--- a/siguix/packages/tp_smapi.scm
+++ b/siguix/packages/tp-smapi.scm
@@ -16,7 +16,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-(define-module (siguix packages tp_smapi)
+(define-module (siguix packages tp-smapi)
#:use-module (gnu packages)
#:use-module (guix build-system gnu)
#:use-module (guix build-system linux-module)
@@ -24,9 +24,9 @@
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages))
-(define-public tp_smapi-firmware
+(define-public tp-smapi-module
(package
- (name "tp_smapi-firmware")
+ (name "tp-smapi-module")
(version "0.43")
(source
(origin
@@ -41,11 +41,11 @@
(build-system linux-module-build-system)
(arguments
`(#:tests? #f))
- (home-page "https://github.com/eBUS/ttyebus")
- (synopsis "A kernel module that exposes ThinkPad hardware/firmware via sysfs interface")
+ (home-page "https://github.com/linux-thinkpad/tp_smapi")
+ (synopsis "The tp_smapi kernel module exposes some features of ThinkPad hardware")
(description "Currently, the main functionality tp_smapi
implements is control of battery chargin and extended battery status.
-The software pacakge also includes an improved version of the HDAPS
+The software package also includes an improved version of the HDAPS
driver. The underlying hardware interfaces are SMAPI and diret access
to the embedded controller.")
(license license:gpl2+)))