Re: em28xx: new board id [eb1a:5051]

2012-01-03 Thread Gareth Williams
On Mon, 2012-01-02 at 21:32 -0800, Reuben Stokes wrote: > On Monday 02 January 2012 13:04:01 Gareth Williams wrote: > > On Sun, 2012-01-01 at 20:40 -0800, okonomiyaki...@my180.net wrote: > > > > On Sat, 2011-12-31 at 17:01 -0800, Reuben Stokes wrote: > > > >> O

Re: em28xx: new board id [eb1a:5051]

2012-01-02 Thread Gareth Williams
On Sun, 2012-01-01 at 20:40 -0800, okonomiyaki...@my180.net wrote: > > On Sat, 2011-12-31 at 17:01 -0800, Reuben Stokes wrote: > >> On Saturday 31 December 2011 01:51:45 Gareth Williams wrote: > >> > On Fri, 2011-12-30 at 15:16 -0800, Reuben Stokes wrote: > >>

Re: em28xx: new board id [eb1a:5051]

2012-01-01 Thread Gareth Williams
On Sat, 2011-12-31 at 17:01 -0800, Reuben Stokes wrote: > On Saturday 31 December 2011 01:51:45 Gareth Williams wrote: > > On Fri, 2011-12-30 at 15:16 -0800, Reuben Stokes wrote: > > > On Friday 30 December 2011 14:27:57 Gareth Williams wrote: > > > > On Fri, 201

Re: em28xx: new board id [eb1a:5051]

2011-12-31 Thread Gareth Williams
On Fri, 2011-12-30 at 15:16 -0800, Reuben Stokes wrote: > On Friday 30 December 2011 14:27:57 Gareth Williams wrote: > > On Fri, 2011-12-30 at 05:04 -0800, Reuben Stokes wrote: > > > On Friday 30 December 2011 02:01:35 you wrote: > > > > On Thu, 2011-12-29 at 15

Re: em28xx: new board id [eb1a:5051]

2011-12-30 Thread Gareth Williams
On Fri, 2011-12-30 at 05:04 -0800, Reuben Stokes wrote: > On Friday 30 December 2011 02:01:35 you wrote: > > On Thu, 2011-12-29 at 15:13 -0800, Reuben Stokes wrote: > > > Hi, > > > > > > Not nearly as linux-savvy as most of the users here, but I attempted to > > > operate a "Raygo USB Video Recor

Re: em28xx: new board id [eb1a:5051]

2011-12-30 Thread Gareth Williams
On Thu, 2011-12-29 at 15:13 -0800, Reuben Stokes wrote: > Hi, > > Not nearly as linux-savvy as most of the users here, but I attempted to > operate a "Raygo USB Video Recorder" (audio/video capture device). Don't know > if my efforts qualify as a "test". > > > Model Number: > R12-41373 > > D

[PATCH 2/2] Added USB Id & configuration array for Honestech Vidbox NW03

2011-12-24 Thread Gareth Williams
evice. Signed-off-by: Gareth Williams --- linux/drivers/media/video/em28xx/em28xx-cards.c | 18 ++ linux/drivers/media/video/em28xx/em28xx.h |1 + 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/dr

Re: [PATCH 1/2] Fixed detection of EMP202 audio chip. Some versions have an id of 0x83847650 instead of 0xffffffff.

2011-12-21 Thread Gareth Williams
On Wednesday 21 Dec 2011 15:24:43 you wrote: > On Wednesday 21 Dec 2011 11:54:33 you wrote: > > On 20-12-2011 19:45, Gareth Williams wrote: > > > Signed-off-by: Gareth Williams > > > > > > Honestech Vidbox NW03 has a EMP202 audio chip wi

Re: [PATCH 1/2] Fixed detection of EMP202 audio chip. Some versions have an id of 0x83847650 instead of 0xffffffff.

2011-12-21 Thread Gareth Williams
On Wednesday 21 Dec 2011 11:54:33 you wrote: > On 20-12-2011 19:45, Gareth Williams wrote: > > Signed-off-by: Gareth Williams > > > > Honestech Vidbox NW03 has a EMP202 audio chip with a different Vendor > > ID. > > > > Apparently, it is the same with th

[PATCH 1/2] Fixed detection of EMP202 audio chip. Some versions have an id of 0x83847650 instead of 0xffffffff.

2011-12-20 Thread Gareth Williams
Signed-off-by: Gareth Williams Honestech Vidbox NW03 has a EMP202 audio chip with a different Vendor ID. Apparently, it is the same with the Gadmei ITV380: http://linuxtv.org/wiki/index.php/Gadmei_USB_TVBox_UTV380 --- linux/drivers/media/video/em28xx/em28xx-core.c |2 +- 1 files changed