[Bug 279690] Inbuilt keyboard capslock LED does not work past bootloader on a MacBook Pro 11.4
Date: Thu, 13 Jun 2024 12:30:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279690 --- Comment #2 from megamansec@gmail.com --- Unfortunately not. As far as I can tell, even when forcing i = state | LOCK_MASK; kbdd_ioctl(kbd, KDSETLED, (caddr_t)&i); on any key pressed, the LED does not light up. I'll investigate sys/dev/atkbdc/atkbd.c next. For reference, this is my device.hints: hint.atkbdc.0.at="isa" hint.atkbdc.0.port="0x060" hint.atkbd.0.at="atkbdc" hint.atkbd.0.irq="1" hint.psm.0.at="atkbdc" -- You are receiving this mail because: You are the assignee for the bug.