summaryrefslogtreecommitdiffstats
path: root/include/hardware/hdmi_cec.h
diff options
context:
space:
mode:
authorJinsuk Kim <jinsukkim@google.com>2014-07-28 07:51:32 +0000
committerJinsuk Kim <jinsukkim@google.com>2014-07-28 08:04:04 +0000
commit634e9484ebe324cbeb8aa874f5d71143f8354232 (patch)
tree8a7843c4ea3b958c2f51a31981fdb17e4cae505c /include/hardware/hdmi_cec.h
parentd61f84efe29ef126ced564857be781128246a407 (diff)
downloadhardware_libhardware-634e9484ebe324cbeb8aa874f5d71143f8354232.zip
hardware_libhardware-634e9484ebe324cbeb8aa874f5d71143f8354232.tar.gz
hardware_libhardware-634e9484ebe324cbeb8aa874f5d71143f8354232.tar.bz2
Revert "Update comment for send message."
This reverts commit 0e956a7cd2dee76b762320c141960ffdb64d24eb. The decision was to revert to the old behavior where retransmission will be handled by HAL for efficiency. Change-Id: If165b60c0408ea1015b83806f6bf21e18b15bc7f
Diffstat (limited to 'include/hardware/hdmi_cec.h')
-rw-r--r--include/hardware/hdmi_cec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/hdmi_cec.h b/include/hardware/hdmi_cec.h
index 646dc45..95c0c4e 100644
--- a/include/hardware/hdmi_cec.h
+++ b/include/hardware/hdmi_cec.h
@@ -339,7 +339,7 @@ typedef struct hdmi_cec_device {
* some reason. HAL implementation should take the situation into account
* so as not to wait forever for the message to get sent out.
*
- * It should not try retransmission because it's handled by upper layer.
+ * It should try retransmission at least once as specified in the standard.
*
* Returns error code. See HDMI_RESULT_SUCCESS, HDMI_RESULT_NACK, and
* HDMI_RESULT_BUSY.