On Tue, 22 Jan 2002, David Johnson wrote: > could implement then that would be nice too. This is going to be a retail > product and if possible would like to say we support Redhat 7.1 out of the > box (without requiring the user upgrade their kernel as that is an ugly > solution).
You do not have to require that. Just create binary module with fixes. Let's assume that the problem is in audio.c, then you can just take audio.c with fixes and compile it into audio.o for Red Hat 7.1 and distribute it together with the product (including the source code of course). All user has to do is to copy audio.o into /lib/modules/... and run depmod -a You have to be carefull with kernel versions though. Good luck, Jacek P.S. If you haven't done it before, examples are here: http://www.fuw.edu.pl/~pliszka/hints/redhat-module.html _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
