https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252236

--- Comment #18 from Greg V <greg@unrelenting.technology> ---
(In reply to Vladimir Kondratyev from comment #16)

> wsp IDS should be blacklisted in usbhid quirk table

hmm right now quirks can only exclude a whole device, not just an interface.
That would prevent usbhid from attaching to the keyboard interface.

> Try updated patch.

Looks like it didn't help.

hmm does the usb_fifo_alloc_buffer stuff matter?

(also looks like closing moused would always kill evdev events - 
wsp_fifo_stop_read doesn't check for evdev)

> Some debug info is required

Oops, actually, there are events on evemu as soon as moused is up. They're just
not accepted by libinput.

Looks like the missing thing is the initial MT_SLOT 0 (for the first events,
before any extra fingers arrive).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to