gnu-linux-libre
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU-linux-libre] Re: Freedom issues with non-free firmware in exter


From: Alexandre Oliva
Subject: Re: [GNU-linux-libre] Re: Freedom issues with non-free firmware in external files
Date: Tue, 18 Aug 2009 01:31:18 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

On Aug 17, 2009, address@hidden (Karl Berry) wrote:

> Excuse the interruption, but can someone point me at an example of the
> actual GPL'd code which is loading the nonfree firmware?

All the examples in Linux follow more or less this pattern:

  name = "some/firmware.bin";
  if (request_firmware (&fw, name, dev) < 0) {
    printk (ERROR "%s: failed to load firmware `%s'", dev->name, name);
    return -EINVAL;
  }
  ... load firmware ...

grep for request_firmware in the Linux source tree and you'll find
hundreds of examples, less than a handful of which are acceptable.

-- 
Alexandre Oliva, freedom fighter    http://FSFLA.org/~lxoliva/
You must be the change you wish to see in the world. -- Gandhi
Be Free! -- http://FSFLA.org/   FSF Latin America board member
Free Software Evangelist      Red Hat Brazil Compiler Engineer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]