summaryrefslogtreecommitdiff
path: root/hald
AgeCommit message (Expand)AuthorFilesLines
2007-03-31change locking semantics a bit and add guidelines for SystemPowerManagementDavid Zeuthen1-37/+48
2007-03-31fix scsi-device-handling for devices we probe but don't addKay Sievers3-8/+37
2007-03-31ensure there are no embedded slashes in UDI componentsJoe Marcus Clarke2-2/+21
2007-03-31ensure that UDIs of ATA and SCSI devices are uniqueJean-Yves Lefort1-2/+49
2007-03-31avoid an infinite loop with buggy PCI firmwareJean-Yves Lefort1-88/+76
2007-03-30remove unused variablesDavid Zeuthen1-2/+0
2007-03-30fix IBM, Toshiba ACPI hotkey handlingDavid Zeuthen1-11/+2
2007-03-30added configure option to enable build Toshiba ACPI button addonDanny Kukawka1-1/+6
2007-03-30added optional support for IBM ACPI (hotkey) events.Danny Kukawka1-1/+99
2007-03-27use sysfs attributes instead of parsing config rom file.Kristian Høgsberg1-268/+56
2007-03-27report AV/C subunits instead of AV/C unit in ieee1394 probe.Kristian Høgsberg1-11/+20
2007-03-27update ieee1394 prober to ioctl interface changes.Kristian Høgsberg1-14/+64
2007-03-27initialize pollfd array correctly.Kristian Høgsberg1-1/+1
2007-03-27use VOLUME_ID_CFLAGSFrederic Peters1-1/+1
2007-03-27only acquire a lock exclusively if no-one else is holding the lockDavid Zeuthen1-0/+4
2007-03-27make LUKS setup/teardown respect the standard .Volume and .Storage locksDavid Zeuthen1-3/+3
2007-03-27fix up ReleaseGlobalInterfaceLock() and improve locking exampleDavid Zeuthen1-1/+1
2007-03-26Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka1-1/+10
2007-03-26fix for new pciutils which need to link against zlibDanny Kukawka1-2/+2
2007-03-26work around cdrom devices giving invalid TOC infoSjoerd Simons1-1/+10
2007-03-26try usbclass handler before usb and try all handlers until we find somethingDavid Zeuthen1-5/+4
2007-03-25don't set INVOKED_BY_SYSTEMBUS_CONNECTION_NAME unless call is from busDavid Zeuthen1-9/+1
2007-03-25add interface locking and remove generic locking API committed yesterdayDavid Zeuthen6-69/+492
2007-03-25refactor access control checks into separate filesDavid Zeuthen4-219/+325
2007-03-25move caller tracking into it's own classDavid Zeuthen4-252/+441
2007-03-25fix up introspection bitsDavid Zeuthen1-1/+22
2007-03-24provide textual interface description for USB devicesAlex Kanavin2-0/+27
2007-03-24remove dead codeDavid Zeuthen1-174/+0
2007-03-24add named mandatory locking APIDavid Zeuthen4-0/+508
2007-03-24avoid logging when client asks for non-existant propertyDavid Zeuthen1-1/+1
2007-03-22fix probe-storage and addon-storage competing for O_EXCL on cdrom deviceKareem Dana1-7/+15
2007-03-21change usb*.version_bcd/usb*.speed_bcd to new double keysDanny Kukawka3-0/+23
2007-03-20add support for SuspendHybrid and make use of pm-is-supportedDavid Zeuthen1-13/+34
2007-03-20handle system bus restartsFrederic Crozat1-0/+7
2007-03-19fix up memory handling of exp_detail and remove dead codeDavid Zeuthen1-8/+4
2007-03-19validate error D-Bus names returned on stderrorDanny Kukawka3-0/+68
2007-03-19Merge branch 'master' of ssh://david@git.freedesktop.org/git/halDavid Zeuthen4-5/+291
2007-03-19avoid setting pci.vendor, pci.product, usb.vendor to useless "Unknown (XXX)"David Zeuthen1-25/+25
2007-03-19add support for the macbook backlightRichard Hughes3-0/+281
2007-03-19added support for ALSA MIDI devicesDanny Kukawka1-5/+10
2007-03-13Fix error initialisation in acpi addon to fix ac adapter event reportingRichard Hughes1-0/+2
2007-03-13hal updates for latest ConsoleKitWilliam Jon McCann1-6/+6
2007-03-13inotify support for systems without sys/inotify.hMichael Biebl2-1/+7
2007-03-13inotify support for systems without sys/inotify.hMichael Biebl1-0/+192
2007-03-13avoid "Not Specified" values as these stem from dmidecode itselfDavid Zeuthen1-0/+4
2007-03-07make the fdi cache test stricter by not allowing skipped fdi filesDavid Zeuthen5-32/+70
2007-03-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/halKay Sievers5-7/+18
2007-03-07fix scsi_host parent relationshipKay Sievers1-19/+75
2007-03-07added hald-probe-ieee1394-unit to .gitignoreDanny Kukawka1-0/+1
2007-03-07added new fdi match attribute 'contains_not' for strings and strlistDanny Kukawka3-4/+14