all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57287] [PATCH] gnu: Add tp-smapi-module.
@ 2022-08-18 20:51 simon
  2022-09-12 19:14 ` bug#57287: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: simon @ 2022-08-18 20:51 UTC (permalink / raw)
  To: 57287; +Cc: Simon Streit

From: Simon Streit <simon@netpanic.org>

* gnu/packages/linux.scm (tp-smapi-module): New variable.
---
 gnu/packages/linux.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fb8b4fa5a8..b7f09f123b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9410,3 +9410,30 @@ (define-public evtest
 directly from the kernel device and prints a device description and the events
 with the value and the symbolic name.")
     (license license:gpl2+)))
+
+(define-public tp-smapi-module
+  (package
+    (name "tp-smapi-module")
+    (version "0.43")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/linux-thinkpad/tp_smapi")
+                    (commit (string-append "tp-smapi/" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1rjb0njckczc2mj05cagvj0lkyvmyk6bw7wkiinv81lw8m90g77g"))))
+    (build-system linux-module-build-system)
+    (arguments
+     `(#: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")
+    (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.")
+    (license license:gpl2+)))
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57287: [PATCH] gnu: Add tp-smapi-module.
  2022-08-18 20:51 [bug#57287] [PATCH] gnu: Add tp-smapi-module simon
@ 2022-09-12 19:14 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-12 19:14 UTC (permalink / raw)
  To: simon; +Cc: 57287-done


Hello,

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

Applied with the following diff.

--8<---------------cut here---------------start------------->8---
--- 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+)))
--8<---------------cut here---------------end--------------->8---

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-12 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 20:51 [bug#57287] [PATCH] gnu: Add tp-smapi-module simon
2022-09-12 19:14 ` bug#57287: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.