[Bug 221074] Hyper V Gen 2 install has no mouse

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 31 Mar 2023 19:55:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221074

--- Comment #33 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=21f4e817fde79d5de79bfbdf180d358ca5f48bf9

commit 21f4e817fde79d5de79bfbdf180d358ca5f48bf9
Author:     Yuri <yuri@aetern.org>
AuthorDate: 2023-02-05 15:32:08 +0000
Commit:     Yuri Pankov <yuripv@FreeBSD.org>
CommitDate: 2023-03-31 18:44:04 +0000

    hv_hid: Hyper-V HID driver

    Hyper-V HID driver using hidbus/hms.

    Reviewed by:    wulf
    MFC after:      1 week
    PR:             221074
    Differential revision:  https://reviews.freebsd.org/D38140

    (cherry picked from commit e4d3f1e40ab3327e4ff6f689f54a64bd2ebc0568)

 sys/amd64/conf/NOTES                  |   1 +
 sys/conf/files.x86                    |   1 +
 sys/dev/hid/hidbus.c                  |   1 +
 sys/dev/hyperv/input/hv_hid.c (new)   | 564 ++++++++++++++++++++++++++++++++++
 sys/i386/conf/NOTES                   |   1 +
 sys/modules/hyperv/Makefile           |   2 +-
 sys/modules/hyperv/hid/Makefile (new) |  12 +
 7 files changed, 581 insertions(+), 1 deletion(-)

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