[media] cec: don't Feature Abort broadcast msgs when unregistered
authorHans Verkuil <hansverk@cisco.com>
Wed, 24 Aug 2016 08:36:53 +0000 (05:36 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 5 Sep 2016 18:35:50 +0000 (15:35 -0300)
commit5aacbc59907263ba112434c804b5fd9984790b42
treeb280b6b04f9a016bb923ab367aacc4aae88fef74
parentc6935931c1894ff857616ff8549b61236a19148f
[media] cec: don't Feature Abort broadcast msgs when unregistered

If the adapter is configured as 'Unregistered', then cec_receive_notify
incorrectly thinks that broadcast messages are directed messages. The
destination for broadcast messages is 0xf, and the logical address
assigned to Unregistered devices is also 0xf and the logic didn't handle
that correctly.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/cec/cec-adap.c
This page took 0.024665 seconds and 5 git commands to generate.