Slashdot Mirror


GPL Issues Surrounding Commercial Device Drivers?

Demiurg asks: "My company has recently decided to support Linux for it's embedded networking products which means that I'm starting to write Linux device drivers for our hardware. The company was very concerned about GPL issues and consulted a lawyer - who advised us to go for a user-space driver, saying that this is the only safe way to avoid GPL issues. I tried to give them a few examples of companies distributing binary only drivers (NVIDIA and Rational) but was told that these companies do not distribute binary only drivers - they only allow you to download them from a web site (which is not an option for an embedded product). What does Slashdot have to say about the issue? Is writing a user-mode (and hence not very efficient) driver the only way for a company to protect it's intellectual property? Please refrain from giving answers like 'all code should be GPL' - although I personally may agree, such answers will not help me convince management to make the change." Are there any lawyers (or readers with the right legal knowledge) out there that can confirm or contradict this recommendation?

1 of 461 comments (clear)

  1. Re:lawyers by DunbarTheInept · · Score: 1, Redundant
    Get a sense of proportion. There is a huge difference between someone who wants to take a GPL'ed app, tweak it a bit, and sell it under a non-GPL license, and someone who wants to take a GPL'ed library and include it as a small part of a non-GPL'ed program. That would be stretching the definition of "derivative work" beyond the level of common sense.
    And on the day it becomes possible to publish an executable with source that cannot be simply turned into a library file by sticking a simple wrapper around it, that argument might start to make sense. Until that time, there is very little difference.

    So maybe you ought to think about this issue a little more before you post this tripe again.
    If you want to convince people of your position, it helps not to come off sounding like a pompous ass.
    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.