Github messages for voidlinux
 help / color / mirror / Atom feed
From: huglovefan <huglovefan@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] linux-tools: correct required modules for usbipd
Date: Wed, 07 Oct 2020 03:06:32 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25400@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

There is a new pull request by huglovefan against master on the void-packages repository

https://github.com/huglovefan/void-packages master
https://github.com/void-linux/void-packages/pull/25400

linux-tools: correct required modules for usbipd
the service file was last touched in 2014 so probably the module was refactored since then

it now needs `vhci-hcd` for attaching remote devices and `usbip-host` for exporting local ones

all linux versions packaged by void have these modules

A patch file from https://github.com/void-linux/void-packages/pull/25400.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-25400.patch --]
[-- Type: text/x-diff, Size: 1112 bytes --]

From 7bbcbed6ec72604ddd2679892e7fff41322ff76c Mon Sep 17 00:00:00 2001
From: human <human@neet.fi>
Date: Wed, 7 Oct 2020 03:49:09 +0300
Subject: [PATCH] linux-tools: correct required modules for usbipd

---
 srcpkgs/linux-tools/files/usbipd/run | 3 ++-
 srcpkgs/linux-tools/template         | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux-tools/files/usbipd/run b/srcpkgs/linux-tools/files/usbipd/run
index 1be237e9d63..9deca9bdfae 100755
--- a/srcpkgs/linux-tools/files/usbipd/run
+++ b/srcpkgs/linux-tools/files/usbipd/run
@@ -1,3 +1,4 @@
 #!/bin/sh
-modprobe -q usbip || exit 1
+modprobe -q usbip-host || exit 1
+modprobe -q vhci-hcd || exit 1
 exec usbipd
diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

             reply	other threads:[~2020-10-07  1:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07  1:06 huglovefan [this message]
2020-12-31 18:21 ` ericonr
2021-01-29  3:56 ` ericonr
2021-03-25  2:03 ` ericonr
2021-03-25  2:03 ` [PR PATCH] [Closed]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25400@inbox.vuxu.org \
    --to=huglovefan@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).