Bug 100349 - EDID-Decode does not allow spaces in 'Monitor Name' detailed block
Summary: EDID-Decode does not allow spaces in 'Monitor Name' detailed block
Status: RESOLVED DUPLICATE of bug 100350
Alias: None
Product: xorg
Classification: Unclassified
Component: App/edid-decode (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-23 02:22 UTC by Simon
Modified: 2018-06-17 19:56 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
patch to fix (1.39 KB, application/mbox)
2017-03-23 02:22 UTC, Simon
no flags Details

Description Simon 2017-03-23 02:22:14 UTC
Created attachment 130389 [details]
patch to fix

edid-decode does not allow spaces, it is incorrectly reporting the name and throwing an error.

edid-decode:
--
descriptor 4:    00 00 00 fc 00 53 4d 41 52 54 20 49 46 50 0a 20 20 20
...
Monitor name: SMART
...
Detailed block string not properly terminated
--

parse-edid:
--
Section "Monitor"
	Identifier "SMART IFP"
	ModelName "SMART IFP"
--

After attached patch edid-decode behaves correctly.
Simon.
Comment 1 Simon 2017-03-23 17:08:54 UTC

*** This bug has been marked as a duplicate of bug 100350 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.