patch-2.4.9 linux/drivers/usb/pwc-ctrl.c

Next file: linux/drivers/usb/pwc-if.c
Previous file: linux/drivers/usb/kawethfw.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/usb/pwc-ctrl.c linux/drivers/usb/pwc-ctrl.c
@@ -137,7 +137,7 @@
 #include "pwc_timon.h"
 };
 
-/* Entries for the Kiara (730/740) camera */
+/* Entries for the Kiara (730/740/750) camera */
 
 struct Kiara_table_entry
 {
@@ -412,6 +412,7 @@
 		
 	case 730:
 	case 740:
+	case 750:
 		ret = set_video_mode_Kiara(pdev, size, frames, compression, snapshot);
 		break;
 	}
@@ -427,7 +428,6 @@
 	pdev->view.y = height;
 	pwc_set_image_buffer_size(pdev);
 	Trace(TRACE_SIZE, "Set viewport to %dx%d, image size is %dx%d, palette = %d.\n", width, height, pwc_image_sizes[size].x, pwc_image_sizes[size].y, pdev->vpalette);
-Debug("bandlength = %d\n", pdev->vbandlength);	
 	return 0;
 }
 
@@ -752,6 +752,7 @@
 			break;
 		case 730:
 		case 740:
+		case 750:
 			/* speed seems to range from 0x0 to 0xff */
 			buf[1] = 0;
 			buf[0] = value >> 8;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)