-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathddc-compatibility.json
More file actions
27 lines (27 loc) · 942 Bytes
/
Copy pathddc-compatibility.json
File metadata and controls
27 lines (27 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"SchemaVersion": 1,
"Entries": [
{
"EdidId": "LTM2C02",
"Model": "LG 27MR400 counterfeit EDID",
"CapabilityAction": "Exclude",
"KnownVcpCodes": ["0x10", "0x12"],
"KnownBadVcpCodes": [],
"InputValues": [],
"WriteRateLimitPerHour": 0,
"Notes": "Skip capability-string reads because malformed EDID reports were associated with a Windows kernel fault.",
"References": ["https://github.com/microsoft/PowerToys/issues/47556"]
},
{
"EdidId": "GSM7714",
"Model": "LG UltraWide HDR WFHD",
"CapabilityAction": "Exclude",
"KnownVcpCodes": ["0x10", "0x12"],
"KnownBadVcpCodes": [],
"InputValues": [],
"WriteRateLimitPerHour": 0,
"Notes": "Skip capability-string reads because malformed EDID reports were associated with a Windows kernel fault.",
"References": ["https://github.com/microsoft/PowerToys/issues/47968"]
}
]
}