summaryrefslogtreecommitdiff
path: root/config
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
2009-02-17x11-input.fdi: Add options needed to handle adding USB devices on SolarisAlan Coopersmith
2008-11-05When HAL returns a NULL property, print "(null)" instead of a NULL pointerAlan Coopersmith
2008-11-05Non-Linux OS'es should default to kbd driver, not now-dead keyboard driverAlan 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-28config: note that HAL options must be strings.Peter Hutterer
2008-07-16HAL: Remove grotesque open-coded strcasestrDaniel Stone
2008-07-16config: Don't attempt to use D-Bus when not strictly necessaryDaniel 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-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh
2008-01-29config: don't reset connection info on disconnect.Peter Hutterer
2008-01-29config: check connection != NULL before getting dbus' dispatch status.Peter Hutterer
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-28Config: D-Bus: Don't leak timersDaniel 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-13Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-12-05Config: HAL: Fix XKB option parsingKanru Chen
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-06Config: D-Bus: Fix dbus_bus_request_name failure checkElvis Pranskevichus
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-04Config: HAL: Touchpads are pointers tooMarkku Vire
2007-09-28xace: add new hooks + access controls: XInput extension.Eamon Walsh
2007-09-20Don't segfault on shutdown if we never managed to connect to dbus.Aaron Plattner
2007-08-31config: Use [config/dbus] consistently for error messages.Peter Hutterer
2007-08-31config: return BadValue to caller if add/remove doesn't have parameters.Peter Hutterer
2007-08-21config: fix default xkb model (pc105, not keyboard)Julien Cristau
2007-08-08Hotplug: HAL: Fix error handlingDaniel Stone
2007-08-08Config: HAL: Use input.xkb namespaceDaniel Stone
2007-08-01Build system: Add missing filesDaniel Stone
2007-08-01Config: Add missing includeDaniel Stone
2007-08-01Config: Add current FDI fileDaniel Stone
2007-08-01Config: Fix merge detritusDaniel Stone
2007-08-01Config: D-Bus core: Fix hook removalDaniel Stone
2007-08-01Convert all my license statements to the standard formDaniel Stone
2007-08-01Hotplug: Add HAL supportDaniel Stone