summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-11Add tag matching to input attributes.Peter Hutterer2-0/+19
2009-12-30config: add libudev input-hotplug backendJulien Cristau5-72/+369
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson2-2/+25
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-06-07config: fix build after XI2 API changes to RemoveDevice.Simon Thum1-1/+1
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
2009-02-04DBUS_API_SUBJECT_TO_CHANGE is already defined on the command lineTomas Carnecky1-1/+0