On Fri, 25 Jan 2008 10:02:32 -0800
Greg KH <greg@kroah.com> wrote:
Yes, I have objections and I've told you before.
This is a bit disingenuous. Of course there are closed source USB
drivers out there. I've written multiple of them during my life as a
consultant. The nature of closed source drivers is that they quite
often are written for custom hardware that isn't used by that many
people, so you have probably not seen them, but they are definitely out
there in the wild.
For some of these drivers, being in kernel space is very important
since they transfer large amounts of data with very tight latency
requirements. It may, in theory, be possible to do the same thing in
userspace with multiple cooperative threads and libusb, but it would be
much more complex and much more error prone (it's hard to do control
loops where you need about 40 us turnaround time).
Yes, I'd much prefer if all companies would just publish their sources
as GPL, but some companies, rightly or nor, believe that they expose too
much information about their custom hardware if they do. And I do feel
that such a rabid GPL-stance is going to alienate those companies. Most
of those companies also select one kernel for their custom hardware and
use that kernel for a long time, so for them this feature removal will
come as a bit of a surprise.
/Christer
--