https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222646
--- Comment #1 from Hans Petter Selasky <[email protected]> --- Hi, I think it is clever to add a check: if (data != 0) ->>> if (sc->sc_ndata.keycode[0] == KEY_ERROR && data != 0) So that you don't override valid key input. Or else scan the keycode array and place data last. --HPS -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
