From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Lauri Niskanen <ape@ape3000.com>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [PATCH] usb: misc: Add driver for ALVA Nanoface
Date: Tue, 11 Nov 2014 16:07:59 +0900 [thread overview]
Message-ID: <20141111070759.GA16276@kroah.com> (raw)
In-Reply-To: <1415689506-1755-1-git-send-email-ape@ape3000.com>
On Tue, Nov 11, 2014 at 09:05:06AM +0200, Lauri Niskanen wrote:
> ALVA Nanoface is a USB audio interface device that only works after
> receiving an initialization command. This driver does not handle any
> actual audio features, but only initializes the device enabling its
> audio I/O and physical controls. There are some additional USB audio
> features on the device that are currently not supported. The support
> for these features may be added later.
>
> Signed-off-by: Lauri Niskanen <ape@ape3000.com>
> ---
> drivers/usb/misc/Kconfig | 9 +++++
> drivers/usb/misc/Makefile | 1 +
> drivers/usb/misc/nanoface.c | 95 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 105 insertions(+)
> create mode 100644 drivers/usb/misc/nanoface.c
Any reason this can't be a simple userspace program that writes the
needed command to the device using libusb instead of being a kernel
driver? This seems like overkill for a kernel driver to me.
thanks,
greg k-h
next prev parent reply other threads:[~2014-11-11 7:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-11 7:05 [PATCH] usb: misc: Add driver for ALVA Nanoface Lauri Niskanen
2014-11-11 7:07 ` Greg Kroah-Hartman [this message]
2014-11-11 7:17 ` Lauri Niskanen
2014-11-11 8:03 ` Greg Kroah-Hartman
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=20141111070759.GA16276@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=ape@ape3000.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.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.