Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115611
b: refs/heads/master
c: 7b31b57
h: refs/heads/master
i:
  115609: e9488b7
  115607: 0334cf3
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 17, 2008
1 parent 638e3a4 commit 1da708c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23848b655ab5fc2fe88ef99e90ad8e4c41304d76
refs/heads/master: 7b31b57a37ab694b9693a0359bf8ed0967188533
11 changes: 11 additions & 0 deletions trunk/include/media/v4l2-i2c-drv-legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

/* NOTE: the full version of this header is in the v4l-dvb repository
* and allows v4l i2c drivers to be compiled on older kernels as well.
* The version of this header as it appears in the kernel is a stripped
* version (without all the backwards compatibility stuff) and so it
* looks a bit odd.
*
* If you look at the full version then you will understand the reason
* for introducing this header since you really don't want to have all
* the tricky backwards compatibility code in each and every i2c driver.
*/

struct v4l2_i2c_driver_data {
const char * const name;
int driverid;
Expand Down
11 changes: 11 additions & 0 deletions trunk/include/media/v4l2-i2c-drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

/* NOTE: the full version of this header is in the v4l-dvb repository
* and allows v4l i2c drivers to be compiled on older kernels as well.
* The version of this header as it appears in the kernel is a stripped
* version (without all the backwards compatibility stuff) and so it
* looks a bit odd.
*
* If you look at the full version then you will understand the reason
* for introducing this header since you really don't want to have all
* the tricky backwards compatibility code in each and every i2c driver.
*/

#ifndef __V4L2_I2C_DRV_H__
#define __V4L2_I2C_DRV_H__

Expand Down

0 comments on commit 1da708c

Please sign in to comment.