Re: ukbd key repeat behaviour changed?

2020-03-04 Thread Hans Petter Selasky
However, to confirm it's not just my typing, I booted into my old kernel (r357365) and I don't see the issue as in the newer revision (r358484). I think it may be something to do with the latest version not resetting the initial repeat delay when another key is pressed, e.g. 1) Hold down the

[Bug 222646] ukbd(4): support Consumer Control based multimedia keys

2020-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222646 --- Comment #12 from Vladimir Kondratyev --- The patch will not work for WASD keyboard as it's report descriptor does not includes consumer page input usages. Most probably, consumer page is accessible as separate USB HID device and is

[Bug 194727] uaudio device gets disconnected, and hangs usb until everything using /dev/mixer* is closed

2020-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194727 --- Comment #22 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Wed Mar 4 17:23:21 UTC 2020 New revision: 358629 URL: https://svnweb.freebsd.org/changeset/base/358629 Log: Implement a detaching

[Bug 222646] ukbd(4): support Consumer Control based multimedia keys

2020-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222646 Greg V changed: What|Removed |Added Resolution|--- |Overcome By Events

Re: ukbd key repeat behaviour changed?

2020-03-04 Thread James Wright
> On 4 Mar 2020, at 08:49, Hans Petter Selasky wrote: > >> However, to confirm it's not just my typing, I booted into my old kernel >> (r357365) and I don't see the issue as in the newer revision (r358484). >> I think it may be something to do with the latest version not resetting the >>

[Bug 244602] Media key support for WASD keyboard

2020-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244602 --- Comment #1 from Henry Hu --- The key reason seems to be that interface 1 has bInterfaceClass = 0x0003 bInterfaceSubClass = 0x0001 bInterfaceProtocol = 0x0002 0x0001 = UISUBCLASS_BOOT 0x0002 = UIPROTO_MOUSE Thus

[Bug 222646] ukbd(4): support Consumer Control based multimedia keys

2020-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222646 --- Comment #14 from Henry Hu --- (In reply to Vladimir Kondratyev from comment #12) Hans, yes, every key press there seem to be 2 reports: 19:36:22.021230 usbus0.2 SUBM-INTR-EP=0081,SPD=LOW,NFR=1,SLEN=0,IVAL=10 frame[0] READ 8 bytes

Re: ukbd key repeat behaviour changed?

2020-03-04 Thread James Wright
> On 4 Mar 2020, at 21:29, Hans Petter Selasky wrote: > > On 2020-03-04 19:46, James Wright wrote: >>> On 4 Mar 2020, at 08:49, Hans Petter Selasky wrote: >>> However, to confirm it's not just my typing, I booted into my old kernel (r357365) and I don't see the issue as in the

[Bug 244602] Media key support for WASD keyboard

2020-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244602 Bug ID: 244602 Summary: Media key support for WASD keyboard Product: Base System Version: 12.1-STABLE Hardware: Any OS: Any Status: New Severity:

Re: ukbd key repeat behaviour changed?

2020-03-04 Thread Hans Petter Selasky
On 2020-03-04 19:46, James Wright wrote: On 4 Mar 2020, at 08:49, Hans Petter Selasky wrote: However, to confirm it's not just my typing, I booted into my old kernel (r357365) and I don't see the issue as in the newer revision (r358484). I think it may be something to do with the latest

[Bug 222646] ukbd(4): support Consumer Control based multimedia keys

2020-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222646 --- Comment #10 from Hans Petter Selasky --- Henry: Try to run: usbdump -i usbusX -f Y -s 65536 -vvv where X.Y are the numbers after ugenX.Y for your keyboard. It will show the actual event data packet. --HPS -- You are receiving

[Bug 222646] ukbd(4): support Consumer Control based multimedia keys

2020-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222646 --- Comment #11 from Hans Petter Selasky --- Greg: You need to rebase your patch again. After the gamers keyboard support, keycode's are gone and we now have a bitmap where we set all the input keys! -- You are receiving this mail