projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6026ce0
)
[media] rc: allowed_protos now is a bit field
author
Sean Young
<sean@mess.org>
Mon, 8 Jul 2013 20:33:10 +0000
(17:33 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Tue, 30 Jul 2013 20:01:13 +0000
(17:01 -0300)
This one must have missed the conversion "
c003ab1b
[media] rc-core:
add separate defines for protocol bitmaps and numbers".
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/dvb-usb/m920x.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/dvb-usb/m920x.c
b/drivers/media/usb/dvb-usb/m920x.c
index
c2b635d
..
0306cb7
100644
(file)
--- a/
drivers/media/usb/dvb-usb/m920x.c
+++ b/
drivers/media/usb/dvb-usb/m920x.c
@@
-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),