<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi </font></font><font
 face="Helvetica, Arial, sans-serif"><small>Nicol&ograve;</small></font>:<br>
<br>
I'm not sure I entirely agree with this patch.&nbsp; I view the BIOS as an
administration tool.&nbsp; An administrator for a company's IT group may
want to disable BT from operating on laptops distributed to and run by
that IT group.<br>
<br>
Also, this call becomes a lot more expensive if you are always writing
the new status to the BIOS whenever it's called.&nbsp; You may notice little
"hiccups" in system usage as an interrupt is called for the SMI call.<br>
<br>
Regards<br>
<br>
Nicol&ograve; Chieffo wrote:
<blockquote
 cite="mid:98391a7b0903140922m48c66ady363d501c07991bad@mail.gmail.com"
 type="cite">
  <pre wrap="">I'm running ubuntu Jaunty, and HAL has 3 switches for wireless
devices. They normally work, but have a problem if the devices are
switched off in the BIOS:
they currently do not enable anything.

In ubuntu the switches are connected to the binary
/usr/sbin/dellWirelessCtl as we can see in the file
tools/linux/hal-system-killswitch-set-power-linux

The binary is called with different arguments depending on the device
(this doesn't have any sense for me)
BT:
--bt 0/1

WLAN:
--sw_wlan 0/1 --wlan 0/1

WWAN
--sw_wwan 0/1 --wwan 0/1

I propose (to make switches work even if the are BIOS disabled) to do
this change:
BT:
--boot --bt 0/1

WLAN:
--boot --wlan 0/1

WWAN
--boot --wwan 0/1

you can see the attached patch
  </pre>
  <pre wrap=""><pre wrap="">
<hr size="4" width="90%">
_______________________________________________
hal mailing list
<a class="moz-txt-link-abbreviated" href="mailto:hal@lists.freedesktop.org">hal@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/hal">http://lists.freedesktop.org/mailman/listinfo/hal</a>
</pre></pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<title></title>
<font face="Helvetica, Arial, sans-serif" size="-2"><font
 color="#999999">Mario Limonciello</font><br>
<b><font color="#ff0000">Dell</font> | <font color="#666666">Linux
Engineering</font></b><font color="#666666"><br>
</font><font color="#666666"><a class="moz-txt-link-abbreviated" href="mailto:mario_limonciello@dell.com">mario_limonciello@dell.com</a></font></font>
</div>
</body>
</html>