gnu: footswitch: Update to 1.0-0.e455d67.

This update adds 3 newly supported devices and an additional command to the
package.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Martin Marshall 2023-02-06 22:27:34 -05:00 committed by Christopher Baines
parent d5fb878120
commit 940033b685
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -245,11 +245,11 @@ (define-public florence
(license license:gpl2+))) (license license:gpl2+)))
(define-public footswitch (define-public footswitch
(let ((commit "ca43d53fc2002520cc825d119702afc124303e73") (let ((commit "e455d6752221b9e9c3818cc304c873b9c2792490")
(revision "2")) (revision "0"))
(package (package
(name "footswitch") (name "footswitch")
(version (git-version "0.1" revision commit)) (version (git-version "1.0" revision commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -258,7 +258,7 @@ (define-public footswitch
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"14pyzc4ws1mj859xs9n4x83wzxxvd3bh5bdxzr6nv267xwx1mq68")))) "0xkk60sg3szpgbl3z8djlpagglsldv9viqibsih6wcnbhikzlc6j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
@ -278,11 +278,13 @@ (define-public footswitch
(install-file "scythe" bin) (install-file "scythe" bin)
#t)))))) #t))))))
(home-page "https://github.com/rgerganov/footswitch") (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 (description
"Command line utility for programming foot switches sold by PCsensor. "This package provides command line utilities for programming PCsensor
It works for both single pedal devices and three pedal devices. All supported and Scythe foot switches. It works for both single pedal and three pedal
devices have vendorId:productId = 0c45:7403 or 0c45:7404.") 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)))) (license license:expat))))
(define-public xmagnify (define-public xmagnify