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, 30 Jan 2007 12:30:39 -0800
From:	Greg KH <greg@...ah.com>
To:	Andrew Lyon <andrew.lyon@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Free Linux Driver Development!

On Tue, Jan 30, 2007 at 08:15:11PM +0000, Andrew Lyon wrote:
> 
> How about a kernel driver for the m-cubed tbalancer bigNG ?
> 
> http://www.t-balancer.com/english/bng.htm  (see support section of site)
> 
> Complete documentation is available, and devs are friendly (see
> forums), there is already a userspace utility that works well but a
> kernel driver would be even better, especially for something that
> controls system cooling!

Why would a userspace driver not work out for this.  We already can
saturate the USB bus with a userspace program, and since it requires a
userspace interaction to do something with the data, I don't really see
what a kernel driver could do to help thing out.

That being said, perhaps it would fit with the other USB data
acquisition drivers that we already have.  Feel free to take this up
with me off-list if you want to.

Hm, wait, in looking at the specs for the device, it uses a
usb-to-serial chip that we already support quite well (with the
pl2303.ko driver.)  So all you need to do is write some userspace
software that interacts with the device properly.  No new kernel driver
is needed at all, as Linux already supports this hardware :)

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