Hallo, Alan. Nice to meet you!

On Fri, Mar 02, 2007 at 04:15:16PM +0000, Alan Cox wrote:
> > >  Is it ok to include the 5 new firmware images in the ti_usb_3410_5052
> > >  driver as .h files?  Or should I use request_firmware?
> > 
> > As far as i can see: userspace firmware helper is orphan, Greg
> > advertise himself for writing new drivers, all is working *somehow*,
> > it will be OK to have another few tenth of kibibytes in this driver...
> 
> Unless the firmware is GPL with source please use request_firmware(),
> otherwise you are getting into unclear areas with regards to licensing.
(0)
> Although the loader has no full time maintainer that doesn't mean it
> doesn't work - quite the reverse, it doesn't seem to be breaking.

I agree and this doesn't mean it can't be improved. Just few points
here:

(1) * sysfs: isn't size/performance/political appropriate;
(2) * request_firmware() uses virtual memory for it's allocations, this
      lead to additional kmalloc() dance, because 4-5 12bits pages in
      size firmware (on some platforms, AMD64 included) cannot be sent
      directly form provided buffer.

(0) and (1) were used in last GPL offtopic on LKML. (2) depends on (1).

I've proposed an idea without implementation, and still fight against
myself to do something. My early silly posts:

<http://permalink.gmane.org/gmane.linux.debian.devel.kernel/21781>

Alan, if you have some time to comment on my /dev/etab, i will very
appreciate that.

Thanks!

p.s. bogus Al's e-mail address removed from cc list.
____

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to