diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-26 08:08:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-29 02:56:47 +0100 |
commit | 8daf985c1207a5e5d6371f1b5bb6beb2bb60d541 (patch) | |
tree | ed71d4c3955a0e3df2c8ffe230be04f095ddfcb8 /gnu | |
parent | b37ba3747a8949d8b46385ba963dba8b2c304b13 (diff) |
gnu: xpadneo: Edit description.
* gnu/packages/linux.scm (xpadneo)[synopsis, description]: Mention Linux.
Capitalise Bluetooth. Edit.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e2be00679f..dc23a8f3e3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1564,12 +1564,12 @@ application by hooking GStreamer into the loopback device.") (copy-recursively "hid-xpadneo/etc-udev-rules.d" (string-append out "/lib/udev/rules.d")))))))) (home-page "https://atar-axis.github.io/xpadneo/") - (synopsis "Xbox One Wireless Controller driver") + (synopsis "Xbox One Wireless Controller driver for the kernel Linux") (description "This package provides a driver for the XBox One S Wireless controller -and some newer models when connected via bluetooth. In addition to the kernel -module provided itself, it also contains a modprobe configuration and udev -rules, which need to be installed separately.") +and some newer models when connected via Bluetooth. In addition to the included +Linux kernel module, it also contains a modprobe configuration and udev rules, +which need to be installed separately.") (license license:gpl3+))) |