diff --git a/sn9c20x-dev.c b/sn9c20x-dev.c index bcff79f..13efdcd 100644 --- a/sn9c20x-dev.c +++ b/sn9c20x-dev.c @@ -227,7 +227,6 @@ int sn9c20x_initialize_sensor(struct usb_sn9c20x *dev) UDIA_INFO("Detected MT9M001 Sensor.\n"); break; case HV7131R_SENSOR: - dev->camera.i2c_flags |= SN9C20X_I2C_400KHZ; sn9c20x_write_i2c_array(dev, hv7131r_init, 0); dev->camera.set_hvflip = hv7131r_set_hvflip; dev->camera.set_gain = hv7131r_set_gain;