* [linux-dvb] cx18 driver not in main repo?
@ 2008-04-27 23:49 Andreas
2008-04-28 0:45 ` Andy Walls
0 siblings, 1 reply; 4+ messages in thread
From: Andreas @ 2008-04-27 23:49 UTC (permalink / raw)
To: linux-dvb
Hi all,
I noticed today that the cx18 driver (for Hauppauge's HVR-1600) is not in
the main v4ldvb repository. I was hoping to take advantage of the new
module parameter "adapter_nr" for my other dvb card (using the saa7134_dvb
driver) to achieve a consistent device numbering across restarts. Instead,
I had to check out Hans Verkuil's repo with the cx18, but without the new
module parameter.
Is there a reason why the cx18 driver is not available in the main repo?
--
Gruß
Andreas
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] cx18 driver not in main repo?
2008-04-27 23:49 [linux-dvb] cx18 driver not in main repo? Andreas
@ 2008-04-28 0:45 ` Andy Walls
2008-04-28 3:05 ` Andreas
0 siblings, 1 reply; 4+ messages in thread
From: Andy Walls @ 2008-04-28 0:45 UTC (permalink / raw)
To: Andreas; +Cc: linux-dvb
On Sun, 2008-04-27 at 16:49 -0700, Andreas wrote:
> Hi all,
> I noticed today that the cx18 driver (for Hauppauge's HVR-1600) is not in
> the main v4ldvb repository.
Andreas,
Hans just asked Mauro to pull it. See:
http://ivtvdriver.org/pipermail/ivtv-devel/2008-April/005509.html
> I was hoping to take advantage of the new
> module parameter "adapter_nr" for my other dvb card (using the saa7134_dvb
> driver) to achieve a consistent device numbering across restarts. Instead,
> I had to check out Hans Verkuil's repo with the cx18, but without the new
> module parameter.
The latest of Hans' cx18 repo does have the parameter in question. From
my hg cloned copy:
$ grep -n adapter_nr cx18/linux/drivers/media/video/cx18/*
cx18/linux/drivers/media/video/cx18/cx18-dvb.c:29:DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr);
cx18/linux/drivers/media/video/cx18/cx18-dvb.c:144: THIS_MODULE, &cx->dev->dev, adapter_nr);
Beyond "/sbin/modinfo cx18" I can't test if it works. But if you need
it, it's there.
Regards,
Andy
>
> Is there a reason why the cx18 driver is not available in the main repo?
>
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] cx18 driver not in main repo?
2008-04-28 0:45 ` Andy Walls
@ 2008-04-28 3:05 ` Andreas
2008-04-28 22:13 ` Andy Walls
0 siblings, 1 reply; 4+ messages in thread
From: Andreas @ 2008-04-28 3:05 UTC (permalink / raw)
To: Andy Walls; +Cc: linux-dvb
Am Sonntag, 27. April 2008 17:45:01 schrieb Andy Walls:
> On Sun, 2008-04-27 at 16:49 -0700, Andreas wrote:
> > Hi all,
> > I noticed today that the cx18 driver (for Hauppauge's HVR-1600) is not
> > in the main v4ldvb repository.
>
> Andreas,
>
> Hans just asked Mauro to pull it. See:
>
> http://ivtvdriver.org/pipermail/ivtv-devel/2008-April/005509.html
>
> > I was hoping to take advantage of the new
> > module parameter "adapter_nr" for my other dvb card (using the
> > saa7134_dvb driver) to achieve a consistent device numbering across
> > restarts. Instead, I had to check out Hans Verkuil's repo with the
> > cx18, but without the new module parameter.
>
> The latest of Hans' cx18 repo does have the parameter in question. From
> my hg cloned copy:
>
> $ grep -n adapter_nr cx18/linux/drivers/media/video/cx18/*
> cx18/linux/drivers/media/video/cx18/cx18-dvb.c:29:DVB_DEFINE_MOD_OPT_ADAP
>TER_NR(adapter_nr); cx18/linux/drivers/media/video/cx18/cx18-dvb.c:144:
> THIS_MODULE, &cx->dev->dev, adapter_nr);
yep, you're right. I got the module versions mixed up. Now, after a restart,
I can indeed set the adapter_nr for both cards. I'm a happy camper now :)
> Beyond "/sbin/modinfo cx18" I can't test if it works. But if you need
> it, it's there.
I noticed that you jumped in and helped with the development of the cx18 and
ivtv driver. Thank you very much!
--
Gruß
Andreas
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] cx18 driver not in main repo?
2008-04-28 3:05 ` Andreas
@ 2008-04-28 22:13 ` Andy Walls
0 siblings, 0 replies; 4+ messages in thread
From: Andy Walls @ 2008-04-28 22:13 UTC (permalink / raw)
To: Andreas; +Cc: linux-dvb
On Sun, 2008-04-27 at 20:05 -0700, Andreas wrote:
> I noticed that you jumped in and helped with the development of the cx18 and
> ivtv driver. Thank you very much!
You're welcome.
I'm mostly trying to lighten Hans' load on cx18 and get better TV
picture for myself, since I live in a "deep fringe" reception area.
Hans still shapes the development direction and final form of changes
for cx18.
Also still look to Hans for the ivtv driver. Unless I have a major
problem with my PVR-150, I don't anticipate contributing much to ivtv.
Regards,
Andy
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-28 22:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27 23:49 [linux-dvb] cx18 driver not in main repo? Andreas
2008-04-28 0:45 ` Andy Walls
2008-04-28 3:05 ` Andreas
2008-04-28 22:13 ` Andy Walls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox