Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0024d6e9 authored by Masanari Iida's avatar Masanari Iida Committed by Linus Torvalds
Browse files

Documentation: misc-devices: Rename freefall.c from hpfall.c in lis2lv02d



hpfall.c was renamed to freefall.c in 3.16, but this file still refer to
hpfall.c instead of freefall.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 257d6ef4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -59,7 +59,7 @@ acts similar to /dev/rtc and reacts on free-fall interrupts received
from the device. It supports blocking operations, poll/select and
from the device. It supports blocking operations, poll/select and
fasync operation modes. You must read 1 bytes from the device.  The
fasync operation modes. You must read 1 bytes from the device.  The
result is number of free-fall interrupts since the last successful
result is number of free-fall interrupts since the last successful
read (or 255 if number of interrupts would not fit). See the hpfall.c
read (or 255 if number of interrupts would not fit). See the freefall.c
file for an example on using the device.
file for an example on using the device.