Re: [linux-usb-devel] Module wrappers for binary-only drivers

2005-09-10 Thread Oliver Neukum
On Sun, 4 Sep 2005, Greg KH wrote: > On Thu, Sep 01, 2005 at 11:10:12PM +, Luca Risolia wrote: > > Hello all, > > > > I have written several drivers for USB/Audio video devices, > > which I would like to share in binary-only form - for now - > > Sorry, but binary kernel modules for Linux a

Re: [linux-usb-devel] Module wrappers for binary-only drivers

2005-09-05 Thread Greg KH
On Thu, Sep 01, 2005 at 11:10:12PM +, Luca Risolia wrote: > Hello all, > > I have written several drivers for USB/Audio video devices, > which I would like to share in binary-only form - for now - Sorry, but binary kernel modules for Linux are illegal. greg k-h

[linux-usb-devel] Module wrappers for binary-only drivers

2005-09-01 Thread Luca Risolia
Hello all, I have written several drivers for USB/Audio video devices, which I would like to share in binary-only form - for now - without needing to recompile the source code against every different Linux kernels. Is there anyone interested in writing a generic module wrapper for a 2.6 kernel ?