projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
379aa4d
)
[media] dvb-usb: increase MAX_NO_OF_FE_PER_ADAP from 2 to 3
author
Michael Krufky
<mkrufky@linuxtv.org>
Sun, 29 Jan 2012 18:53:12 +0000
(15:53 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 20 May 2012 13:03:08 +0000
(10:03 -0300)
The following patch adds support for a third frontend to exist on a single
DVB adapter, in the mxl111sf driver. This patch allows that to be possible.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dvb-usb.h
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/dvb-usb/dvb-usb.h
b/drivers/media/dvb/dvb-usb/dvb-usb.h
index
86cfa86
..
99f9440
100644
(file)
--- a/
drivers/media/dvb/dvb-usb/dvb-usb.h
+++ b/
drivers/media/dvb/dvb-usb/dvb-usb.h
@@
-157,7
+157,7
@@
struct dvb_usb_adapter_fe_properties {
int size_of_priv;
};
-#define MAX_NO_OF_FE_PER_ADAP
2
+#define MAX_NO_OF_FE_PER_ADAP
3
struct dvb_usb_adapter_properties {
int size_of_priv;