On 6/30/07, Peter Stuge peter@stuge.se wrote:
On Sat, Jun 30, 2007 at 11:43:20PM +0200, Stefan Reinauer wrote:
So instead of adding enabled; to all device nodes, we should add disabled to those that we do not want enabled. What do you think?
We should definately optimize for the common case whatever it is.
What I can do is look for a disable property in each node. If it is NOT found, emit .enabled = 1; If it is found, .enabled = 0;
sound ok?
ron