use strncpy
[hdapsd.git] / ChangeLog
blob1f370a33d8bb0ac312ef53c30e139ba45b8c688d
1 hdapsd 2013xxxx:
2         Brice Arnould <brice.arnould@gmail.com>:
3         * Support for the HP3D sensor from Hewlett-Packard laptops.
5         Evgeni Golov <sargentd@die-welt.net>:
6         * Support for Apple MacBooks and MacBooks Pro with Intel CPUs.
7         * Support for the generic FREEFALL sensor.
9         Tomasz Torcz <tomek@pipebreaker.pl> and
10         Thomas Weißschuh <thomas@t-8ch.de>:
11         * systemd support
13         Whoopie <whoopie79@gmx.net>:
14         * Support for the DELL freefall sensor (smo8800)
16 hdapsd 20090401:
17         Evgeni Golov <sargentd@die-welt.net>:
18         * Support for the Apple Motion Sensor.
19         * Udev rules obsolete, we can find the device on our own now.
20         * Support autodetection of drives.
21         * Try to autoload the needed modules, when neither HDAPS nor AMS
22           is found at startup.
23         * Option to forcely enable UNLOAD on disks where the kernel thinks
24           it's unsupported.
26 hdapsd 20090129:
27         Evgeni Golov <sargentd@die-welt.net>:
28         * Support for multiple disks.
29         * Support for logging to syslog when running in background.
30         * Use autotools.
31         * Make the error-messages more user-friendly.
32         * -s is optional now. Sensitivity defaults to 15.
34 hdapsd 20081004:
35         Elias Oltmanns <eo@nebensachen.de>:
36         * Prepare for the new interface in kernel 2.6.28
38 hdapsd 20070803:
39         Shem Multinymous <multinymous@gmail.com>:
40         * Read the accelerometer data from the input device provided by
41           tp_smapi>=0.32, instead of sysfs. This reduce timer interrupts
42           and improves temporal synchronization of user-space<->kernel vs.
43           kernel<->hardware. If the input device doesn't exist, it falls
44           back to sysfs.
45         * Add a new new --poll-sysfs (-y) parameter to force using sysfs
46           instead of the input device.
47         * Read the sampling rate from the sysfs file provided by tp_smapi
48           (if it exists).
49         * Add a --dry-run (-t) parameter, telling hdapsd to do everything
50           except actually parking the drive. Very useful for testing.