Fix comment

This commit is contained in:
MasaGratoR 2025-05-31 19:51:04 +02:00 committed by GitHub
parent e6830abc40
commit cbc050b779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -518,7 +518,7 @@ typedef struct {
u16 product_code; u16 product_code;
u32 serial_number; u32 serial_number;
u8 manufacture_week; u8 manufacture_week;
u8 manufacture_year; ///< Real value is val - 10. u8 manufacture_year; ///< Real year is 1990 + val.
u8 edid_version; u8 edid_version;
u8 edid_revision; u8 edid_revision;
u8 video_input_parameters_bitmap; u8 video_input_parameters_bitmap;
@ -569,7 +569,7 @@ typedef struct {
u8 extended_timing_info; u8 extended_timing_info;
u8 padding[7]; u8 padding[7];
} display_descriptor_range_limits; } display_descriptor_range_limits;
u8 extension_count; ///< Always 1. u8 extension_count;
u8 checksum; ///< Sum of all 128 bytes should equal 0 mod 256. u8 checksum; ///< Sum of all 128 bytes should equal 0 mod 256.
///< Extended data. ///< Extended data.
SetSysExtensionBlock data1; SetSysExtensionBlock data1;