summaryrefslogtreecommitdiff
path: root/config/hal.c
AgeCommit message (Expand)Author
2009-08-25config: don't shutdown the libhal ctx if it failed to initialize (#23213)Peter Hutterer
2009-07-29config: add HAL error checksRémi Cardona
2009-07-29Don't printf NULL pointers on HAL connection errorAlan Coopersmith
2009-02-18config: if we can't connect to HAL, listen for a startup notification.Peter Hutterer
2008-11-05When HAL returns a NULL property, print "(null)" instead of a NULL pointerAlan Coopersmith
2008-10-29config: don't add duplicate devices through HAL.Peter Hutterer
2008-09-26config: print error code if NIDR fails.Peter Hutterer
2008-08-04config: protect against potential out-of-bounds indexing.Peter Hutterer
2008-08-04config: support type strlist for XkbOptions property.Peter Hutterer
2008-08-04config: add parsing for input.x11_options.XkbOptions. #16874Peter Hutterer
2008-07-16HAL: Remove grotesque open-coded strcasestrDaniel Stone
2008-06-02config: init dev to NULL to shut up a valgrind warning.Peter Hutterer
2008-05-16Fix hal shutdown crash.Adam Jackson
2008-05-12Check for strcasestr and workaround it on systems without itAlan Coopersmith
2008-05-09config: override xkb_{r,m,l,v} with Xkb{r,m,l,v} if the latter is set.Peter Hutterer
2008-05-09config: remove trailing whitespaces.Peter Hutterer
2008-03-25Support to pass arbitrary options via HAL hotpluggingSascha Hlusiak
2008-01-29config: only shutdown libhal if the connection is valid.Peter Hutterer
2008-01-29config: add a debug message, fix a whitespace error.Peter Hutterer
2007-12-28Config: HAL: Don't leak options on failure to add deviceDaniel Stone
2007-12-26Config: Don't forget to add xkb_rules optionFatih Aşıcı
2007-12-26Config: Fix a memory leakFatih Aşıcı
2007-12-05Config: HAL: Fix XKB option parsingKanru Chen
2007-11-04Config: HAL: Touchpads are pointers tooMarkku Vire
2007-08-08Hotplug: HAL: Fix error handlingDaniel Stone
2007-08-08Config: HAL: Use input.xkb namespaceDaniel Stone
2007-08-01Convert all my license statements to the standard formDaniel Stone
2007-08-01Hotplug: Add HAL supportDaniel Stone