summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-06hal: free tmp_val in one missing caseDave Airlie1-0/+1
2011-10-03Merge remote-tracking branch 'herrb/master'Keith Packard4-0/+284
2011-10-03udev: make use of udev_enumerate_add_match_tag() only when it is availableLennart Poettering1-0/+4
2011-09-30Add a 'wscons' autoconf mechanism to configure input devices on BSD.Matthieu Herrb4-0/+284
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer5-101/+46
2011-08-22config: use add_option for '_source' tooPeter Hutterer3-25/+3
2011-08-22config: return the new InputOption from add_option.Peter Hutterer2-4/+11
2011-08-22config: fix a log messagePeter Hutterer1-1/+1
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering1-0/+18
2011-07-27config: don't fail if a device vanished by the time we managed to look at itLennart Poettering1-0/+5
2011-07-27config: limit the kernel subsystems we look for devices inLennart Poettering1-0/+7
2011-07-27config: process udev "changed" and "add" events in the same code pathsLennart Poettering1-5/+3
2011-03-24config: handle device change event properlyErkki Seppälä1-0/+4
2011-03-09config: Ensure that stolen option list elements are released.Rami Ylimäki2-6/+6
2010-12-31udev: Fix removing of the wake up handlerPauli Nieminen1-1/+1
2010-12-31udev: Add strdups to kill const warningsDaniel Stone1-5/+12
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-6/+3
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith2-7/+11
2010-11-19XF86CONFIGDIR is undefined when built with --disable-xorg (#28672)Dan Horák1-0/+2
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-5/+0
2010-11-11config: remove mention of AllowEmptyInputPeter Hutterer1-5/+0
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-17/+9
2010-09-01config: expose config_info as an input option.Peter Hutterer2-10/+3
2010-09-01Fix udev population of Bluetooth input device product IDsChase Douglas1-17/+9
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 Gusarov4-15/+15