Skip to content

Commit

Permalink
V4L/DVB: Documentation: gspca.txt: update known mr97310a cams
Browse files Browse the repository at this point in the history
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
jwrdegoede authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 9d3103d commit 606f842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Documentation/video4linux/gspca.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ sunplus 08ca:2050 Medion MD 41437
sunplus 08ca:2060 Aiptek PocketDV5300
tv8532 0923:010f ICM532 cams
mars 093a:050f Mars-Semi Pc-Camera
mr97310a 093a:010e All four known CIF cams with this ID
mr97310a 093a:010f All four known VGA cams with this ID
mr97310a 093a:010e All known CIF cams with this ID
mr97310a 093a:010f All known VGA cams with this ID
pac207 093a:2460 Qtec Webcam 100
pac207 093a:2461 HP Webcam
pac207 093a:2463 Philips SPC 220 NC
Expand Down
4 changes: 2 additions & 2 deletions drivers/media/video/gspca/sonixb.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ static const struct ctrl sd_ctrls[] = {
.minimum = 0,
.maximum = 2, /* 0: 0, 1: 50Hz, 2:60Hz */
.step = 1,
#define FREQ_DEF 1
#define FREQ_DEF 0
.default_value = FREQ_DEF,
},
.set = sd_setfreq,
Expand Down Expand Up @@ -944,7 +944,7 @@ static void do_autogain(struct gspca_dev *gspca_dev)
desired_avg_lum = 5000;
} else {
deadzone = 1500;
desired_avg_lum = 23000;
desired_avg_lum = 18000;
}

if (sensor_data[sd->sensor].flags & F_COARSE_EXPO)
Expand Down

0 comments on commit 606f842

Please sign in to comment.