#!/bin/bash
#
# radeon_dark
# switches off the light on radeon cards using radeontool
# this is useful on some thinkpads (X30 series) that do not switch off the
# light during suspend to RAM.
#
# (C) 2006 Stefan Seyfried
# part of the powersave package, GPL V2
#
. ${0%/*}/helper_functions

/usr/sbin/radeontool light off

$SCRIPT_RETURN $EV_ID 0 "${0##*/} finished"
EXIT 0
