gnu: xpadneo: Edit description.

* gnu/packages/linux.scm (xpadneo)[synopsis, description]: Mention Linux.
Capitalise Bluetooth.  Edit.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-26 08:08:00 +01:00
parent b37ba3747a
commit 8daf985c12
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1564,12 +1564,12 @@ (define-public xpadneo
(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+)))