Re: [PATCH RFC 01/11] dvb_usb_v2: make remote controller optional

2013-01-06 Thread Mauro Carvalho Chehab
Em Sun, 6 Jan 2013 10:11:29 -0200 Mauro Carvalho Chehab escreveu: > Em Mon, 10 Dec 2012 02:45:25 +0200 > Antti Palosaari escreveu: > > > Make it possible to compile dvb_usb_v2 driver without the remote > > controller (RC-core). > > > > Signed-off-by: Antti Palosaari > > --- > > drivers/media

Re: [PATCH RFC 01/11] dvb_usb_v2: make remote controller optional

2013-01-06 Thread Mauro Carvalho Chehab
Em Mon, 10 Dec 2012 02:45:25 +0200 Antti Palosaari escreveu: > Make it possible to compile dvb_usb_v2 driver without the remote > controller (RC-core). > > Signed-off-by: Antti Palosaari > --- > drivers/media/usb/dvb-usb-v2/Kconfig| 3 ++- > drivers/media/usb/dvb-usb-v2/dvb_usb.h

[PATCH RFC 01/11] dvb_usb_v2: make remote controller optional

2012-12-09 Thread Antti Palosaari
Make it possible to compile dvb_usb_v2 driver without the remote controller (RC-core). Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/Kconfig| 3 ++- drivers/media/usb/dvb-usb-v2/dvb_usb.h | 9 + drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 12 +++