edid-decode: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Tue Oct 20 08:11:03 PDT 2015


 edid-decode.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 681153145d5e05ee15032ea792e967cda06e7622
Author: Jonathan McDowell <noodles at earth.li>
Date:   Thu Jan 17 11:58:16 2013 -0800

    Relax edid-decode character checking
    
    extract_string in edid-decode currently only returns characters that
    pass isalnum(). This causes an error when trying to parse the name of my
    A/V receiver, which is "HT-R791". The VESA E-DID standard states that
    normal ASCII is allowed for this field, not just alphanumeric
    characters. Patch below changes to using isgraph() which will allow
    anything printable.
    
    Signed-off-by: Jonathan McDowell <noodles at earth.li>
    
    -----
    -----
    
    J.



More information about the xorg-commit mailing list