unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver)
@ 2022-10-09 22:13 Morgan.J.Smith
  2022-10-09 22:24 ` [bug#58403] [PATCH 1/2] gnu: Add python-vdf Morgan.J.Smith
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Morgan.J.Smith @ 2022-10-09 22:13 UTC (permalink / raw)
  To: 58403

Hello!

This will allow users to use and configure some gaming controllers.

[PATCH 1/2] gnu: Add python-vdf.
[PATCH 2/2] gnu: Add sc-controller.

Thanks,

Morgan





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

* [bug#58403] [PATCH 1/2] gnu: Add python-vdf.
  2022-10-09 22:13 [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver) Morgan.J.Smith
@ 2022-10-09 22:24 ` Morgan.J.Smith
  2024-04-05  0:46 ` [bug#58403] [PATCH 2/2] gnu: Add sc-controller nathan via Guix-patches via
  2024-04-06  2:49 ` [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver) Fredrik Salomonsson
  2 siblings, 0 replies; 4+ messages in thread
From: Morgan.J.Smith @ 2022-10-09 22:24 UTC (permalink / raw)
  To: 58403; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/python-xyz.scm (python-vdf): New variable.
---
 gnu/packages/python-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 60870f5447..51f24e59a9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2466,6 +2466,22 @@ (define-public python-case
 some helpful Python 2 compatibility convenience methods.")
     (license license:bsd-3)))
 
+(define-public python-vdf
+  (package
+    (name "python-vdf")
+    (version "3.4")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "vdf" version))
+              (sha256
+               (base32
+                "1bz2gn04pl6rj2mawlzlirz1ygg4rdypq0pxbyg018873vs1jm7x"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/ValvePython/vdf")
+    (synopsis "Library for working with Valve's VDF text format")
+    (description "Library for working with Valve's VDF text format")
+    (license license:expat)))
+
 (define-public python-verboselogs
   (package
     (name "python-verboselogs")
-- 
2.37.3





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

* [bug#58403] [PATCH 2/2] gnu: Add sc-controller
  2022-10-09 22:13 [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver) Morgan.J.Smith
  2022-10-09 22:24 ` [bug#58403] [PATCH 1/2] gnu: Add python-vdf Morgan.J.Smith
@ 2024-04-05  0:46 ` nathan via Guix-patches via
  2024-04-06  2:49 ` [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver) Fredrik Salomonsson
  2 siblings, 0 replies; 4+ messages in thread
From: nathan via Guix-patches via @ 2024-04-05  0:46 UTC (permalink / raw)
  To: Morgan.J.Smith, 58403

tested the package with my steam controller (wired) and it just works.

i didn't test the udev rules, i guess i already had some on my system 
that worked for this.

thanks





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

* [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver)
  2022-10-09 22:13 [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver) Morgan.J.Smith
  2022-10-09 22:24 ` [bug#58403] [PATCH 1/2] gnu: Add python-vdf Morgan.J.Smith
  2024-04-05  0:46 ` [bug#58403] [PATCH 2/2] gnu: Add sc-controller nathan via Guix-patches via
@ 2024-04-06  2:49 ` Fredrik Salomonsson
  2 siblings, 0 replies; 4+ messages in thread
From: Fredrik Salomonsson @ 2024-04-06  2:49 UTC (permalink / raw)
  To: 58403

Hi,

I tested the patches with my steam controller.  It is connected wireless
using the usb dongle.  And yeah it just works.

I was hoping to test this with my steam deck as well but having issues
booting into my guix partition.  If I get that running I'll report back,
but I would expect it to just works for that also.

Thanks

-- 
s/Fred[re]+i[ck]+/Fredrik/g




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

end of thread, other threads:[~2024-04-06  2:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09 22:13 [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver) Morgan.J.Smith
2022-10-09 22:24 ` [bug#58403] [PATCH 1/2] gnu: Add python-vdf Morgan.J.Smith
2024-04-05  0:46 ` [bug#58403] [PATCH 2/2] gnu: Add sc-controller nathan via Guix-patches via
2024-04-06  2:49 ` [bug#58403] [PATCH 0/2] Add sc-controller (steam controller and steam deck driver) Fredrik Salomonsson

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).