diff options
author | Franck Bui <fbui@suse.com> | 2021-07-01 21:34:34 +0200 |
---|---|---|
committer | Franck Bui <fbui@suse.com> | 2021-07-05 11:56:10 +0200 |
commit | 7802260baa551eee208e63c65598436f75ff84ee (patch) | |
tree | c086e17688c66262f1bbcca8c7564f866dc7ab44 /hwdb.d | |
parent | c0b2e69f8815881d51b68b4f73e6c7f8cc2417a1 (diff) | |
download | systemd-7802260baa551eee208e63c65598436f75ff84ee.tar.gz |
login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat' tag
Graphic devices that don't do DRM and relies on fb devices are now listed in
hwdb. Dedicated udev rules are no more needed.
Diffstat (limited to 'hwdb.d')
-rw-r--r-- | hwdb.d/60-seat.hwdb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hwdb.d/60-seat.hwdb b/hwdb.d/60-seat.hwdb index d280040c8a..ed30019901 100644 --- a/hwdb.d/60-seat.hwdb +++ b/hwdb.d/60-seat.hwdb @@ -18,3 +18,12 @@ # and falls back to vesafb. fb:pci:v000018CAd00000020* ID_TAG_MASTER_OF_SEAT=1 + +######################################### +# HyperV +######################################### + +# HyperV currently doesn't do DRM, hence we need to synthesize for HyperV's fb +# device instead. +fb:pci:v00001414d00005353* + ID_TAG_MASTER_OF_SEAT=1 |