add compile to gitignore
[hdapsd.git] / ChangeLog
blob065ebf1c7ccfeeba74c502693f4f65d5ce1615bd
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 hdapsd 20090401:
14         Evgeni Golov <sargentd@die-welt.net>:
15         * Support for the Apple Motion Sensor.
16         * Udev rules obsolete, we can find the device on our own now.
17         * Support autodetection of drives.
18         * Try to autoload the needed modules, when neither HDAPS nor AMS
19           is found at startup.
20         * Option to forcely enable UNLOAD on disks where the kernel thinks
21           it's unsupported.
23 hdapsd 20090129:
24         Evgeni Golov <sargentd@die-welt.net>:
25         * Support for multiple disks.
26         * Support for logging to syslog when running in background.
27         * Use autotools.
28         * Make the error-messages more user-friendly.
29         * -s is optional now. Sensitivity defaults to 15.
31 hdapsd 20081004:
32         Elias Oltmanns <eo@nebensachen.de>:
33         * Prepare for the new interface in kernel 2.6.28
35 hdapsd 20070803:
36         Shem Multinymous <multinymous@gmail.com>:
37         * Read the accelerometer data from the input device provided by
38           tp_smapi>=0.32, instead of sysfs. This reduce timer interrupts
39           and improves temporal synchronization of user-space<->kernel vs.
40           kernel<->hardware. If the input device doesn't exist, it falls
41           back to sysfs.
42         * Add a new new --poll-sysfs (-y) parameter to force using sysfs
43           instead of the input device.
44         * Read the sampling rate from the sysfs file provided by tp_smapi
45           (if it exists).
46         * Add a --dry-run (-t) parameter, telling hdapsd to do everything
47           except actually parking the drive. Very useful for testing.