Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58a61f99 authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab
Browse files

[media] rc: allowed_protos now is a bit field



This one must have missed the conversion "c003ab1b [media] rc-core:
add separate defines for protocol bitmaps and numbers".

Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 6026ce07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1212,7 +1212,7 @@ static struct dvb_usb_device_properties vp7049_properties = {
		.rc_interval    = 150,
		.rc_codes       = RC_MAP_TWINHAN_VP1027_DVBS,
		.rc_query       = m920x_rc_core_query,
		.allowed_protos = RC_TYPE_UNKNOWN,
		.allowed_protos = RC_BIT_UNKNOWN,
	},

	.size_of_priv     = sizeof(struct m920x_state),