On Mon, 16 Feb 2009, Matthew Garrett wrote: > On Mon, Feb 16, 2009 at 02:59:18AM -0500, Alexandre Rostovtsev wrote: > > +static struct device_attribute dev_attr_bluetooth_enable = > > + __ATTR(bluetooth_enable, S_IWUSR | S_IRUGO, > > + bluetooth_enable_show, bluetooth_enable_store); > > You support rfkill, so I'm not sure there's a benefit in exposing the > same functionality via a custom sysfs node. Not only there is no benefit, it won't work at all. The rfkill core will set the radio state to match the global state for that radio type during the rfkill_register() call. Alexandre, if the thinkpad-sl can store rfkill state across shutdown in nvram or something like that, there is an API on the rfkill core that you can use. The current thinkpad-acpi code does it, you can use that as an example. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html