summaryrefslogtreecommitdiff
path: root/config/config.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+2
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-2/+2
2015-04-21Add XNFcallocarray() to allow xnfcalloc() to check for overflowAlan Coopersmith1-1/+2
2014-07-17config: Replace OdevAttributes linked list with structKeith Packard1-150/+11
2014-07-14config_odev_add_attribute*: Check for right attribute typeHans de Goede1-0/+32
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer1-4/+2
2014-03-12config_odev*: Use XNF alloc functionsHans de Goede1-15/+3
2014-03-11Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+2
2014-03-11config: only free odev->attrib_name for string typesPeter Hutterer1-1/+2
2014-03-10config_odev_add*_attribute: Don't add the attribute to the list twiceHans de Goede1-10/+21
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede1-0/+13
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede1-0/+43
2014-03-03OdevAttribute: config_odev_add_attribute: replace existing valuesHans de Goede1-1/+4
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede1-0/+24
2014-01-29dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede1-14/+4
2014-01-29config: drop the dbus APIPeter Hutterer1-7/+0
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie1-0/+56
2012-05-21config/udev: add pre_init stage to config and udev.Dave Airlie1-0/+9
2012-03-21Introduce a consistent coding styleKeith Packard1-17/+14
2011-09-30Add a 'wscons' autoconf mechanism to configure input devices on BSD.Matthieu Herrb1-0/+5
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-22/+0
2011-08-22config: return the new InputOption from add_option.Peter Hutterer1-3/+10
2010-06-11config: Replace xstrdup with strdup in add_option()Mikhail Gusarov1-1/+1
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-1/+1
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-1/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-1/+1
2009-12-30config: add libudev input-hotplug backendJulien Cristau1-2/+75
2009-01-11config: ANSI cleanupsJulien Cristau1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2007-08-01Config: Add missing includeDaniel Stone1-0/+1
2007-08-01Convert all my license statements to the standard formDaniel Stone1-17/+19
2007-08-01Hotplug: Add HAL supportDaniel Stone1-2/+13
2007-08-01Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone1-478/+16
2007-04-19config: Return errors as negative numbers, device ids as positive numbers.Peter Hutterer1-0/+3
2007-04-19Change dbus 'listDevices' call to not require an argument.Peter Hutterer1-13/+20
2007-04-11Config: Extend D-BUS APIRemigiusz Marcinkiewicz1-15/+71
2007-04-10Config: Fix memory leaksMagnus Vigerlöf1-15/+12
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf1-1/+1
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2007-02-17config: error message cleanupDaniel Stone1-3/+3
2006-12-19Include sys/select.h to get FD_ISSET.Eric Anholt1-0/+1
2006-12-06whitespace policeDaniel Stone1-1/+1
2006-12-06config: bus reconnect supportDaniel Stone1-37/+118
2006-12-06config: move to block/wakeup handlerDaniel Stone1-47/+65
2006-11-08config: error messages non-fatal, and before we free themDaniel Stone1-10/+12
2006-11-07A couple more cases of error message before freeing strings.Eric Anholt1-2/+2
2006-11-07Report the error before freeing the error strings.Eric Anholt1-1/+1
2006-10-20config/dbus: always unref the connection, not closeDaniel Stone1-4/+4