I'd prefer that we not use system properties for things that are static
build configurations, not likely to change at runtime. Right now
there's some abuse of properties along this line, which I'm hoping to
address in the future, but for the time being, it's best to avoid adding
more properties.
It might not be unreasonable to have the generic power code check for
/sys/class/backlight/... (scan, not look for hardcoded names like eeepc)
and if it doesn't find something there, see if there's a
/sys/class/leds/lcd-backlight/...
Picking up the max value from sysfs seems like the way to go.
Brian