hal: Branch 'master'
Richard Hughes
hughsient at gmail.com
Sun Aug 12 23:48:46 PDT 2007
On Fri, 2007-08-10 at 05:41 -0700, Danny Kukawka wrote:
> + elif [ "$HAL_PROP_KILLSWITCH_ACCESS_METHOD" = "ipw" ]; then
> + hal-ipw-killswitch-linux getrfkill
> + value=$?
> + if [ "$value" = "0" ]; then
> + exit 1
> + elif [ "$value" = "1" ]; then
> + exit 0
> + else
> + echo "org.freedesktop.Hal.Device.KillSwitch.NotSupported"
> >&2
> + echo "hal-ipw-killswitch-linux returned $value" >&2
> + fi
Obviously not this commit, but now I see my kilswitch being detected
"on" when "off" and vice versa.
Does anybody else see this?
Richard,
More information about the hal
mailing list