patch-2.4.23 linux-2.4.23/drivers/usb/pwc-misc.c
Next file: linux-2.4.23/drivers/usb/pwc-uncompress.c
Previous file: linux-2.4.23/drivers/usb/pwc-ioctl.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2003-11-28 10:26:20.000000000 -0800
- Orig file:
linux-2.4.22/drivers/usb/pwc-misc.c
- Orig date:
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.22/drivers/usb/pwc-misc.c linux-2.4.23/drivers/usb/pwc-misc.c
@@ -1,6 +1,6 @@
/* Linux driver for Philips webcam
Various miscellaneous functions and tables.
- (C) 1999-2002 Nemosoft Unv. (webcam@smcc.demon.nl)
+ (C) 1999-2003 Nemosoft Unv. (webcam@smcc.demon.nl)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -51,7 +51,6 @@
}
return find;
}
-
/* initialize variables depending on type */
void pwc_construct(struct pwc_device *pdev)
{
@@ -81,6 +80,7 @@
pdev->frame_header_size = 0;
pdev->frame_trailer_size = 0;
break;
+ case 720:
case 730:
case 740:
case 750:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)