projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5709d5
)
staging:iio: Fix mention of INDIO_RING_TRIGGERED to INDIO_BUFFER_TRIGGERED
author
Peter Meerwald
<pmeerw@pmeerw.net>
Sat, 6 Dec 2014 06:00:00 +0000
(06:00 +0000)
committer
Jonathan Cameron
<jic23@kernel.org>
Sat, 14 Jun 2014 15:08:56 +0000
(16:08 +0100)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/Documentation/trigger.txt
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/Documentation/trigger.txt
b/drivers/staging/iio/Documentation/trigger.txt
index 64e2e08fb4d034e2da93c924b7c064a452dace91..7c0e505e4f04a6f29a49077226475ecdc2815b34 100644
(file)
--- a/
drivers/staging/iio/Documentation/trigger.txt
+++ b/
drivers/staging/iio/Documentation/trigger.txt
@@
-31,5
+31,5
@@
consumers.
Trigger Consumers
Currently triggers are only used for the filling of software
-buffers and as such any device supporting INDIO_
RING
_TRIGGERED has the
+buffers and as such any device supporting INDIO_
BUFFER
_TRIGGERED has the
consumer interface automatically created.