summaryrefslogtreecommitdiff
path: root/hald/linux
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka2-8/+3
2009-12-30linux/probe-input: don't use error prio initSebastian Andrzej Siewior1-1/+1
2009-11-30Correctly identify touchpadsDmitry Torokhov1-7/+2
2009-11-27fixed indentationDanny Kukawka1-102/+53
2009-11-27small performance fix, don't strcasecmp() if result already knownDanny Kukawka1-4/+3
2009-11-27fixed small compiler warningDanny Kukawka1-1/+1
2009-11-27fixed possible sscanf() NULL pointer crashesDanny Kukawka2-36/+58
2009-11-27added more strlen related NULL pointer checksDanny Kukawka3-3/+17
2009-11-26Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka1-6/+6
2009-11-26added breaks to detection of storage.bus for ccw, vio and pciDanny Kukawka1-0/+3
2009-11-09Fix build failures with binutils-goldMichael Biebl1-6/+6
2009-09-25fix if/else block to find storage busDanny Kukawka1-3/+1
2009-09-25fixed indentationDanny Kukawka1-47/+46
2009-08-07don't remove scsi_host if there are still targets using itArnout Vandecappelle1-0/+16
2009-08-06add a check for leds.num_levels to addon-leds.cDanny Kukawka1-1/+9
2009-08-06always set leds.num_levels since it's mandatoryDanny Kukawka1-2/+2
2009-08-06add keyboard_backlight.* and *.num_levels to led classDanny Kukawka1-4/+20
2009-08-05adopted version of commit 122e41a10 to fix docking stationsDanny Kukawka1-7/+76
2009-08-02fix memory leak due to usage of g_strdup()Danny Kukawka1-0/+1
2009-08-02fix memory leak in acpi_button_add() in error caseDanny Kukawka1-0/+1
2009-08-01handle keyboard backlight leds via org.freedesktop.Hal.Device.KeyboardBacklightDanny Kukawka1-8/+36
2009-08-01fix hotplug_event_process_queue() to get reprobe workingDanny Kukawka1-4/+51
2009-07-30fix commit 141ca8cd7b768ddefa1bfaa563cbef4337e32b7cDanny Kukawka1-1/+1
2009-07-30Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka2-3/+4
2009-07-29Fix a segfault in the mdraid code -- see rh#507782 for more infoMartin Poole1-2/+3
2009-07-29fix a misleading warning in ondemand_set_consider_nice()Michael Biebl1-1/+1
2009-07-24fix DBusError handling in linux addon directoryDanny Kukawka17-128/+360
2009-07-24read brightness from actual_brightness and not from brightnessJohannes Hessellund1-1/+1
2009-07-24replace deprecated g_strcasecmp() with g_ascii_strcasecmp()Danny Kukawka2-3/+3
2009-07-23fix usage of deprected g_io_channel_seek()Danny Kukawka1-1/+4
2009-07-23free string after usageDanny Kukawka1-0/+1
2009-07-23fix DBusError handling in probe directoryDanny Kukawka8-43/+70
2009-07-23fix probe-ieee1394-unit.c DBusError and LibHalContext handlingDanny Kukawka1-0/+8
2009-07-18cleanup: don't set udi manually if hal_device_set_udi() was usedDanny Kukawka1-4/+0
2009-07-18move ssb bus code to the correct placeDanny Kukawka1-44/+44
2009-07-18fixed commit 36d076bf26350e022731cb7c2c9f4e840dd25e37Danny Kukawka1-1/+1
2009-07-15add support for devices on the SSB busMatthew Garrett1-0/+45
2009-07-13add suport for /sys/bus/ibmebusPavan Naregundi1-0/+46
2009-06-26add input.keys capability to input buttonsMartin Pitt1-0/+2
2009-05-28addon-input: add KEY_ZOOMThadeu Lima de Souza Cascardo1-1/+5
2009-05-24Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka1-2/+1
2009-05-24probe-volume: remove needless check for empty fstypeKay Sievers1-2/+1
2009-05-24Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka1-1/+1
2009-05-24fixed segfault in hal-storage-mountSimon Munton1-1/+1
2009-05-24fixed compiler warningDanny Kukawka1-1/+1
2009-05-24added new properties: org.freedesktop.Hal.version(.*)Danny Kukawka1-0/+11
2009-05-15fix crash when assembling certain MD devicesChris Coulson1-4/+13
2009-05-15Merge branch 'master' of ssh://dkukawka@people.freedesktop.org/~dkukawka/halDanny Kukawka1-1/+12
2009-05-12addon-acpi.c: Support acpidMartin Pitt1-1/+7
2009-05-10move from libvolume_id to libblkidKay Sievers3-76/+57