Comment 4 for bug 1997102

Revision history for this message
Jean COLIN (carl174) wrote :

details of modification (4 program lines were modified)

modification in initialisation

static const struct usb_device_id device_table[]
...
/* {USB_DEVICE(0x06f8, 0x3008), BS(SN9C105, OV7660)}, la webcam a des LED d'éclairage*/
 {USB_DEVICE(0x06f8, 0x3008), BSF(SN9C105, OV7660, F_ILLUM)},

modification in function

static void setillum(struct gspca_dev *gspca_dev)
...
 /* switch (sd->sensor) {*/
 switch (sd->bridge) {
 /* SN9C120 */
 /* case SENSOR_ADCM1700:*/
 case BRIDGE_SN9C120:
...
 /* SN9C105 */
 /* case SENSOR_MT9V111:*/
 case BRIDGE_SN9C105: