Contribute
Register

Remaping code of voodooPS2.kext

Status
Not open for further replies.
Joined
Mar 16, 2013
Messages
75
Motherboard
Nexstgo NS14N1HK005P
CPU
i5-8250U
Graphics
HD 620
into method label _Q11 replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0205)\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0285)\n
end;
into method label _Q12 replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0206)\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)\n
end;

I've have done the above patch, it works. _Q11 sends F14, and _Q12 sends F15, but i want to know where to find codes for other keys,
e.g.
the Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)
0x0286 code for other keys
 
I've have done the above patch, it works. _Q11 sends F14, and _Q12 sends F15, but i want to know where to find codes for other keys,
e.g.
the Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)
0x0286 code for other keys
i have moved your post to laptop section
 
got that, but is there a way to map only Fn to Apply Fn, or it's out of DSDT?
 
got that, but is there a way to map only Fn to Apply Fn, or it's out of DSDT?

Most laptops do not treat Fn as a separate key (hardware/EC firmware limitation).
 
Status
Not open for further replies.
Back
Top