From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Sat, 13 Jan 2001 23:25:37 +0000 Subject: Re: hotplug TTD Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Sat, 13 Jan 2001 10:54:04 -0800, David Brownell wrote: >Hmm ... is there some simple example module on the web, doing both? >I probably wouldn't have seen a notice, and haven't had time to do >more than glance at the persistence patch in the modutils FTP area. No module currently uses persistent data. I tested it with some dummy module code and released the patch. It is up to coders to decide how they use persistent data. >Was the output format text, or binary? Tools could be easier if >they could rely on text. man insmod, man rmmod, man modules.conf. All text. Persistent data behaves as if you specified the saved values on the insmod command line. The order is values from modules.conf, then saved persistent data, then insmod options. modules.conf is default values, persistent data is what you set the values to after loading, insmod is override for this load. _______________________________________________ Linux-hotplug-devel mailing list Linux-hotplug-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel