|
|
@@ -1014,6 +1014,8 @@ static int mt9m111_probe(struct i2c_client *client,
|
|
|
mt9m111->rect.top = MT9M111_MIN_DARK_ROWS;
|
|
|
mt9m111->rect.width = MT9M111_MAX_WIDTH;
|
|
|
mt9m111->rect.height = MT9M111_MAX_HEIGHT;
|
|
|
+ mt9m111->width = mt9m111->rect.width;
|
|
|
+ mt9m111->height = mt9m111->rect.height;
|
|
|
mt9m111->fmt = &mt9m111_colour_fmts[0];
|
|
|
mt9m111->lastpage = -1;
|
|
|
mutex_init(&mt9m111->power_lock);
|