summaryrefslogtreecommitdiff
path: root/config/hal.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer1-0/+2
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa1-1/+1
2014-03-12config: search for PnPID on all parents (#75513)Peter Hutterer1-3/+13
2014-01-29dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede1-3/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-122/+141
2011-12-06hal: free tmp_val in one missing caseDave Airlie1-0/+1
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-20/+16
2011-08-22config: use add_option for '_source' tooPeter Hutterer1-9/+1
2011-03-09config: Ensure that stolen option list elements are released.Rami Ylimäki1-3/+3
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-6/+3
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-1/+3
2010-09-01config: expose config_info as an input option.Peter Hutterer1-5/+1
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-7/+7
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+18
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-1/+8
2010-06-10config/hal: Missing newline in log messageDan Nicholson1-1/+1
2010-06-10config/hal: don't leak the input.tags propertyDan Nicholson1-1/+4
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-32/+16
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-31/+31
2010-02-11Add tag matching to input attributes.Peter Hutterer1-0/+9
2009-12-30config: add libudev input-hotplug backendJulien Cristau1-62/+1
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-1/+24
2009-08-14config: don't shutdown the libhal ctx if it failed to initialize (#23213)Peter Hutterer1-10/+11
2009-07-28config: add HAL error checksRémi Cardona1-10/+22
2009-05-08Don't printf NULL pointers on HAL connection errorAlan Coopersmith1-3/+6
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