guix-patches
[Top][All Lists]
Advanced

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

[bug#50412] [PATCH] gnu: Add usbip-utils


From: Ludovic Courtès
Subject: [bug#50412] [PATCH] gnu: Add usbip-utils
Date: Thu, 16 Sep 2021 11:42:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> skribis:

> * gnu/packages/linux.scm (usbip-utils): New variable.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

Applied with the tweak below.  Thanks!

Ludo’.

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b1a1031e21..d61ce41285 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2177,14 +2177,14 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
     (synopsis "Utilities for sharing USB devices over IP networks")
     (description
      "The USB/IP protocol enables to pass USB device from a server to
- a client over the network.  The server is a machine which shares an
- USB device and the client is a machine which uses USB device provided by
- a server over the network.  The USB device may be either physical device
- connected to a server or software entity created on a server using USB
- gadget subsystem.  The usbip-utils are userspace tools to used to handle
- connection and management on both side.  The client needs the vhci-hcd
- Linux kernel module and the server needs the usbip_host Linux kernel
- module.")
+a client over the network.  The server is a machine which shares an
+USB device and the client is a machine which uses USB device provided by
+a server over the network.  The USB device may be either physical device
+connected to a server or software entity created on a server using USB
+gadget subsystem.  The usbip-utils are userspace tools to used to handle
+connection and management on both side.  The client needs the @file{vhci-hcd}
+Linux kernel module and the server needs the @file{usbip_host} Linux kernel
+module.")
     (license license:gpl2)))
 
 (define-public e2fsprogs

reply via email to

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