summaryrefslogtreecommitdiff
path: root/hald/linux
AgeCommit message (Expand)AuthorFilesLines
2007-06-03fix Macbook Backlight not working after waking up from suspend to ramMartin Szulecki1-0/+4
2007-05-23remove brightness-up event from acpi addon for IBMDanny Kukawka1-3/+0
2007-04-25update firewire prober to use correct ioctl codesKristian Høgsberg1-8/+5
2007-04-18fix problems with case if vid->label[0] is '\0'Danny Kukawka1-23/+19
2007-04-18fix possible segfault in probe-volume if vid->type == NULLDanny Kukawka1-3/+17
2007-04-02as_ac_removalMichael Biebl3-3/+3
2007-04-01add more cdrom informationDanny Kukawka2-6/+24
2007-04-01avoid polling when a drive is lockedDavid Zeuthen1-5/+108
2007-03-31fix scsi-device-handling for devices we probe but don't addKay Sievers3-8/+37
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-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-24provide textual interface description for USB devicesAlex Kanavin1-0/+2
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 Kukawka1-0/+2
2007-03-20add support for SuspendHybrid and make use of pm-is-supportedDavid Zeuthen1-13/+34
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-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-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/halKay Sievers1-0/+1
2007-03-07fix scsi_host parent relationshipKay Sievers1-19/+75
2007-03-07added hald-probe-ieee1394-unit to .gitignoreDanny Kukawka1-0/+1
2007-03-05fixed compiler warning in addon-dell-backlightDanny Kukawka1-3/+3
2007-03-04instead of assuming they're blank, probe unknown discs if they're largeDavid Zeuthen1-2/+19
2007-03-01fix acpi detection for very new kernelsRichard Hughes1-3/+11
2007-03-01on Rescan() for ACPI batteries, retrieve all properties (slow path)David Zeuthen1-10/+10
2007-03-01fix device removal when mounted devices not mounted by HAL are yanked outDavid Zeuthen1-25/+9
2007-03-01fix detection of mounted volumes from yanked storage devicesDavid Zeuthen2-29/+51
2007-02-28fix the smbios.*.* keys to be a little more saneRichard Hughes2-13/+45
2007-02-28probe firewire AVC devicesDavid Zeuthen3-5/+419
2007-02-26use inotify to watch fdi directoriesDavid Zeuthen1-0/+123
2007-02-25make Device.Rescan() work for refreshing button state when using ACPI inputDavid Zeuthen1-1/+32
2007-02-25fix input probing and discard /proc/acpi events if ACPI sysfs sources are usedDavid Zeuthen6-159/+355
2007-02-25print out error if probe-volume hangsDavid Zeuthen1-3/+18
2007-02-22add support for new Firewire stack on LinuxDavid Zeuthen1-0/+352