Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[pandora-kernel.git] / drivers / staging / iio / Documentation / userspace.txt
1 Userspace access to IIO
2
3 The sysfs attributes are documented in sysfs-bus-iio.
4
5 Udev will create the following entries under /dev by default:
6
7 device0:buffer0:access0 - ring access chrdev
8 device0:buffer0:event0 - ring event chrdev
9 device0:event0 - general event chrdev.
10
11 The files, lis3l02dqbuffersimple.c and iio_utils.h in this directory provide an example
12 of how to use the ring buffer and event interfaces.