mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
hdmitx: add missing 'product_desc' in SPD infoframe [1/1]
PD#SWPL-14801 Problem: Sharp/LCD-42GX50A TV will be black when it receives vendor_name but without product_desc in SPD infoframe Solution: Add missing 'product_desc' in SPD infoframe Verify: G12A/U212 Change-Id: I630fa416580855883a80be2747d39887ef67ef5c Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com> Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
@@ -1078,6 +1078,7 @@
|
||||
ic_type = <10>;
|
||||
vend_data: vend_data{ /* Should modified by Customer */
|
||||
vendor_name = "Amlogic"; /* Max Chars: 8 */
|
||||
product_desc = "MBox Meson Ref"; /* Max Chars: 16 */
|
||||
/* standards.ieee.org/develop/regauth/oui/oui.txt */
|
||||
vendor_id = <0x000000>;
|
||||
};
|
||||
|
||||
@@ -1118,6 +1118,7 @@
|
||||
ic_type = <11>;
|
||||
vend_data: vend_data{ /* Should modified by Customer */
|
||||
vendor_name = "Amlogic"; /* Max Chars: 8 */
|
||||
product_desc = "MBox Meson Ref"; /* Max Chars: 16 */
|
||||
/* standards.ieee.org/develop/regauth/oui/oui.txt */
|
||||
vendor_id = <0x000000>;
|
||||
};
|
||||
|
||||
@@ -1127,6 +1127,7 @@
|
||||
ic_type = <11>;
|
||||
vend_data: vend_data{ /* Should modified by Customer */
|
||||
vendor_name = "Amlogic"; /* Max Chars: 8 */
|
||||
product_desc = "MBox Meson Ref"; /* Max Chars: 16 */
|
||||
/* standards.ieee.org/develop/regauth/oui/oui.txt */
|
||||
vendor_id = <0x000000>;
|
||||
};
|
||||
|
||||
@@ -1073,6 +1073,7 @@
|
||||
ic_type = <12>;
|
||||
vend_data: vend_data{ /* Should modified by Customer */
|
||||
vendor_name = "Amlogic"; /* Max Chars: 8 */
|
||||
product_desc = "MBox Meson Ref"; /* Max Chars: 16 */
|
||||
/* standards.ieee.org/develop/regauth/oui/oui.txt */
|
||||
vendor_id = <0x000000>;
|
||||
};
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1078,6 +1078,7 @@
|
||||
ic_type = <10>;
|
||||
vend_data: vend_data{ /* Should modified by Customer */
|
||||
vendor_name = "Amlogic"; /* Max Chars: 8 */
|
||||
product_desc = "MBox Meson Ref"; /* Max Chars: 16 */
|
||||
/* standards.ieee.org/develop/regauth/oui/oui.txt */
|
||||
vendor_id = <0x000000>;
|
||||
};
|
||||
|
||||
@@ -1118,6 +1118,7 @@
|
||||
ic_type = <11>;
|
||||
vend_data: vend_data{ /* Should modified by Customer */
|
||||
vendor_name = "Amlogic"; /* Max Chars: 8 */
|
||||
product_desc = "MBox Meson Ref"; /* Max Chars: 16 */
|
||||
/* standards.ieee.org/develop/regauth/oui/oui.txt */
|
||||
vendor_id = <0x000000>;
|
||||
};
|
||||
|
||||
@@ -1127,6 +1127,7 @@
|
||||
ic_type = <11>;
|
||||
vend_data: vend_data{ /* Should modified by Customer */
|
||||
vendor_name = "Amlogic"; /* Max Chars: 8 */
|
||||
product_desc = "MBox Meson Ref"; /* Max Chars: 16 */
|
||||
/* standards.ieee.org/develop/regauth/oui/oui.txt */
|
||||
vendor_id = <0x000000>;
|
||||
};
|
||||
|
||||
@@ -1072,6 +1072,7 @@
|
||||
ic_type = <12>;
|
||||
vend_data: vend_data{ /* Should modified by Customer */
|
||||
vendor_name = "Amlogic"; /* Max Chars: 8 */
|
||||
product_desc = "MBox Meson Ref"; /* Max Chars: 16 */
|
||||
/* standards.ieee.org/develop/regauth/oui/oui.txt */
|
||||
vendor_id = <0x000000>;
|
||||
};
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user