summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-11config: remove redundant DBUS API define, require dbus-1 >= 1.0Peter Hutterer1-1/+0
2010-06-11config: Script to convert HAL fdi settings to InputClass sectionsDan Nicholson2-1/+203
2010-06-11xfree86: Match devices based on USB IDDan Nicholson2-0/+38
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson2-1/+11
2010-06-10config/hal: Missing newline in log messageDan Nicholson1-1/+1
2010-06-10config/udev: Add verbose info when fetching udev propertiesDan Nicholson1-3/+36
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 Gusarov2-36/+18
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard2-2/+2
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer2-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov4-46/+46
2010-04-08Move 10-evdev.conf to system config dir $datadir/X11/xorg.conf.dDan Nicholson1-1/+1
2010-04-08config: only match sane devices in 10-evdev.confPeter Hutterer1-2/+34
2010-04-01Install 10-evdev.conf in $(prefix)/etc/X11/xorg.conf.d under udevKeith Packard2-1/+12
2010-03-26config/udev: Prefer product name from attribute rather than ueventDan Nicholson1-2/+5
2010-02-15udev: Don't filter subsystem "input"Thomas Jaeger1-6/+0