>This patch allows the Linux kernel module to use a dynamically allocated
>major device number. This is to assist people with several development
>modules on the loose in so much as it should reduce clashes. To achieve
>this, I have also provided a couple of short helper scripts (sorry to
>the shell hackers - I mainly do C) to load and unload the module,
>creating and deleting the correct device node as required. I have also
>updated the README file to this end.

This doesn't sound to me like a good idea.  If our device number clashes
with some other device, even if it is only a development thing, then one of
us should permanently change our device number.  I don't see much
difference between running development drivers and stable drivers --- we
don't want any conflicts, anyhow.

-- Ramon




Reply via email to