https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279690

--- Comment #3 from megaman...@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.

Reply via email to