Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366796
b: refs/heads/master
c: b20cc07
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 24, 2013
1 parent 7a48d8b commit 118b32e
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 793d7b7ffe7e9d35e8c841b9115ee60a362b078e
refs/heads/master: b20cc073c2e6a206ebe6449a9c1f1db98376981b
7 changes: 7 additions & 0 deletions trunk/drivers/staging/media/go7007/s2250-board.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
MODULE_DESCRIPTION("Sensoray 2250/2251 i2c v4l2 subdev driver");
MODULE_LICENSE("GPL v2");

/*
* Note: this board has two i2c devices: a vpx3226f and a tlv320aic23b.
* Due to the unusual way these are accessed on this device we do not
* reuse the i2c drivers, but instead they are implemented in this
* driver. It would be nice to improve on this, though.
*/

#define TLV320_ADDRESS 0x34
#define VPX322_ADDR_ANALOGCONTROL1 0x02
#define VPX322_ADDR_BRIGHTNESS0 0x0127
Expand Down

0 comments on commit 118b32e

Please sign in to comment.