View Single Post
 
Old 03-13-2010, 09:40 AM
breakky breakky is offline
Cheetah
 
Join Date: Mar 2010
Posts: 4
Quote:
Originally Posted by kizwan View Post


EDIT: I have found the right "query method" to automatically turn ON Bluetooth device during boot-up. I just tried all of the "query method" in the DSDT until I found the right one.
Code:
                    Method (_Q3F, 0, NotSerialized)
                    {
                        // start
                        // auto turn ON Bluetooth device during computer startup
                        Store (0x01, \_SB.PCI0.LPCB.EC0.BTEN)
                        Store (0x01, \_SB.PCI0.LPCB.EC0.BTLD)
                        // end
                        HKEY (0x3F)
                    }
kizwan

Where you put this code?

I searched in my DSDT for
Code:
Method (_Q3F, 0, NotSerialized)
, But didn't find it.I have a laptop with Bluetooth, where to put this code?
Reply With Quote