lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 11 Nov 2014 16:07:59 +0900
From:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:	Lauri Niskanen <ape@...3000.com>
Cc:	linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH] usb: misc: Add driver for ALVA Nanoface

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@...3000.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ