Date: Thu, 13 Jun 2024 15:08:51 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 279690] Inbuilt keyboard capslock LED does not work past bootloader on a MacBook Pro 11.4 Message-ID: <bug-279690-227-DkNdNMIAY6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279690-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279690 --- Comment #3 from megamansec@gmail.com --- I've identified the area that the bug originates in: ukbd. Compiling the kernel without ukbd (thus using hkbd), the keyboard and the capslock LED works as expected. With ukbd, the following debug messages reveal: ukbd_intr_callback: actlen=10 bytes ukbd_intr_callback: modifiers = 0x0000 ukbd_intr_callback: Key 0x39 pressed ukbd_put_key: 0x39 (57) pressed ukbd_set_leds: leds=0x01 ukbd_set_leds: leds=0x01 ukbd_set_leds_callback: len=3, id=1 ukbd_set_leds_callback: len=3, id=1 ukbd_set_leds_callback: error=USB_ERR_STALLED ukbd_intr_callback: actlen=10 bytes ukbd_intr_callback: modifiers = 0x0000 ukbd_put_key: 0x439 (1081) released The inbuilt keyboard is, of course, not a true ukbd, but freebsd picks it up as one. Is it possible to designate the keyboard as a HID keyboard? -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279690-227-DkNdNMIAY6>
