Date: Thu, 28 Sep 2017 07:42:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 222646] ukbd(4): support Consumer Control based multimedia keys Message-ID: <bug-222646-17-tKqpCPXqnf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222646-17@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222646 --- Comment #1 from Hans Petter Selasky <hselasky@FreeBSD.org> --- 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222646-17-tKqpCPXqnf>
