summaryrefslogtreecommitdiff
path: root/config/udev.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-08config: fix NULL value detection for ID_INPUT being unsetPeter Hutterer1-1/+1
2017-11-01config/udev: consider ID_INPUT_FOO=0 as 'unset'Peter Hutterer1-33/+32
2016-08-16config: Hold input lock across udev socket handlingKeith Packard1-1/+5
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer1-0/+4
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa1-0/+4
2015-12-01config: Use NotifyFd interface for udevKeith Packard1-29/+16
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 Packard1-5/+5
2014-03-12Remove config_odev_add_*attribute checks in various placesHans de Goede1-26/+6
2014-03-12config: search for PnPID on all parents (#75513)Peter Hutterer1-4/+11
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 Goede1-4/+35
2014-02-04input: un-constify InputAttributesPeter Hutterer1-7/+7
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-2/+2
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-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-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 Airlie1-0/+69
2012-05-21config/udev: add pre_init stage to config and udev.Dave Airlie1-4/+12
2012-03-21Introduce a consistent coding styleKeith Packard1-22/+36
2011-10-03udev: make use of udev_enumerate_add_match_tag() only when it is availableLennart Poettering1-0/+4
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-20/+15
2011-08-22config: use add_option for '_source' tooPeter Hutterer1-7/+1
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äki1-3/+3
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 existing Xprintf style calls to asprintf styleAlan Coopersmith1-6/+8
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-17/+9
2010-09-01config: expose config_info as an input option.Peter Hutterer1-5/+2
2010-09-01Fix udev population of Bluetooth input device product IDsChase Douglas1-17/+9
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-3/+3
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+20
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+3
2010-06-10config/udev: Add verbose info when fetching udev propertiesDan Nicholson1-3/+36
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
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 Hutterer1-0/+10