Re: [PATCH RFC] dvb-usb-v2: add support for the media controller at USB driver

2015-02-12 Thread Mauro Carvalho Chehab
Em Wed, 11 Feb 2015 22:04:44 -0200 Rafael Lourenço de Lima Chehab escreveu: > Create a struct media_device and add it to the dvb adapter. > > Please notice that the tuner is not mapped yet by the dvb core. > > Signed-off-by: Rafael Lourenço de Lima Chehab > --- > drivers/media/usb/dvb-usb-v2

Re: [PATCH RFC] dvb-usb-v2: add support for the media controller at USB driver

2015-02-11 Thread Antti Palosaari
Moikka! On 02/12/2015 02:04 AM, Rafael Lourenço de Lima Chehab wrote: Create a struct media_device and add it to the dvb adapter. Please notice that the tuner is not mapped yet by the dvb core. Signed-off-by: Rafael Lourenço de Lima Chehab --- drivers/media/usb/dvb-usb-v2/dvb_usb.h |

[PATCH RFC] dvb-usb-v2: add support for the media controller at USB driver

2015-02-11 Thread Rafael Lourenço de Lima Chehab
Create a struct media_device and add it to the dvb adapter. Please notice that the tuner is not mapped yet by the dvb core. Signed-off-by: Rafael Lourenço de Lima Chehab --- drivers/media/usb/dvb-usb-v2/dvb_usb.h | 5 +++ drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 61 ++