diff options
author | Luca Risolia <luca.risolia@studio.unibo.it> | 2007-01-08 11:38:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 13:34:20 -0200 |
commit | 2656312724d97ebc2e267e0a9740d51ad7aa9a04 (patch) | |
tree | 57b1cafd03e6c4c461d713748bdf5376873a6027 /drivers/media/video/et61x251/et61x251_sensor.h | |
parent | 7e3a0660700ad47ee6e296fe7090d771becfcf96 (diff) | |
download | op-kernel-dev-2656312724d97ebc2e267e0a9740d51ad7aa9a04.zip op-kernel-dev-2656312724d97ebc2e267e0a9740d51ad7aa9a04.tar.gz |
V4L/DVB (5064): ET61X251 driver updates.
- Implement audio ioctl's and VIDIOC_ENUM_FRAMESIZES
- Documentation updates
- Generic improvements
Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/et61x251/et61x251_sensor.h')
-rw-r--r-- | drivers/media/video/et61x251/et61x251_sensor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/et61x251/et61x251_sensor.h b/drivers/media/video/et61x251/et61x251_sensor.h index 65edd08..5fadb5d 100644 --- a/drivers/media/video/et61x251/et61x251_sensor.h +++ b/drivers/media/video/et61x251/et61x251_sensor.h @@ -1,7 +1,7 @@ /*************************************************************************** * API for image sensors connected to ET61X[12]51 PC Camera Controllers * * * - * Copyright (C) 2006 by Luca Risolia <luca.risolia@studio.unibo.it> * + * Copyright (C) 2006-2007 by Luca Risolia <luca.risolia@studio.unibo.it> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -82,7 +82,7 @@ enum et61x251_i2c_rsta { ET61X251_I2C_RSTA_REPEAT = 0x01, /* repeat start */ }; -#define ET61X251_MAX_CTRLS V4L2_CID_LASTP1-V4L2_CID_BASE+10 +#define ET61X251_MAX_CTRLS (V4L2_CID_LASTP1-V4L2_CID_BASE+10) struct et61x251_sensor { char name[32]; |