summaryrefslogtreecommitdiff
path: root/examples/light_sensors_and_keyboard_backlight.py
AgeCommit message (Collapse)AuthorFilesLines
2006-07-27git stuff, mount/umount/eject all in C, .hal-mtab usage, light_sensorDavid Zeuthen1-0/+88
and keyboard_backlight additions including example. Remove ChangeLog and add rules to Makefile.am (from cairo) to generate the ChangeLog file from git history. Add support for light_sensor and keyboard_backlight on my Macbook Pro. Add an examply python script to examples/ to show how it's done. Move Unmount, Eject and related stuff to C. Start using the file /media/.hal-mtab instead of .created-by-hal to specify if HAL created the mount point. Also list tons of metadata such as uid, session id (still unused). Fixes the bug where the unprivileged hald couldn't look into /media/foobar/ for the .created-by-hal file. So now doing 'umount /dev/sda1' on a volume mounted by HAL, makes hald remove the mount point as one would expect.