http://bugzilla.kernel.org/show_bug.cgi?id=13458





--- Comment #9 from Johannes Berg <johan...@sipsolutions.net>  2009-06-08 
22:42:11 ---
Hmm. I can't find anything wrong. Can you grab
http://git.sipsolutions.net/rfkill.git/ and run 'rfkill event' while you push
the button?

Or try this, maybe:

diff --git a/drivers/platform/x86/sony-laptop.c
b/drivers/platform/x86/sony-laptop.c
index aec0b27..536a63c 100644
--- a/drivers/platform/x86/sony-laptop.c
+++ b/drivers/platform/x86/sony-laptop.c
@@ -1134,9 +1134,7 @@ static void sony_nc_rfkill_update()
             continue;

         if (hwblock) {
-            if (rfkill_set_hw_state(sony_rfkill_devices[i], true))
-                sony_nc_rfkill_set(sony_rfkill_devices[i],
-                           true);
+            rfkill_set_hw_state(sony_rfkill_devices[i], true);
             continue;
         }


when going into hw block there's no need to set the sw state too...

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to