Date: Sat, 20 Mar 2021 13:57:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252236] atp(4): Need EVDEV support for modern input stack Message-ID: <bug-252236-227-7afcXvtAAR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252236-227@https.bugs.freebsd.org/bugzilla/> References: <bug-252236-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252236 --- Comment #35 from Vladimir Kondratyev <wulf@freebsd.org> --- (In reply to Greg V from comment #33) > Three mistakes in the hidbus one: Hopefully fixed. > But it continues sending events on the hms device as well I added dummy RAW-mode only HID report descriptor. It should workaround unwanted hms attachment. > wsp loading instead of bcm on resume from S3 sleep) Both wsp and atp drivers returned 0 instead of BUS_PROBE_DEFAULT from probe method on success, so no other driver had any chances to beat them. That is fixed in latest patch. But usbhid still need to raise probe priority up to (BUS_PROBE_DEFAULT + 1)= to be winner. Also latest patch moved switching HID/RAW mode in bcm from attach/detach handlers to open/close ones and removed .025 sec delay from it to follow Linux/OpenBSD. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252236-227-7afcXvtAAR>