mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
edidconf: Allow 128-byte edids for --import-display-ids
This commit is contained in:
@@ -71,7 +71,7 @@ def _read_out2_edid() -> (Edid | None):
|
||||
data = file.read()
|
||||
if len(data) == 0:
|
||||
return None
|
||||
return Edid.from_file(os.path.join(path, "edid"))
|
||||
return Edid.from_file(os.path.join(path, "edid"), allow_short=True)
|
||||
|
||||
|
||||
def _adopt_out2_ids(dest: Edid) -> None:
|
||||
|
||||
Reference in New Issue
Block a user