diff mbox series

[bug#50412] gnu: Add usbip-utils

Message ID 87wnng26xf.fsf@gnu.org
State Accepted
Headers show
Series [bug#50412] gnu: Add usbip-utils | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Ludovic Courtès Sept. 16, 2021, 9:42 a.m. UTC
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 mbox series

Patch

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