summaryrefslogtreecommitdiff
path: root/config/hal.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-10config: if we can't connect to HAL, listen for a startup notification.Peter Hutterer1-6/+105
2008-11-05When HAL returns a NULL property, print "(null)" instead of a NULL pointerAlan Coopersmith1-1/+1
2008-10-29config: don't add duplicate devices through HAL.Peter Hutterer1-0/+27
2008-09-26config: print error code if NIDR fails.Peter Hutterer1-2/+3
2008-08-04config: protect against potential out-of-bounds indexing.Peter Hutterer1-3/+4
2008-08-04config: support type strlist for XkbOptions property.Peter Hutterer1-6/+23
2008-08-04config: add parsing for input.x11_options.XkbOptions. #16874Peter Hutterer1-0/+15
2008-07-16HAL: Remove grotesque open-coded strcasestrDaniel Stone1-13/+0
2008-06-02config: init dev to NULL to shut up a valgrind warning.Peter Hutterer1-1/+1
2008-05-16Fix hal shutdown crash.Adam Jackson1-3/+5
2008-05-12Check for strcasestr and workaround it on systems without itAlan Coopersmith1-0/+13
2008-05-09config: override xkb_{r,m,l,v} with Xkb{r,m,l,v} if the latter is set.Peter Hutterer1-15/+89
2008-05-09config: remove trailing whitespaces.Peter Hutterer1-26/+26
2008-03-25Support to pass arbitrary options via HAL hotpluggingSascha Hlusiak1-79/+115
2008-01-29config: only shutdown libhal if the connection is valid.Peter Hutterer1-5/+7
2008-01-29config: add a debug message, fix a whitespace error.Peter Hutterer1-2/+3
2007-12-28Config: HAL: Don't leak options on failure to add deviceDaniel Stone1-1/+10
2007-12-26Config: Don't forget to add xkb_rules optionFatih Aşıcı1-0/+2
2007-12-26Config: Fix a memory leakFatih Aşıcı1-0/+2
2007-12-05Config: HAL: Fix XKB option parsingKanru Chen1-2/+3
2007-11-04Config: HAL: Touchpads are pointers tooMarkku Vire1-1/+2
2007-08-08Hotplug: HAL: Fix error handlingDaniel Stone1-18/+17
2007-08-08Config: HAL: Use input.xkb namespaceDaniel Stone1-5/+5
2007-08-01Convert all my license statements to the standard formDaniel Stone1-18/+20
2007-08-01Hotplug: Add HAL supportDaniel Stone1-0/+369