summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)AuthorFilesLines
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+2
2016-09-15config/dbus: Initialize dbus fd to -1 so teardown doesn't use fd 0Keith Packard1-1/+1
2016-08-16config: Hold input lock across udev socket handlingKeith Packard1-1/+5
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-2/+2
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer2-0/+6
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa3-2/+6
2015-12-01config: Use NotifyFd interface for udevKeith Packard1-29/+16
2015-12-01config: Use NotifyFd for dbus interfaceKeith Packard1-12/+4
2015-05-18config: remove 10-evdev.conf, let the evdev driver install that filePeter Hutterer2-42/+2
2015-04-21Add XNFcallocarray() to allow xnfcalloc() to check for overflowAlan Coopersmith1-1/+2
2015-01-30config/udev: Respect seat assignments when assigned devicesDave Airlie1-9/+21
2014-12-08config/udev: Prefix and shift "removing GPU" messageDaniel Martin1-4/+3
2014-07-17config: Replace OdevAttributes linked list with structKeith Packard2-155/+16
2014-07-14config_odev_add_attribute*: Check for right attribute typeHans de Goede1-0/+32
2014-05-15config: revert quirk for the Evoluent Vertical MousePeter Hutterer1-16/+0
2014-05-08Merge commit 'who/for-keith'Keith Packard1-4/+2
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer1-4/+2
2014-04-30dbus: don't dispatch dbus events on select() EINTRRay Strode1-2/+2
2014-03-12Remove config_odev_add_*attribute checks in various placesHans de Goede1-26/+6
2014-03-12config_odev*: Use XNF alloc functionsHans de Goede1-15/+3
2014-03-11Merge remote-tracking branch 'whot/for-keith'Keith Packard3-8/+26
2014-03-12config: search for PnPID on all parents (#75513)Peter Hutterer2-7/+24
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-03config-udev: Don't try to add drm devices twiceHans de Goede1-0/+4
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede2-4/+48
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-02-17Get rid of config/non-seat0.conf.multi-seatLaércio de Sousa2-19/+1
2014-02-13config: fails to create tarball as xorg-server.conf file removedGaetan Nadon1-1/+1
2014-02-04input: un-constify InputAttributesPeter Hutterer1-7/+7
2014-01-29dbus-core: Attempt to connect to dbus ASAPHans de Goede1-2/+2
2014-01-29dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede5-67/+33
2014-01-29config: drop the dbus APIPeter Hutterer5-439/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard2-6/+6
2014-01-12config/udev: handle const stringsKeith Packard1-9/+11
2013-09-25xserver: enable InputClass option "GrabDevice" by default for non-seat0 seats...Laércio de Sousa1-0/+4
2013-07-17config: provide example configuration for multi-seat setupsPeter Hutterer2-1/+19
2013-06-06config: add a quirks file for devices needing special configurationPeter Hutterer2-2/+56
2013-01-21config/udev: fix "removing GPU device" format string mistakeAaron Plattner1-1/+1
2012-09-19config/udev: ignore change on drm devicesDave Airlie1-1/+7
2012-09-04config/udev: respect seat for hotplugged video devices.Dave Airlie1-0/+4
2012-09-04config/udev: add wrapper around check if server is not seat 0Dave Airlie1-2/+2
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-2/+4
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-2/+4
2012-07-06xserver/config: add udev/drm hotplug callbacks. (v2)Dave Airlie1-0/+42
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie3-0/+126
2012-05-21config/udev: add pre_init stage to config and udev.Dave Airlie3-4/+22
2012-03-21Introduce a consistent coding styleKeith Packard7-370/+391