On Tue, Apr 11, 2017 at 03:31:34PM -0400, João Paulo Rechi Vita wrote: > Hello, > > I'm working to support the status LEDs embedded in the "mic mute" and > "radio toggle" buttons on a Acer TravelMate P648-G2-MG laptop, but > can't quite get how these are controlled. I have traced the ACPI > execution from Windows for both buttons, and tried to compare with a > method tracing on Linux, but couldn't get much out of it. > > For the mic mute button, I see _Q45, WMID._WED, WMID.EVBC and > WMID.CLBC being called on both platforms. For the radios button, I see > WMID.WMAA and WMID.WSMI on both platforms as well. Only on windows the > LEDs change status when the buttons are pressed, on Linux the LEDs are > always on. > > I'm attaching the acpidump and the Windows traces, in case you guys > have any suggestion on what should I try to poke at. We would need to compare the input buffers used in each case for those WMI methods. If you can find the MOF data, you may be able to get a better idea of what those methods are expecting as input. Not something I've done myself, but there are a few tools out there to extract the MOF data, and you can readily find tutorials on how to use that data from within Windows. For example: http://blog.nietrzeba.pl/2011/12/mof-decompilation.html -- Darren Hart VMware Open Source Technology Center