mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
V4L/DVB: gspca - vc032x: Force main register write at probe time (poxxxx)
On laptops, the webcam sometimes disconnects when writing the first main register (b300). This patch prevents the creation of a new /dev/video<n> on streaming start. Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
bb44f5682b
commit
3d217c8656
@ -3520,8 +3520,8 @@ static int sd_init(struct gspca_dev *gspca_dev)
|
||||
if (gspca_dev->usb_buf[0] != 0) {
|
||||
reg_w(gspca_dev, 0xa0, 0x26, 0xb300);
|
||||
reg_w(gspca_dev, 0xa0, 0x04, 0xb300);
|
||||
reg_w(gspca_dev, 0xa0, 0x00, 0xb300);
|
||||
}
|
||||
reg_w(gspca_dev, 0xa0, 0x00, 0xb300);
|
||||
}
|
||||
}
|
||||
return gspca_dev->usb_err;
|
||||
|
Loading…
Reference in New Issue
Block a user