Re: [PATCH 2/2 v2] gspca: Add MR97310A driver

2009-01-16 Thread Kyle Guinn
On Friday 16 January 2009 02:47:31 Jean-Francois Moine wrote: > On Thu, 15 Jan 2009 22:36:49 -0600 > Kyle Guinn wrote: > > This patch adds support for USB webcams based on the MR97310A chip. > > It was tested with an Aiptek PenCam VGA+ webcam. > > Hi Kyle, > > I added your driver to my repository.

Re: [PATCH 2/2 v2] gspca: Add MR97310A driver

2009-01-16 Thread Kyle Guinn
Fix camera initialization copy/paste bugs From: Kyle Guinn Fix a couple of copy and paste bugs in the MR97310A initialization. Priority: normal Signed-off-by: Kyle Guinn diff --git a/linux/drivers/media/video/gspca/mr97310a.c b/linux/drivers/media/video/gspca/mr97310a.c --- a/linux/drivers/

Re: [PATCH 2/2 v2] gspca: Add MR97310A driver

2009-01-16 Thread Jean-Francois Moine
On Thu, 15 Jan 2009 22:36:49 -0600 Kyle Guinn wrote: > This patch adds support for USB webcams based on the MR97310A chip. > It was tested with an Aiptek PenCam VGA+ webcam. Hi Kyle, I added your driver to my repository. I just found a little bug. At line 250/251 data[8] = 0x01;

[PATCH 2/2 v2] gspca: Add MR97310A driver

2009-01-15 Thread Kyle Guinn
gspca: Add MR97310A driver From: Kyle Guinn This patch adds support for USB webcams based on the MR97310A chip. It was tested with an Aiptek PenCam VGA+ webcam. Priority: normal Signed-off-by: Kyle Guinn diff --git a/linux/Documentation/video4linux/gspca.txt b/linux/Documentation/video4linu