summaryrefslogtreecommitdiff
path: root/hald/linux2/osspec.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21move hald/linux2 to hald/linux and renamed backendDanny Kukawka1-632/+0
2006-08-16cleanup includes in hald/linux2/*Danny Kukawka1-29/+14
2006-07-28Check for the new suspend2 sysfs location. Advised by Nigel Cunningham, many ...Richard1-0/+2
2006-05-21Fixed mapping of system.formfactor from smbios.chassis.type. Added a checkDanny Kukawka1-59/+64
2006-05-08* hald/linux2/osspec.c: (set_suspend_hibernate_keys): Depreciate the keysRichard Hughes1-0/+6
2006-05-01getline() expects size_t; fix alignment warningKay Sievers1-1/+1
2006-02-13fix mapping system.formfactor from smbiosDanny Kukawka1-2/+2
2006-02-12Attempt to use volume.mount_point if we cannot findDavid Zeuthen1-0/+2
2006-01-24Increase udev event buffer size, cause some MODALIAS strings are gettingKay Sievers1-1/+1
2006-01-23Remove drive_id and use the udev provided data for block device serialKay Sievers1-48/+66
2006-01-21Remove hotplug helper and depend on udev passing events over a socket.Kay Sievers1-120/+1
2006-01-21Great patch from Sjoerd Simons <sjoerd@luon.net>: As most people probablyDavid Zeuthen1-11/+12
2006-01-12Fixed compiler warnings if compile with flag warn_unused_result.Danny Kukawka1-1/+3
2005-12-08Kernel 2.6.15 will have a poll()'able /proc/mounts file, which tells usKay Sievers1-152/+25
2005-12-05Detect "Software Suspend 2" and set power_management.can_hibernate ifRichard Hughes1-0/+8
2005-12-02Add the new keys power_management.can_suspend andRichard Hughes1-1/+42
2005-11-15Listen to socket: /org/freedesktop/hal/udev_event Udev will pass all dataKay Sievers1-14/+184
2005-11-09fixed compiler warningDanny Kukawka1-1/+0
2005-11-02changed compute system.product to prevent adding "Not Specified" fromDanny Kukawka1-2/+7
2005-11-02Update to Academic Free License 2.1. Also fix all C source and headerDavid Zeuthen1-1/+1
2005-10-31Look at all netlink messages, not just the first one. Patch from JonDavid Zeuthen1-27/+24
2005-10-25Check if there is a battery bay and/or a LID button to verify if theDanny Kukawka1-1/+3
2005-09-27Replace kernel-style datatypes (like _u8 and __s16) with their appropriateRichard Hughes1-1/+1
2005-07-29The FSF moved to a new address, so I updated all license headers and theDavid Zeuthen1-1/+1
2005-07-26This is a patch (against CVS) to fix several compiler warnings with gccDavid Zeuthen1-1/+1
2005-06-27Patch-set from Cornelia Huck <cohuck@de.ibm.com>. I've been working onDavid Zeuthen1-6/+16
2005-06-23Patch from Alvaro Lopez Ortega <alvaro@sun.com> to add an empty SolarisDavid Zeuthen1-0/+46
2005-04-27Remove prototype for the function hal_util_get_device_file().David Zeuthen1-104/+0
2005-03-16Replace boolean action type of hotplug event with enum, cause hotplugKay Sievers1-2/+2
2005-03-13Bah, I still need to update the spec for all the new stuff; until then,David Zeuthen1-3/+111
2005-02-28Played around with Valgrind on this slow Sunday :-). Before this patchDavid Zeuthen1-2/+0
2005-02-25Finally got around to implementing the bit that made the parent wait forDavid Zeuthen1-0/+7
2005-02-25Remove this functionDavid Zeuthen1-5/+0
2005-02-24Fix a few things to get 'make distcheck' to succeed.David Zeuthen1-1/+1
2005-02-24RemovedDavid Zeuthen1-4/+4
2005-02-23Use kernel events layer instead of D_NOTIFY on /etc/mtab. Yay!David Zeuthen1-60/+18
2005-02-22Send changes as an array to ensure that PropertyModified signal always hasDavid Zeuthen1-1/+3
2005-02-22Small fix for the kobject_uevent stuffDavid Zeuthen1-1/+1
2005-02-14Require dbus >= 0.30David Zeuthen1-0/+79
2005-02-10Must have been a typo by Kay, changed from VOLUME_ID_DISKLABEL toDavid Zeuthen1-0/+60
2005-02-09Return hal_proc_path, not hal_sysfs_path.David Zeuthen1-1/+1
2005-02-08Moved to here from ../util.c (get_hal_sysfs_path): New functionDavid Zeuthen1-0/+174
2005-02-08Do not care about link detection, NM and other tools are going to do thisDavid Zeuthen1-217/+1
2005-02-08Update to include a few more pathsDavid Zeuthen1-8/+17
2005-02-03New filesDavid Zeuthen1-4/+10
2005-02-03New filesDavid Zeuthen1-2/+6
2005-02-02Adjust for changes in hotplug.h. (osspec_device_rescan): New functionDavid Zeuthen1-12/+25
2005-02-01This is largely based on this patchDavid Zeuthen1-0/+5
2005-01-26New function. (netlink_socket_data): New function (osspec_init): Listen toDavid Zeuthen1-6/+240
2005-01-25Add HAL_INFO's around coldplug event synthesization so we can see how longDavid Zeuthen1-0/+2