From: Anthony Liguori <anthony@codemonkey.ws>
To: TJ <linux@tjworld.net>
Cc: qemu-devel@nongnu.org, kvm <kvm@vger.kernel.org>
Subject: Re: [PATCH] Add USB sys file-system support (v8)
Date: Tue, 07 Oct 2008 15:09:10 -0500 [thread overview]
Message-ID: <48EBC1E6.7000602@codemonkey.ws> (raw)
In-Reply-To: <1222903175.25554.28.camel@hephaestion>
TJ wrote:
> A bug crept into the version 7 patch whilst editing to help pass
> checkpatch.pl tests. Inadvertently, in moving an assignment out of an
> if() condition I replaced it with a test against the wrong variable.
> This is the corrected patch.
> ======
> Add USB sys file-system support
>
> This patch adds support for host USB devices discovered via:
>
> /sys/bus/usb/devices/* and opened from /dev/bus/usb/*/*
> /dev/bus/usb/devices and opened from /dev/bus/usb/*/*
>
> in addition to the existing discovery via:
>
> /proc/bus/usb/devices and opened from /proc/bus/usb/*/*
>
> Signed-off-by: TJ <linux@tjworld.net>
>
Applied. Thanks for keeping up with this patch. I'm very happy with
how it turned out. One minor nit:
> +static int usb_host_scan(void *opaque, USBScanFunc *func)
> +{
> + FILE *f = 0;
> + DIR *dir = 0;
> + int ret = 0;
> + const char *devices = "/devices";
>
> + const char *opened = "husb: opened %s%s\n";
>
When debug isn't enabled, these variables are unused and result in
warnings (since they are only used in dprintf()). Could you follow up
with a patch that either stuck these variables in an #ifdef or
refactored the code to make these warnings disappear?
Regards,
Anthony Liguori
next prev parent reply other threads:[~2008-10-07 20:09 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-04 23:35 [PATCH] Add USB sys file-system support TJ
2008-09-05 2:06 ` [PATCH] Add USB sys file-system support (v2) TJ
2008-09-05 13:30 ` [Qemu-devel] " Jason Wessel
2008-09-05 18:51 ` TJ
2008-09-05 19:19 ` Jason Wessel
2008-09-05 20:28 ` TJ
2008-09-05 20:54 ` Jason Wessel
2008-09-05 21:13 ` [PATCH] Add USB sys file-system support (v3) TJ
2008-09-08 14:47 ` Jason Wessel
2008-09-17 19:31 ` [PATCH] Add USB sys file-system support (v4) TJ
2008-09-17 20:31 ` Anthony Liguori
2008-09-17 22:47 ` [PATCH] Add USB sys file-system support (v5) TJ
2008-09-22 22:37 ` Anthony Liguori
2008-09-23 1:23 ` [Qemu-devel] " TJ
2008-09-23 1:33 ` [PATCH] Add USB sys file-system support (v6) TJ
2008-09-25 17:45 ` Anthony Liguori
2008-10-01 21:21 ` [PATCH] Add USB sys file-system support (v7) TJ
2008-10-01 23:19 ` [PATCH] Add USB sys file-system support (v8) TJ
2008-10-07 20:09 ` Anthony Liguori [this message]
2008-09-05 19:20 ` [Qemu-devel] [PATCH] Add USB sys file-system support (v2) TJ
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=48EBC1E6.7000602@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=kvm@vger.kernel.org \
--cc=linux@tjworld.net \
--cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.