Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4652
b: refs/heads/master
c: a68e2f4
h: refs/heads/master
v: v3
  • Loading branch information
Jan Veldeman authored and Greg Kroah-Hartman committed Jul 11, 2005
1 parent 71eafb0 commit b3f0f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 61f5809d3ebce9d5433b8696048e91405b681023
refs/heads/master: a68e2f4895070f3a449bfe5ae1174b73cc900642
4 changes: 2 additions & 2 deletions trunk/Documentation/i2c/dev-interface
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ ioctl(file,I2C_PEC,long select)
ioctl(file,I2C_FUNCS,unsigned long *funcs)
Gets the adapter functionality and puts it in *funcs.

ioctl(file,I2C_RDWR,struct i2c_ioctl_rdwr_data *msgset)
ioctl(file,I2C_RDWR,struct i2c_rdwr_ioctl_data *msgset)

Do combined read/write transaction without stop in between.
The argument is a pointer to a struct i2c_ioctl_rdwr_data {
The argument is a pointer to a struct i2c_rdwr_ioctl_data {

struct i2c_msg *msgs; /* ptr to array of simple messages */
int nmsgs; /* number of messages to exchange */
Expand Down

0 comments on commit b3f0f5e

Please sign in to comment.