Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343926
b: refs/heads/master
c: 293d31e
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Mauro Carvalho Chehab committed Nov 21, 2012
1 parent 07175b3 commit 1ec9c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 40ad4a30299fd01ae2a7b3c76089e64517f05d3b
refs/heads/master: 293d31ed32e491fa8124f8faf3ab6c9bbc425234
5 changes: 1 addition & 4 deletions trunk/drivers/media/usb/stkwebcam/stk-webcam.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Jaime Velasco Juan <jsagarribay@gmail.com> and Nicolas VIVIEN");
MODULE_DESCRIPTION("Syntek DC1125 webcam driver");


/* bool for webcam LED management */
int first_init = 1;

/* Some cameras have audio interfaces, we aren't interested in those */
static struct usb_device_id stkwebcam_table[] = {
{ USB_DEVICE_AND_INTERFACE_INFO(0x174f, 0xa311, 0xff, 0xff, 0xff) },
Expand Down Expand Up @@ -554,6 +550,7 @@ static void stk_free_buffers(struct stk_camera *dev)

static int v4l_stk_open(struct file *fp)
{
static int first_init = 1; /* webcam LED management */
struct stk_camera *dev;
struct video_device *vdev;

Expand Down

0 comments on commit 1ec9c86

Please sign in to comment.