diff options
author | Jungshik Jang <jayjang@google.com> | 2014-07-21 18:06:01 +0900 |
---|---|---|
committer | Jungshik Jang <jayjang@google.com> | 2014-07-21 18:06:01 +0900 |
commit | 2b863dc4448a0e6faf8d98d5c826c4ba45c795a8 (patch) | |
tree | 55bc81b43ff7bc32f535a9244a7ef4b5e835bad8 /include | |
parent | 962e9adc2f281b0669fbec2e7f8b011beb726d8c (diff) | |
download | hardware_libhardware-2b863dc4448a0e6faf8d98d5c826c4ba45c795a8.zip hardware_libhardware-2b863dc4448a0e6faf8d98d5c826c4ba45c795a8.tar.gz hardware_libhardware-2b863dc4448a0e6faf8d98d5c826c4ba45c795a8.tar.bz2 |
Update comment for send message.
HAL should not handle retransmission because it's handled by
hdmi control service.
Change-Id: I0daf1baf6f87805e2049ff84c6f8c2cace76dba2
Diffstat (limited to 'include')
-rw-r--r-- | include/hardware/hdmi_cec.h | 2 |
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. |