diff mbox series

bug#57287: [PATCH] gnu: Add tp-smapi-module.

Message ID 87o7vkxv51.fsf@gnu.org
State Accepted
Headers show
Series bug#57287: [PATCH] gnu: Add tp-smapi-module. | expand

Commit Message

Mathieu Othacehe Sept. 12, 2022, 7:14 p.m. UTC
Hello,

> * gnu/packages/linux.scm (tp-smapi-module): New variable.

Applied with the following diff.

--8<---------------cut here---------------start------------->8---
--8<---------------cut here---------------end--------------->8---

Thanks,

Mathieu
diff mbox series

Patch

--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9354,11 +9354,11 @@  (define-public tp-smapi-module
      `(#:tests? #f))                    ;there are none.
     (home-page "https://github.com/linux-thinkpad/tp_smapi")
     (synopsis
-     "The tp_smapi kernel module exposes some features of ThinkPad hardware")
+     "Linux Kernel module exposing features of ThinkPad hardware")
     (description
-     "Currently, the main functionality tp_smapi
-implements is control of battery chargin and extended battery status.
-The software package also includes an improved version of the HDAPS
-driver.  The underlying hardware interfaces are SMAPI and direct access
-to the embedded controller.")
+     "This package provides a Linux Kernel module that allows to control
+battery charging of specific ThinkPad laptops.  It also includes an improved
+version of the HDAPS driver.  The underlying hardware interfaces are
+@acronym{SMAPI, System Management Application Program Interface} and direct
+access to the embedded controller.")
     (license license:gpl2+)))