summaryrefslogtreecommitdiff
path: root/config/hal.c
Commit message (Expand)AuthorAgeFilesLines
* config: search for PnPID on all parents (#75513)Peter Hutterer2014-03-121-3/+13
* dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede2014-01-291-3/+4
* Introduce a consistent coding styleKeith Packard2012-03-211-122/+141
* hal: free tmp_val in one missing caseDave Airlie2011-12-061-0/+1
* input: make InputOption opaque, provide interface functions.Peter Hutterer2011-08-221-20/+16
* config: use add_option for '_source' tooPeter Hutterer2011-08-221-9/+1
* config: Ensure that stolen option list elements are released.Rami Ylimäki2011-03-091-3/+3
* Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith2010-12-071-6/+3
* Convert existing Xprintf style calls to asprintf styleAlan Coopersmith2010-12-071-1/+3
* config: expose config_info as an input option.Peter Hutterer2010-09-011-5/+1
* Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2010-06-111-7/+7
* xfree86: Match devices based on USB IDDan Nicholson2010-06-111-0/+18
* xfree86: Match devices based on PnP IDDan Nicholson2010-06-111-1/+8
* config/hal: Missing newline in log messageDan Nicholson2010-06-101-1/+1
* config/hal: don't leak the input.tags propertyDan Nicholson2010-06-101-1/+4
* Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-061-32/+16
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-31/+31
* Add tag matching to input attributes.Peter Hutterer2010-02-111-0/+9
* config: add libudev input-hotplug backendJulien Cristau2009-12-301-62/+1
* config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson2009-12-221-1/+24
* config: don't shutdown the libhal ctx if it failed to initialize (#23213)Peter Hutterer2009-08-141-10/+11
* config: add HAL error checksRémi Cardona2009-07-281-10/+22
* Don't printf NULL pointers on HAL connection errorAlan Coopersmith2009-05-081-3/+6
* config: if we can't connect to HAL, listen for a startup notification.Peter Hutterer2009-02-101-6/+105
* When HAL returns a NULL property, print "(null)" instead of a NULL pointerAlan Coopersmith2008-11-051-1/+1
* config: don't add duplicate devices through HAL.Peter Hutterer2008-10-291-0/+27
* config: print error code if NIDR fails.Peter Hutterer2008-09-261-2/+3
* config: protect against potential out-of-bounds indexing.Peter Hutterer2008-08-041-3/+4
* config: support type strlist for XkbOptions property.Peter Hutterer2008-08-041-6/+23
* config: add parsing for input.x11_options.XkbOptions. #16874Peter Hutterer2008-08-041-0/+15
* HAL: Remove grotesque open-coded strcasestrDaniel Stone2008-07-161-13/+0
* config: init dev to NULL to shut up a valgrind warning.Peter Hutterer2008-06-021-1/+1
* Fix hal shutdown crash.Adam Jackson2008-05-161-3/+5
* Check for strcasestr and workaround it on systems without itAlan Coopersmith2008-05-121-0/+13
* config: override xkb_{r,m,l,v} with Xkb{r,m,l,v} if the latter is set.Peter Hutterer2008-05-091-15/+89
* config: remove trailing whitespaces.Peter Hutterer2008-05-091-26/+26
* Support to pass arbitrary options via HAL hotpluggingSascha Hlusiak2008-03-251-79/+115
* config: only shutdown libhal if the connection is valid.Peter Hutterer2008-01-291-5/+7
* config: add a debug message, fix a whitespace error.Peter Hutterer2008-01-291-2/+3
* Config: HAL: Don't leak options on failure to add deviceDaniel Stone2007-12-281-1/+10
* Config: Don't forget to add xkb_rules optionFatih Aşıcı2007-12-261-0/+2
* Config: Fix a memory leakFatih Aşıcı2007-12-261-0/+2
* Config: HAL: Fix XKB option parsingKanru Chen2007-12-051-2/+3
* Config: HAL: Touchpads are pointers tooMarkku Vire2007-11-041-1/+2
* Hotplug: HAL: Fix error handlingDaniel Stone2007-08-081-18/+17
* Config: HAL: Use input.xkb namespaceDaniel Stone2007-08-081-5/+5
* Convert all my license statements to the standard formDaniel Stone2007-08-011-18/+20
* Hotplug: Add HAL supportDaniel Stone2007-08-011-0/+369