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

Previous Next

Package: guix-patches;

Reported by: simon <at> netpanic.org

Date: Thu, 18 Aug 2022 20:52:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57287 in the body.
You can then email your comments to 57287 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57287; Package guix-patches. (Thu, 18 Aug 2022 20:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to simon <at> netpanic.org:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 18 Aug 2022 20:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: simon <at> netpanic.org
To: guix-patches <at> gnu.org
Cc: Simon Streit <simon <at> netpanic.org>
Subject: [PATCH] gnu: Add tp-smapi-module.
Date: Thu, 18 Aug 2022 22:51:16 +0200
From: Simon Streit <simon <at> 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





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Mon, 12 Sep 2022 19:15:02 GMT) Full text and rfc822 format available.

Notification sent to simon <at> netpanic.org:
bug acknowledged by developer. (Mon, 12 Sep 2022 19:15:02 GMT) Full text and rfc822 format available.

Message #10 received at 57287-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: simon <at> netpanic.org
Cc: 57287-done <at> debbugs.gnu.org
Subject: Re: bug#57287: [PATCH] gnu: Add tp-smapi-module.
Date: Mon, 12 Sep 2022 21:14:34 +0200
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 Oct 2022 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.