DRM_CONNECTOR_HDMI_PRODUCT_LEN
(strlen(product) > DRM_CONNECTOR_HDMI_PRODUCT_LEN))
memset(connector->hdmi.product, 0, DRM_CONNECTOR_HDMI_PRODUCT_LEN);
unsigned char product[DRM_CONNECTOR_HDMI_PRODUCT_LEN] __nonstring;