Re: [v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-09-14 Thread Hans Verkuil
On 12/09/2020 19:57, Mauro Carvalho Chehab wrote: > Em Sat, 12 Sep 2020 11:49:01 -0300 > "Daniel W. S. Almeida" escreveu: > >> Hi Hans and Mauro & all >> >> >>> Why the dvb_ prefix? All virtual drivers just start with 'vi'. >>> >>> And wouldn't it make more sense to call dvb_vidtv_bridge.ko just

Re: [v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-09-12 Thread Mauro Carvalho Chehab
Em Sat, 12 Sep 2020 11:49:01 -0300 "Daniel W. S. Almeida" escreveu: > Hi Hans and Mauro & all > > > >Why the dvb_ prefix? All virtual drivers just start with 'vi'. > > > >And wouldn't it make more sense to call dvb_vidtv_bridge.ko just vidtv.ko? > >Just like the other virtual media drivers? >

Re: [v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-09-12 Thread Daniel W. S. Almeida
Hi Hans and Mauro & all >Why the dvb_ prefix? All virtual drivers just start with 'vi'. > >And wouldn't it make more sense to call dvb_vidtv_bridge.ko just vidtv.ko? >Just like the other virtual media drivers? I guess Mauro was the one to come up with the dvb_* prefix for the kernel modules for

Re: [v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-09-12 Thread Mauro Carvalho Chehab
Hi Hans/Daniel, Em Sat, 12 Sep 2020 10:21:59 +0200 Hans Verkuil escreveu: > > Building vidtv > > -- > > vidtv is a test driver and thus is **not** enabled by default when > > compiling the kernel. > > > > In order to enable compilation of vidtv: > > > > - Enable **DVB_TEST_DRIVERS*

Re: [v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-09-12 Thread Hans Verkuil
On 21/08/2020 14:58, Daniel W. S. Almeida wrote: > From: "Daniel W. S. Almeida" > > This series is work in progress. It represents the current work done on a > virtual DVB driver for the Linux media subsystem. I am new to the media > subsystem and to kernel development in general. > > This drive

Re: [v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-09-12 Thread Hans Verkuil
Hi Daniel, First of all, thank you for all your work on this. I see that Mauro merged this v10, and after testing I posted a patch for the Kconfig, since that seems to be wrong. I have some more questions below, my apologies if that's been asked before. On 21/08/2020 14:58, Daniel W. S. Almeida

Re: [v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-09-11 Thread Daniel W. S. Almeida
Hey Mauro, > Thanks for all the hard work on it. Very much appreciated! > > I finally found some time to test it. For now, just a quick > test from my side, without passing any arguments to the > driver. > That's nice! > My plan is to write some patches on the top of yours, in order to > addre

Re: [v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-09-11 Thread Mauro Carvalho Chehab
Hi Daniel, Em Fri, 21 Aug 2020 09:58:44 -0300 "Daniel W. S. Almeida" escreveu: > From: "Daniel W. S. Almeida" > > This series is work in progress. It represents the current work done on a > virtual DVB driver for the Linux media subsystem. I am new to the media > subsystem and to kernel develo

[v10 0/4] media: vidtv: Implement a virtual DVB driver

2020-08-21 Thread Daniel W. S. Almeida
From: "Daniel W. S. Almeida" This series is work in progress. It represents the current work done on a virtual DVB driver for the Linux media subsystem. I am new to the media subsystem and to kernel development in general. This driver aims to: - Serve as template for new DVB driver write