diff options
Diffstat (limited to 'drivers/media/video/ov511.h')
-rw-r--r-- | drivers/media/video/ov511.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/ov511.h b/drivers/media/video/ov511.h index 70d99e52329d..c450c92468da 100644 --- a/drivers/media/video/ov511.h +++ b/drivers/media/video/ov511.h | |||
@@ -494,6 +494,9 @@ struct usb_ov511 { | |||
494 | int has_decoder; /* Device has a video decoder */ | 494 | int has_decoder; /* Device has a video decoder */ |
495 | int pal; /* Device is designed for PAL resolution */ | 495 | int pal; /* Device is designed for PAL resolution */ |
496 | 496 | ||
497 | /* ov511 device number ID */ | ||
498 | int nr; /* Stores a device number */ | ||
499 | |||
497 | /* I2C interface */ | 500 | /* I2C interface */ |
498 | struct mutex i2c_lock; /* Protect I2C controller regs */ | 501 | struct mutex i2c_lock; /* Protect I2C controller regs */ |
499 | unsigned char primary_i2c_slave; /* I2C write id of sensor */ | 502 | unsigned char primary_i2c_slave; /* I2C write id of sensor */ |