Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153934
b: refs/heads/master
c: 719cd4a
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 23, 2009
1 parent b5fa865 commit b2ae87e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be5daa9bd220d384c7010aee6d3886279a61a183
refs/heads/master: 719cd4ab9695059e00f5248d1dceb534381fccb3
5 changes: 4 additions & 1 deletion trunk/include/media/v4l2-i2c-drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@
*/

/* 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.
* and allows v4l i2c drivers to be compiled on pre-2.6.26 kernels.
* 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.
*
* If the i2c driver will never be compiled for pre-2.6.26 kernels, then
* DO NOT USE this header! Just write it as a regular i2c driver.
*/

#ifndef __V4L2_I2C_DRV_H__
Expand Down

0 comments on commit b2ae87e

Please sign in to comment.