Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision

2009-03-18 Thread Hans Verkuil
On Tuesday 17 March 2009 22:26:16 Dwaine Garden wrote:
 Invalid link for http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision?

It's already been merged in the master, so use 
http://www.linuxtv.org/hg/v4l-dvb instead.

Thanks for testing this!

Regards,

Hans






 
 From: Mauro Carvalho Chehab mche...@infradead.org
 To: Thierry MERLE thierry.me...@free.fr; Dwaine Garden
 dwainegar...@rogers.com Cc: Hans Verkuil hverk...@xs4all.nl;
 linux-media@vger.kernel.org Sent: Thursday, February 26, 2009 2:28:06 PM
 Subject: Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision

 On Sat, 21 Feb 2009 22:17:10 +0100

 Hans Verkuil hverk...@xs4all.nl wrote:
  Hi Mauro,
 
  Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision
  for the following:
 
  - v4l2-common: add v4l2_i2c_subdev_addr()
  - usbvision: convert to v4l2_device/v4l2_subdev.

 Thierry/Dwaine,

 Could you please check if everything is ok with usbvision after those
 patches?

  Thanks,
 
  Hans
 
  diffstat:
   drivers/media/video/usbvision/usbvision-core.c  |2
   drivers/media/video/usbvision/usbvision-i2c.c   |  147
  ++--
   drivers/media/video/usbvision/usbvision-video.c |   63 --
   drivers/media/video/usbvision/usbvision.h   |8 -
   drivers/media/video/v4l2-common.c   |9 +
   include/media/v4l2-common.h |2
   6 files changed, 86 insertions(+), 145 deletions(-)

 Cheers,
 Mauro



-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision

2009-02-27 Thread Thierry Merle
Hans Verkuil a écrit :
 On Thursday 26 February 2009 20:28:06 Mauro Carvalho Chehab wrote:
 On Sat, 21 Feb 2009 22:17:10 +0100

 Hans Verkuil hverk...@xs4all.nl wrote:
 Hi Mauro,

 Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision
 for the following:

 - v4l2-common: add v4l2_i2c_subdev_addr()
 - usbvision: convert to v4l2_device/v4l2_subdev.
 Thierry/Dwaine,

 Could you please check if everything is ok with usbvision after those
 patches?
 
 Just for the record, I did test it on my pinnacle. Sorry, I should have 
 mentioned it. But it's of course always good to have more testing done.
 
It is OK; already merged but here is my ack for this patch:
Acked-by: Thierry Merle thierry.me...@free.fr

Cheers,
Thierry


--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision

2009-02-26 Thread Mauro Carvalho Chehab
On Sat, 21 Feb 2009 22:17:10 +0100
Hans Verkuil hverk...@xs4all.nl wrote:

 Hi Mauro,
 
 Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision for 
 the following:
 
 - v4l2-common: add v4l2_i2c_subdev_addr()
 - usbvision: convert to v4l2_device/v4l2_subdev.

Thierry/Dwaine,

Could you please check if everything is ok with usbvision after those patches?
 
 Thanks,
 
 Hans
 
 diffstat:
  drivers/media/video/usbvision/usbvision-core.c  |2
  drivers/media/video/usbvision/usbvision-i2c.c   |  147 
 ++--
  drivers/media/video/usbvision/usbvision-video.c |   63 --
  drivers/media/video/usbvision/usbvision.h   |8 -
  drivers/media/video/v4l2-common.c   |9 +
  include/media/v4l2-common.h |2
  6 files changed, 86 insertions(+), 145 deletions(-)
 




Cheers,
Mauro
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision

2009-02-26 Thread Hans Verkuil
On Thursday 26 February 2009 20:28:06 Mauro Carvalho Chehab wrote:
 On Sat, 21 Feb 2009 22:17:10 +0100

 Hans Verkuil hverk...@xs4all.nl wrote:
  Hi Mauro,
 
  Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision
  for the following:
 
  - v4l2-common: add v4l2_i2c_subdev_addr()
  - usbvision: convert to v4l2_device/v4l2_subdev.

 Thierry/Dwaine,

 Could you please check if everything is ok with usbvision after those
 patches?

Just for the record, I did test it on my pinnacle. Sorry, I should have 
mentioned it. But it's of course always good to have more testing done.

Regards,

Hans


  Thanks,
 
  Hans
 
  diffstat:
   drivers/media/video/usbvision/usbvision-core.c  |2
   drivers/media/video/usbvision/usbvision-i2c.c   |  147
  ++--
   drivers/media/video/usbvision/usbvision-video.c |   63 --
   drivers/media/video/usbvision/usbvision.h   |8 -
   drivers/media/video/v4l2-common.c   |9 +
   include/media/v4l2-common.h |2
   6 files changed, 86 insertions(+), 145 deletions(-)

 Cheers,
 Mauro
 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision

2009-02-21 Thread Hans Verkuil
Hi Mauro,

Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision for 
the following:

- v4l2-common: add v4l2_i2c_subdev_addr()
- usbvision: convert to v4l2_device/v4l2_subdev.

Thanks,

Hans

diffstat:
 drivers/media/video/usbvision/usbvision-core.c  |2
 drivers/media/video/usbvision/usbvision-i2c.c   |  147 
++--
 drivers/media/video/usbvision/usbvision-video.c |   63 --
 drivers/media/video/usbvision/usbvision.h   |8 -
 drivers/media/video/v4l2-common.c   |9 +
 include/media/v4l2-common.h |2
 6 files changed, 86 insertions(+), 145 deletions(-)

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html