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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/