From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Johan Fjeldtvedt <jaffe1@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCHv2 3/4] pulse8-cec: add notes about behavior in autonomous mode
Date: Tue, 6 Sep 2016 16:33:07 -0300 [thread overview]
Message-ID: <20160906163307.3334ba54@vento.lan> (raw)
In-Reply-To: <1471856694-14182-4-git-send-email-jaffe1@gmail.com>
Em Mon, 22 Aug 2016 11:04:53 +0200
Johan Fjeldtvedt <jaffe1@gmail.com> escreveu:
> The pulse8 dongle has some quirky behaviors when in autonomous mode.
> Document these.
>
> Signed-off-by: Johan Fjeldtvedt <jaffe1@gmail.com>
While it is ok to add this at a note on the driver, IMHO, the best would
be to write a rst file for this driver, when it moves from staging,
adding those notes there too.
Regards,
Mauro
> ---
> drivers/staging/media/pulse8-cec/pulse8-cec.c | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/drivers/staging/media/pulse8-cec/pulse8-cec.c b/drivers/staging/media/pulse8-cec/pulse8-cec.c
> index 37c8418..aa679a3 100644
> --- a/drivers/staging/media/pulse8-cec/pulse8-cec.c
> +++ b/drivers/staging/media/pulse8-cec/pulse8-cec.c
> @@ -10,6 +10,29 @@
> * this archive for more details.
> */
>
> +/*
> + * Notes:
> + *
> + * - Devices with firmware version < 2 do not store their configuration in
> + * EEPROM.
> + *
> + * - In autonomous mode, only messages from a TV will be acknowledged, even
> + * polling messages. Upon receiving a message from a TV, the dongle will
> + * respond to messages from any logical address.
> + *
> + * - In autonomous mode, the dongle will by default reply Feature Abort
> + * [Unrecognized Opcode] when it receives Give Device Vendor ID. It will
> + * however observe vendor ID's reported by other devices and possibly
> + * alter this behavior. When TV's (and TV's only) report that their vendor ID
> + * is LG (0x00e091), the dongle will itself reply that it has the same vendor
> + * ID, and it will respond to at least one vendor specific command.
> + *
> + * - In autonomous mode, the dongle is known to attempt wakeup if it receives
> + * <User Control Pressed> ["Power On"], ["Power] or ["Power Toggle"], or if it
> + * receives <Set Stream Path> with its own physical address. It also does this
> + * if it receives <Vendor Specific Command> [0x03 0x00] from an LG TV.
> + */
> +
> #include <linux/completion.h>
> #include <linux/init.h>
> #include <linux/interrupt.h>
Thanks,
Mauro
next prev parent reply other threads:[~2016-09-06 19:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-22 9:04 [PATCHv2 0/4] pulse8-cec: Add support for storing and optionally restoring config Johan Fjeldtvedt
2016-08-22 9:04 ` [PATCHv2 1/4] cec: allow configuration both from within driver and from user space Johan Fjeldtvedt
2016-08-22 9:04 ` [PATCHv2 2/4] pulse8-cec: serialize communication with adapter Johan Fjeldtvedt
2016-08-22 9:04 ` [PATCHv2 3/4] pulse8-cec: add notes about behavior in autonomous mode Johan Fjeldtvedt
2016-09-06 19:33 ` Mauro Carvalho Chehab [this message]
2016-08-22 9:04 ` [PATCHv2 4/4] pulse8-cec: sync configuration with adapter Johan Fjeldtvedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160906163307.3334ba54@vento.lan \
--to=mchehab@s-opensource.com \
--cc=jaffe1@gmail.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).