Skip to content

Commit

Permalink
V4L/DVB (13265): gspca_mr97310a: Partly back off red gain change for …
Browse files Browse the repository at this point in the history
…Sakar Digital VGA camera

gspca_mr97310a: Partly back off red gain change for Sakar Digital VGA camera

Signed-off-by: Theodore Kilgore <kilgota@banach.math.auburn.edu>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Theodore Kilgore authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 972aacc commit b31210d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/mr97310a.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ static int start_vga_cam(struct gspca_dev *gspca_dev)
{0x02, 0x00, {0x06, 0x59, 0x0c, 0x16, 0x00,
/* adjusted blue, green, red gain correct
too much blue from the Sakar Digital */
0x05, 0x01, 0x05}, 8}
0x05, 0x01, 0x04}, 8}
};

const struct sensor_w_data color_no_adj[] = {
Expand Down

0 comments on commit b31210d

Please sign in to comment.