summaryrefslogtreecommitdiff
path: root/hald
AgeCommit message (Expand)AuthorFilesLines
2011-10-30Fix mismatching allocation/deallocationHEADmasterThomas Jarosch1-7/+7
2011-10-30don't close file descriptor twiceDanny Kukawka1-2/+0
2011-08-23fixed typo from commit c648362a711Danny Kukawka1-1/+1
2011-08-23fix some compiler warningsDanny Kukawka3-5/+5
2011-08-10Merge branch 'master' of ssh://people.freedesktop.org/~dkukawka/halDanny Kukawka1-0/+3
2011-04-10Build hald-probe-video4linux on current kernels againMichael Biebl2-6/+10
2011-02-14Do not build hald-probe-video4linux if v4l1 is not available.Martin Pitt1-2/+5
2011-02-14Fix linking of hald-probe-lsb-releaseMartin Pitt1-1/+1
2010-09-10fix probing of optical disc volumes by ignoring raidCésar García1-0/+3
2010-08-23fix hal segfaultMichael Schroeder1-1/+2
2010-08-23HAL: Ignore internal DM devices with new DM udev rulesMilan Broz1-0/+5
2010-08-23Merge branch 'master' of ssh://git.freedesktop.org/git/halDanny Kukawka1-41/+69
2010-07-14Make the haldaemon initscript LSB compliantRichard Hughes1-41/+69
2010-06-14fixed commit d5f236f3dad5e721f8c2105b49c963839f3ce549Danny Kukawka1-1/+1
2010-06-14detect also serial tablets with pnp-id FUJ02e7/FUJ02e9Danny Kukawka1-2/+2
2010-06-14detect also serial wacom tablets with pnp-id > WACf009Danny Kukawka1-1/+1
2010-03-29fixed hotplug support for e-SATA (dea5997df8966719)Takashi Iwai1-9/+18
2010-03-16add new prober to get the results of lsb_releaseDanny Kukawka4-19/+247
2010-03-15added new key scsi.transport to identify FC/iSCSI/SASDanny Kukawka1-0/+10
2010-03-15fix storage.bus handling for SCSIDanny Kukawka1-5/+21
2010-03-11add *.orig to hald/linux/.gitignoreDanny Kukawka1-0/+1
2010-03-11add hotplug support for e-SATATakashi Iwai2-0/+16
2010-03-11fix drm_compute_udi()Danny Kukawka1-6/+13
2010-03-10event_io(): always use the same exitDanny Kukawka1-2/+3
2010-03-10fix SLEEP key for some broken BIOSeHolger Macht1-0/+6
2010-03-10Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka10-11/+20
2010-03-04Fix incorrect arguments to ioperm() callDmitry Torokhov2-2/+4
2010-03-04Make sure dbus_error_init() is called before LIBHAL_FREE_DBUS_ERROR()Peter Jones8-9/+16
2010-02-22do not crash on unhandled rules (bnc#537452)Stephan Kulow1-1/+3
2010-02-22Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka14-75/+112
2010-01-27If /usr/sbin/hald does not exist then exit the haldaemon init script with ret...Richard Hughes1-1/+1
2010-01-23Fix the environment variable namesJoe Marcus Clarke1-2/+2
2010-01-23Fix the properties for USB interface devicesJoe Marcus Clarke1-17/+1
2010-01-23Fix compilation when building against libusb2Michael Biebl4-8/+8
2010-01-23Check for availability of libufs on (k)freebsdMichael Biebl2-1/+5
2010-01-04Bump HAL_PATH_MAX to 4096Martin Pitt1-1/+1
2009-12-30linux/probe-input: don't use error prio initSebastian Andrzej Siewior1-1/+1
2009-12-25Fix some bugs in detecting storage object changesJoe Marcus Clarke1-2/+37
2009-12-25Fix some bugs with volume probingJoe Marcus Clarke1-3/+5
2009-12-25Fix a use-after-free bugJoe Marcus Clarke1-1/+4
2009-12-25Fix (or workaround) quite a few bugs with newusb interactionJoe Marcus Clarke1-11/+36
2009-12-25Fix (or workaround) quite a few bugs with newusb interactionJoe Marcus Clarke1-20/+9
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 Kukawka3-37/+59
2009-11-27added more strlen related NULL pointer checksDanny Kukawka9-14/+67
2009-11-26added check for NULL pointer to prevent trouble with strlenDanny Kukawka1-1/+10
2009-11-26Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka2-6/+10