Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45090
b: refs/heads/master
c: 9a2816c
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Mauro Carvalho Chehab committed Dec 27, 2006
1 parent 44ac62e commit bd68b07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f1693fe82b499a3306993020ef14011ed0420d0
refs/heads/master: 9a2816c1c4ca7f5d02de4339589913701251dd5a
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ config VIDEO_M32R_AR_M64278

config VIDEO_CAFE_CCIC
tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
depends on I2C && VIDEO_V4L2
depends on PCI && I2C && VIDEO_V4L2
select VIDEO_OV7670
---help---
This is a video4linux2 driver for the Marvell 88ALP01 integrated
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1674,9 +1674,9 @@ static int em28xx_init_dev(struct em28xx **devhandle, struct usb_device *udev,
if (dev->has_msp34xx) {
/* Send a reset to other chips via gpio */
em28xx_write_regs_req(dev, 0x00, 0x08, "\xf7", 1);
udelay(2500);
msleep(3);
em28xx_write_regs_req(dev, 0x00, 0x08, "\xff", 1);
udelay(2500);
msleep(3);

}
video_mux(dev, 0);
Expand Down

0 comments on commit bd68b07

Please sign in to comment.