summaryrefslogtreecommitdiffstats
path: root/include/hardware
diff options
context:
space:
mode:
authorJungshik Jang <jayjang@google.com>2014-07-21 23:23:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-17 21:11:29 +0000
commitc48c879bddd32807001ae1b7a4c8de227a2f5c52 (patch)
tree6aeb8f668e70a2d04e95830dfdf897e276860c68 /include/hardware
parent122b588b788077153b4fd54865a1b9a92fce90e8 (diff)
parent2b863dc4448a0e6faf8d98d5c826c4ba45c795a8 (diff)
downloadhardware_libhardware-c48c879bddd32807001ae1b7a4c8de227a2f5c52.zip
hardware_libhardware-c48c879bddd32807001ae1b7a4c8de227a2f5c52.tar.gz
hardware_libhardware-c48c879bddd32807001ae1b7a4c8de227a2f5c52.tar.bz2
Merge "Update comment for send message." into lmp-dev
Diffstat (limited to 'include/hardware')
-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 95c0c4e..646dc45 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 try retransmission at least once as specified in the standard.
+ * It should not try retransmission because it's handled by upper layer.
*
* Returns error code. See HDMI_RESULT_SUCCESS, HDMI_RESULT_NACK, and
* HDMI_RESULT_BUSY.