| Commit message (Expand) | Author | Age | Files | Lines |
* | config: search for PnPID on all parents (#75513) | Peter Hutterer | 2014-03-12 | 1 | -3/+13 |
* | dbus-core: Make dbus-core no longer mutually exclusive with udev | Hans de Goede | 2014-01-29 | 1 | -3/+4 |
* | Introduce a consistent coding style | Keith Packard | 2012-03-21 | 1 | -122/+141 |
* | hal: free tmp_val in one missing case | Dave Airlie | 2011-12-06 | 1 | -0/+1 |
* | input: make InputOption opaque, provide interface functions. | Peter Hutterer | 2011-08-22 | 1 | -20/+16 |
* | config: use add_option for '_source' too | Peter Hutterer | 2011-08-22 | 1 | -9/+1 |
* | config: Ensure that stolen option list elements are released. | Rami Ylimäki | 2011-03-09 | 1 | -3/+3 |
* | Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls | Alan Coopersmith | 2010-12-07 | 1 | -6/+3 |
* | Convert existing Xprintf style calls to asprintf style | Alan Coopersmith | 2010-12-07 | 1 | -1/+3 |
* | config: expose config_info as an input option. | Peter Hutterer | 2010-09-01 | 1 | -5/+1 |
* | Get rid of xstrdup when argument is definitely non-NULL | Mikhail Gusarov | 2010-06-11 | 1 | -7/+7 |
* | xfree86: Match devices based on USB ID | Dan Nicholson | 2010-06-11 | 1 | -0/+18 |
* | xfree86: Match devices based on PnP ID | Dan Nicholson | 2010-06-11 | 1 | -1/+8 |
* | config/hal: Missing newline in log message | Dan Nicholson | 2010-06-10 | 1 | -1/+1 |
* | config/hal: don't leak the input.tags property | Dan Nicholson | 2010-06-10 | 1 | -1/+4 |
* | Remove more superfluous if(p) checks around free(p) | Mikhail Gusarov | 2010-06-06 | 1 | -32/+16 |
* | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 2010-05-13 | 1 | -31/+31 |
* | Add tag matching to input attributes. | Peter Hutterer | 2010-02-11 | 1 | -0/+9 |
* | config: add libudev input-hotplug backend | Julien Cristau | 2009-12-30 | 1 | -62/+1 |
* | config: Introduce InputAttributes in NewInputDeviceRequest | Dan Nicholson | 2009-12-22 | 1 | -1/+24 |
* | config: don't shutdown the libhal ctx if it failed to initialize (#23213) | Peter Hutterer | 2009-08-14 | 1 | -10/+11 |
* | config: add HAL error checks | Rémi Cardona | 2009-07-28 | 1 | -10/+22 |
* | Don't printf NULL pointers on HAL connection error | Alan Coopersmith | 2009-05-08 | 1 | -3/+6 |
* | config: if we can't connect to HAL, listen for a startup notification. | Peter Hutterer | 2009-02-10 | 1 | -6/+105 |
* | When HAL returns a NULL property, print "(null)" instead of a NULL pointer | Alan Coopersmith | 2008-11-05 | 1 | -1/+1 |
* | config: don't add duplicate devices through HAL. | Peter Hutterer | 2008-10-29 | 1 | -0/+27 |
* | config: print error code if NIDR fails. | Peter Hutterer | 2008-09-26 | 1 | -2/+3 |
* | config: protect against potential out-of-bounds indexing. | Peter Hutterer | 2008-08-04 | 1 | -3/+4 |
* | config: support type strlist for XkbOptions property. | Peter Hutterer | 2008-08-04 | 1 | -6/+23 |
* | config: add parsing for input.x11_options.XkbOptions. #16874 | Peter Hutterer | 2008-08-04 | 1 | -0/+15 |
* | HAL: Remove grotesque open-coded strcasestr | Daniel Stone | 2008-07-16 | 1 | -13/+0 |
* | config: init dev to NULL to shut up a valgrind warning. | Peter Hutterer | 2008-06-02 | 1 | -1/+1 |
* | Fix hal shutdown crash. | Adam Jackson | 2008-05-16 | 1 | -3/+5 |
* | Check for strcasestr and workaround it on systems without it | Alan Coopersmith | 2008-05-12 | 1 | -0/+13 |
* | config: override xkb_{r,m,l,v} with Xkb{r,m,l,v} if the latter is set. | Peter Hutterer | 2008-05-09 | 1 | -15/+89 |
* | config: remove trailing whitespaces. | Peter Hutterer | 2008-05-09 | 1 | -26/+26 |
* | Support to pass arbitrary options via HAL hotplugging | Sascha Hlusiak | 2008-03-25 | 1 | -79/+115 |
* | config: only shutdown libhal if the connection is valid. | Peter Hutterer | 2008-01-29 | 1 | -5/+7 |
* | config: add a debug message, fix a whitespace error. | Peter Hutterer | 2008-01-29 | 1 | -2/+3 |
* | Config: HAL: Don't leak options on failure to add device | Daniel Stone | 2007-12-28 | 1 | -1/+10 |
* | Config: Don't forget to add xkb_rules option | Fatih Aşıcı | 2007-12-26 | 1 | -0/+2 |
* | Config: Fix a memory leak | Fatih Aşıcı | 2007-12-26 | 1 | -0/+2 |
* | Config: HAL: Fix XKB option parsing | Kanru Chen | 2007-12-05 | 1 | -2/+3 |
* | Config: HAL: Touchpads are pointers too | Markku Vire | 2007-11-04 | 1 | -1/+2 |
* | Hotplug: HAL: Fix error handling | Daniel Stone | 2007-08-08 | 1 | -18/+17 |
* | Config: HAL: Use input.xkb namespace | Daniel Stone | 2007-08-08 | 1 | -5/+5 |
* | Convert all my license statements to the standard form | Daniel Stone | 2007-08-01 | 1 | -18/+20 |
* | Hotplug: Add HAL support | Daniel Stone | 2007-08-01 | 1 | -0/+369 |