ukbd_set_leds_callback:700: error=USB_ERR_STALLED
What does it means?
Greatings,
Oliver
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-curre...@freebsd.org"
It means that there was an error updating the LED information on your
keyboard. Does the NUM-lock LED work for example?
There is a sysctl to disable this feature:
sysctl hw.usb.ukbd.no_leds=1
--HPS