Hi, I remembered that we're doing the same kind of test in eeepc-acpi-scripts (only the other way around), by using test -d /sys/bus/platform/devices/eeepc || exit 0 It would be good for consistency if you would use test -d /sys/bus/platform/devices/eeepc && exit 0 to bail out on eeepcs. The directory is created by eeepc-laptop on successful loading. Cheers,
Luca -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

