mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +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>
This commit is contained in:
@@ -1095,6 +1095,7 @@
|
||||
cedst_en = <0>;
|
||||
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>;
|
||||
};
|
||||
|
||||
@@ -1176,6 +1176,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>;
|
||||
};
|
||||
|
||||
@@ -1167,6 +1167,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>;
|
||||
};
|
||||
|
||||
@@ -1589,6 +1589,7 @@
|
||||
ic_type = <13>;
|
||||
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>;
|
||||
};
|
||||
|
||||
@@ -1094,6 +1094,7 @@
|
||||
dongle_mode = <0>;
|
||||
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>;
|
||||
};
|
||||
|
||||
@@ -1176,6 +1176,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>;
|
||||
};
|
||||
|
||||
@@ -1166,6 +1166,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>;
|
||||
};
|
||||
|
||||
@@ -1590,6 +1590,7 @@
|
||||
ic_type = <13>;
|
||||
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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user