all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Martin Marshall <law@martinmarshall.com>
To: 61334@debbugs.gnu.org
Cc: Martin Marshall <law@martinmarshall.com>
Subject: [bug#61334] [PATCH] gnu: footswitch: Update to 1.0-0.e455d67
Date: Mon,  6 Feb 2023 22:27:34 -0500	[thread overview]
Message-ID: <289f4d6a21e29720f57c50eae66978a0f64f1646.1675740448.git.law@martinmarshall.com> (raw)

* gnu/packages/accessibility.scm (footswitch): Update to commit e455d6752221.

This update adds 3 newly supported devices and an additional command to the
package.
---
 gnu/packages/accessibility.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index 63f06f7460..fb9387e324 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -245,11 +245,11 @@ (define-public florence
     (license license:gpl2+)))
 
 (define-public footswitch
-  (let ((commit "ca43d53fc2002520cc825d119702afc124303e73")
-        (revision "2"))
+  (let ((commit "e455d6752221b9e9c3818cc304c873b9c2792490")
+        (revision "0"))
     (package
       (name "footswitch")
-      (version (git-version "0.1" revision commit))
+      (version (git-version "1.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -258,7 +258,7 @@ (define-public footswitch
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "14pyzc4ws1mj859xs9n4x83wzxxvd3bh5bdxzr6nv267xwx1mq68"))))
+                  "0xkk60sg3szpgbl3z8djlpagglsldv9viqibsih6wcnbhikzlc6j"))))
       (build-system gnu-build-system)
       (native-inputs
        (list pkg-config))
@@ -278,11 +278,13 @@ (define-public footswitch
                           (install-file "scythe" bin)
                           #t))))))
       (home-page "https://github.com/rgerganov/footswitch")
-      (synopsis "Command line utility for PCsensor foot switch")
+      (synopsis "Command line utilities for PCsensor and Scythe foot switches")
       (description
-       "Command line utility for programming foot switches sold by PCsensor.
-It works for both single pedal devices and three pedal devices.  All supported
-devices have vendorId:productId = 0c45:7403 or 0c45:7404.")
+       "This package provides command line utilities for programming PCsensor
+and Scythe foot switches.  It works for both single pedal and three pedal
+devices.  The \"footswitch\" command programs devices with vendorId:productId
+combinations matching 0c45:7403, 0c45:7404, 413d:2107, and 1a86:e026.  The
+\"scythe\" command programs switches matching 0426:3011.")
     (license license:expat))))
 
 (define-public xmagnify

base-commit: a582d863465990642d331bc05bf073f47fb80908
-- 
2.39.1





             reply	other threads:[~2023-02-07  3:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  3:27 Martin Marshall [this message]
2023-02-11 20:45 ` [bug#61334] [PATCH] gnu: footswitch: Update to 1.0-0.e455d67 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=289f4d6a21e29720f57c50eae66978a0f64f1646.1675740448.git.law@martinmarshall.com \
    --to=law@martinmarshall.com \
    --cc=61334@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.