diff options
author | Franck Bui <fbui@suse.com> | 2021-07-02 14:43:50 +0200 |
---|---|---|
committer | Franck Bui <fbui@suse.com> | 2021-07-05 11:56:10 +0200 |
commit | f1232f5e38ce9dce21530f5b74eb4dd8780a0aa3 (patch) | |
tree | d8aeaeb25bb4c448963306db96b4a6a98a1594fd /hwdb.d | |
parent | 7802260baa551eee208e63c65598436f75ff84ee (diff) | |
download | systemd-f1232f5e38ce9dce21530f5b74eb4dd8780a0aa3.tar.gz |
login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag
This assumes that (vesa)fb driver is used as fallback.
Diffstat (limited to 'hwdb.d')
-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 ed30019901..fcb8f53cd1 100644 --- a/hwdb.d/60-seat.hwdb +++ b/hwdb.d/60-seat.hwdb @@ -27,3 +27,10 @@ fb:pci:v000018CAd00000020* # device instead. fb:pci:v00001414d00005353* ID_TAG_MASTER_OF_SEAT=1 + +######################################### +# Parallels +######################################### + +fb:pci:v00001ab8d00004005* + ID_TAG_MASTER_OF_SEAT=1 |