[Bug 282920] usbhid: qemu Keyboard doesn't work with qemu-xhci

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Nov 2024 10:43:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282920

--- Comment #2 from Emmanuel Vadot <manu@freebsd.org> ---
Looks like the events are there, below was me pressing 'a' then 'enter'

usbhid_intr_in_callback: transferred!
#  LeftControl: 0 | LeftShift: 0 | LeftAlt: 0 | Left GUI: 0 | RightControl: 0 |
RightShift: 0 | RightAlt: 0 | Right GUI: 0 | # |Keyboard ['a and A', '0x70000',
'0x70000', '0x70000', '0x70000', '0x70000'] 
E: 000017.025637 8 00 00 04 00 00 00 00 00
usbhid_intr_in_callback: transferred!
#  LeftControl: 0 | LeftShift: 0 | LeftAlt: 0 | Left GUI: 0 | RightControl: 0 |
RightShift: 0 | RightAlt: 0 | Right GUI: 0 | # |Keyboard ['0x70000', '0x70000',
'0x70000', '0x70000', '0x70000', '0x70000'] 
E: 000017.073498 8 00 00 00 00 00 00 00 00

usbhid_intr_in_callback: transferred!
#  LeftControl: 0 | LeftShift: 0 | LeftAlt: 0 | Left GUI: 0 | RightControl: 0 |
RightShift: 0 | RightAlt: 0 | Right GUI: 0 | # |Keyboard ['Return (ENTER)',
'0x70000', '0x70000', '0x70000', '0x70000', '0x70000'] 
E: 000056.372161 8 00 00 28 00 00 00 00 00
usbhid_intr_in_callback: transferred!
#  LeftControl: 0 | LeftShift: 0 | LeftAlt: 0 | Left GUI: 0 | RightControl: 0 |
RightShift: 0 | RightAlt: 0 | Right GUI: 0 | # |Keyboard ['0x70000', '0x70000',
'0x70000', '0x70000', '0x70000', '0x70000'] 
E: 000056.384432 8 00 00 00 00 00 00 00 00

-- 
You are receiving this mail because:
You are the assignee for the bug.