guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: services: Include USB_ModeSwitch in %desktop-services.


From: guix-commits
Subject: 09/09: services: Include USB_ModeSwitch in %desktop-services.
Date: Sat, 15 Jun 2019 12:38:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7dbeb5a791fe6b8cb66ceb4e9261aa77f04e2fbc
Author: Florian Pelz <address@hidden>
Date:   Wed Jun 12 11:16:57 2019 +0200

    services: Include USB_ModeSwitch in %desktop-services.
    
    Fixes <https://bugs.gnu.org/35640>.
    
    * gnu/services/desktop.scm (%desktop-services): Add 
usb-modeswitch-service-type.
    * doc/guix.texi (Networking Services): Document it.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/guix.texi            | 3 +++
 gnu/services/desktop.scm | 1 +
 2 files changed, 4 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index bd535f8..033ad9e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -12681,6 +12681,9 @@ themselves as a read-only storage medium and not as a 
modem.  They need to be
 @dfn{modeswitched} before they are usable.  The USB_ModeSwitch service type
 installs udev rules to automatically modeswitch these devices when they are
 plugged in.
+
+This service is part of @code{%desktop-services} (@pxref{Desktop
+Services}).
 @end defvr
 
 @deftp {Data Type} usb-modeswitch-configuration
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 652f7b1..343d507 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -1067,6 +1067,7 @@ dispatches events from it.")))
                          profile-service-type
                          (list network-manager-applet))
          (service modem-manager-service-type)
+         (service usb-modeswitch-service-type)
 
          ;; The D-Bus clique.
          (service avahi-service-type)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]