From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35640: Make USB modems just work on Guix Date: Sat, 15 Jun 2019 18:39:22 +0200 Message-ID: <87h88qajlx.fsf@gnu.org> References: <87ef4zvpm7.fsf@gnu.org> <20190522162909.tds5wz7lj6npkgy4@pelzflorian.localdomain> <87ef4nx3s2.fsf@gnu.org> <20190524201210.bzeyua7lv2mamf52@pelzflorian.localdomain> <20190525111856.jfu5ly2p6ynn3rdk@pelzflorian.localdomain> <87lfyupgxm.fsf@gnu.org> <20190525194215.egiyrax3f3k7nojp@pelzflorian.localdomain> <20190612103646.yem2wtmw6w2vw7an@pelzflorian.localdomain> <87zhmmqzkb.fsf@gnu.org> <20190613180452.yeytgript2vhnl5b@pelzflorian.localdomain> <20190613180552.ckiihg7p6imni5a3@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47830) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcBip-00048i-01 for bug-guix@gnu.org; Sat, 15 Jun 2019 12:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcBin-00012F-1A for bug-guix@gnu.org; Sat, 15 Jun 2019 12:40:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53815) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hcBik-0000xQ-HO for bug-guix@gnu.org; Sat, 15 Jun 2019 12:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hcBik-0004nV-Dr for bug-guix@gnu.org; Sat, 15 Jun 2019 12:40:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190613180552.ckiihg7p6imni5a3@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Thu, 13 Jun 2019 20:05:52 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: "pelzflorian (Florian Pelz)" Cc: 35640-done@debbugs.gnu.org Hello! "pelzflorian (Florian Pelz)" skribis: > From 27aff97683537407c178ea2b664069def0cf141a Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Thu, 13 Jun 2019 19:17:05 +0200 > Subject: [PATCH 1/2] Add usb-modeswitch-service-type. > > * gnu/services/networking.scm (usb-modeswitch-service-type): New variable. > (usb-modeswitch-configuration): New variable. > (usb-modeswitch-sh): New procedure. > (usb-modeswitch-configuration->udev-rules): New procedure. > * doc/guix.texi (Networking Services): Document it. [...] > From f4a5103b365f8bc5d2c514dad2e40f3c9981cfc2 Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Wed, 12 Jun 2019 11:16:57 +0200 > Subject: [PATCH 2/2] services: Include USB_ModeSwitch in %desktop-service= s. > > Fixes . > > * gnu/services/desktop.scm (%desktop-services): Add usb-modeswitch-servic= e-type. > * doc/guix.texi (Networking Services): Document it. Pushed, thank you! Ludo=E2=80=99.