Age | Commit message (Expand) | Author | Files | Lines |
2007-06-03 | fix Macbook Backlight not working after waking up from suspend to ram | Martin Szulecki | 1 | -0/+4 |
2007-05-23 | remove brightness-up event from acpi addon for IBM | Danny Kukawka | 1 | -3/+0 |
2007-04-25 | update firewire prober to use correct ioctl codes | Kristian Høgsberg | 1 | -8/+5 |
2007-04-18 | fix problems with case if vid->label[0] is '\0' | Danny Kukawka | 1 | -23/+19 |
2007-04-18 | fix possible segfault in probe-volume if vid->type == NULL | Danny Kukawka | 1 | -3/+17 |
2007-04-02 | as_ac_removal | Michael Biebl | 3 | -3/+3 |
2007-04-01 | add more cdrom information | Danny Kukawka | 2 | -6/+24 |
2007-04-01 | avoid polling when a drive is locked | David Zeuthen | 1 | -5/+108 |
2007-03-31 | fix scsi-device-handling for devices we probe but don't add | Kay Sievers | 3 | -8/+37 |
2007-03-30 | remove unused variables | David Zeuthen | 1 | -2/+0 |
2007-03-30 | fix IBM, Toshiba ACPI hotkey handling | David Zeuthen | 1 | -11/+2 |
2007-03-30 | added configure option to enable build Toshiba ACPI button addon | Danny Kukawka | 1 | -1/+6 |
2007-03-30 | added optional support for IBM ACPI (hotkey) events. | Danny Kukawka | 1 | -1/+99 |
2007-03-27 | use sysfs attributes instead of parsing config rom file. | Kristian Høgsberg | 1 | -268/+56 |
2007-03-27 | report AV/C subunits instead of AV/C unit in ieee1394 probe. | Kristian Høgsberg | 1 | -11/+20 |
2007-03-27 | update ieee1394 prober to ioctl interface changes. | Kristian Høgsberg | 1 | -14/+64 |
2007-03-27 | initialize pollfd array correctly. | Kristian Høgsberg | 1 | -1/+1 |
2007-03-27 | use VOLUME_ID_CFLAGS | Frederic Peters | 1 | -1/+1 |
2007-03-26 | Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/hal | Danny Kukawka | 1 | -1/+10 |
2007-03-26 | fix for new pciutils which need to link against zlib | Danny Kukawka | 1 | -2/+2 |
2007-03-26 | work around cdrom devices giving invalid TOC info | Sjoerd Simons | 1 | -1/+10 |
2007-03-26 | try usbclass handler before usb and try all handlers until we find something | David Zeuthen | 1 | -5/+4 |
2007-03-24 | provide textual interface description for USB devices | Alex Kanavin | 1 | -0/+2 |
2007-03-22 | fix probe-storage and addon-storage competing for O_EXCL on cdrom device | Kareem Dana | 1 | -7/+15 |
2007-03-21 | change usb*.version_bcd/usb*.speed_bcd to new double keys | Danny Kukawka | 1 | -0/+2 |
2007-03-20 | add support for SuspendHybrid and make use of pm-is-supported | David Zeuthen | 1 | -13/+34 |
2007-03-19 | Merge branch 'master' of ssh://david@git.freedesktop.org/git/hal | David Zeuthen | 4 | -5/+291 |
2007-03-19 | avoid setting pci.vendor, pci.product, usb.vendor to useless "Unknown (XXX)" | David Zeuthen | 1 | -25/+25 |
2007-03-19 | add support for the macbook backlight | Richard Hughes | 3 | -0/+281 |
2007-03-19 | added support for ALSA MIDI devices | Danny Kukawka | 1 | -5/+10 |
2007-03-13 | Fix error initialisation in acpi addon to fix ac adapter event reporting | Richard Hughes | 1 | -0/+2 |
2007-03-13 | inotify support for systems without sys/inotify.h | Michael Biebl | 2 | -1/+7 |
2007-03-13 | inotify support for systems without sys/inotify.h | Michael Biebl | 1 | -0/+192 |
2007-03-13 | avoid "Not Specified" values as these stem from dmidecode itself | David Zeuthen | 1 | -0/+4 |
2007-03-07 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/hal | Kay Sievers | 1 | -0/+1 |
2007-03-07 | fix scsi_host parent relationship | Kay Sievers | 1 | -19/+75 |
2007-03-07 | added hald-probe-ieee1394-unit to .gitignore | Danny Kukawka | 1 | -0/+1 |
2007-03-05 | fixed compiler warning in addon-dell-backlight | Danny Kukawka | 1 | -3/+3 |
2007-03-04 | instead of assuming they're blank, probe unknown discs if they're large | David Zeuthen | 1 | -2/+19 |
2007-03-01 | fix acpi detection for very new kernels | Richard Hughes | 1 | -3/+11 |
2007-03-01 | on Rescan() for ACPI batteries, retrieve all properties (slow path) | David Zeuthen | 1 | -10/+10 |
2007-03-01 | fix device removal when mounted devices not mounted by HAL are yanked out | David Zeuthen | 1 | -25/+9 |
2007-03-01 | fix detection of mounted volumes from yanked storage devices | David Zeuthen | 2 | -29/+51 |
2007-02-28 | fix the smbios.*.* keys to be a little more sane | Richard Hughes | 2 | -13/+45 |
2007-02-28 | probe firewire AVC devices | David Zeuthen | 3 | -5/+419 |
2007-02-26 | use inotify to watch fdi directories | David Zeuthen | 1 | -0/+123 |
2007-02-25 | make Device.Rescan() work for refreshing button state when using ACPI input | David Zeuthen | 1 | -1/+32 |
2007-02-25 | fix input probing and discard /proc/acpi events if ACPI sysfs sources are used | David Zeuthen | 6 | -159/+355 |
2007-02-25 | print out error if probe-volume hangs | David Zeuthen | 1 | -3/+18 |
2007-02-22 | add support for new Firewire stack on Linux | David Zeuthen | 1 | -0/+352 |