diff options
author | Lain "Fearyncess" Yang <fsf@live.com> | 2024-05-30 07:51:40 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-05-30 12:55:44 +0200 |
commit | 0230235b574b4215b38c4f08a39eb6fc98e3ee85 (patch) | |
tree | c92915ecb9ae97b7da682e92eb25647b7d6d3e6b /hwdb.d/60-seat.hwdb | |
parent | Merge pull request #33084 from DaanDeMeyer/cgroup-log (diff) | |
download | systemd-0230235b574b4215b38c4f08a39eb6fc98e3ee85.tar.xz systemd-0230235b574b4215b38c4f08a39eb6fc98e3ee85.zip |
hwdb: add a vmbus id for HyperV Video device
Diffstat (limited to 'hwdb.d/60-seat.hwdb')
-rw-r--r-- | hwdb.d/60-seat.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hwdb.d/60-seat.hwdb b/hwdb.d/60-seat.hwdb index fcb8f53cd1..927ea025a2 100644 --- a/hwdb.d/60-seat.hwdb +++ b/hwdb.d/60-seat.hwdb @@ -28,6 +28,13 @@ fb:pci:v000018CAd00000020* fb:pci:v00001414d00005353* ID_TAG_MASTER_OF_SEAT=1 +# In some HyperV VMs, the video device only can be recognized by a vmbus id. +# So we should add a vmbus id for HyperV Video device. +# +# This id is extracted from Linux kernel's hyperv.h +fb:vmbus:02780ada77e3ac4a8e770558eb1073f8 + ID_TAG_MASTER_OF_SEAT=1 + ######################################### # Parallels ######################################### |