lkml.org 
[lkml]   [2008]   [Feb]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
    /
    DateSat, 2 Feb 2008 12:37:10 +0100
    FromChrister Weinigel <>
    SubjectRe: [PATCH] USB: mark USB drivers as being GPL only
    On Fri, 25 Jan 2008 10:02:32 -0800
    Greg KH <greg@kroah.com> wrote:
    
    > FYI, this is a patch that will be sent out in the next round to Linus
    > for inclusion in 2.6.25.
    > 
    > If anyone has any objections about it, please let me know.
    
    Yes, I have objections and I've told you before.  
    
    > Over two years ago, the Linux USB developers stated that they believed
    > there was no way to create a USB kernel driver that was not under the
    > GPL.  This patch moves the USB apis to enforce that decision.
    > 
    > There are no known closed source USB drivers in the wild, so this
    > patch should cause no problems.
    
    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
    
    
    
    \
     
     \ /
      Last update: 2008-02-02 12:41    [from the cache]
    ©2003-2008