]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: pulse8-cec: persistent_config should be off by default
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 16 Jul 2017 08:15:47 +0000 (05:15 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 26 Jul 2017 09:46:43 +0000 (05:46 -0400)
commit9b7c0c476f66ee212925c801c4141fdd83b7336d
tree3dcf7d0b0fd048521a0bfbb64e9bde11fe82a617
parentbd34ca8758d0ee9b13c0c067a956b0e9eb247d18
media: pulse8-cec: persistent_config should be off by default

The persistent_config option is used to make the CEC settings persistent by using
the eeprom inside the device to store this information. This was on by default, which
caused confusion since this device now behaves differently from other CEC devices
which all come up unconfigured.

Another reason for doing this now is that I hope a more standard way of selecting
persistent configuration will be created in the future. And for that to work all
CEC drivers should behave the same and come up unconfigured by default.

None of the open source CEC applications are using this CEC framework at the moment
so change this behavior before it is too late.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Cc: <stable@vger.kernel.org> # for v4.10 and up
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/pulse8-cec/pulse8-cec.c